Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.3.7c1
/
Misc
cb6727e
Prepare for 2.3.7c1.
by Martin v. Löwis
· 17 years ago
v2.3.7c1
d254ca8
Backport of r61180:
by Martin v. Löwis
· 17 years ago
5c099d7
updates for 2.3.6 final
by Anthony Baxter
· 19 years ago
9f839d5
preparing for 2.3.6c1
by Anthony Baxter
· 19 years ago
1785d3f
patch for PSF-2006-001.
by Anthony Baxter
· 19 years ago
2bfcf5d
Back port r50693 and r50754 from the trunk (and 2.4 branch):
by Barry Warsaw
· 19 years ago
b6d857a
Begin 2.3.6 news section; record PCRE fix
by Andrew M. Kuchling
· 20 years ago
dc70706
2.3.5 final
by Anthony Baxter
· 21 years ago
9f181ec
news update for 2.3.5 final
by Anthony Baxter
· 21 years ago
018a548
Security fix PSF-2005-001 for SimpleXMLRPCServer.py.
by Guido van Rossum
· 21 years ago
f3377e4
Partially revert #1074011; don't try to fflush stdin.
by Martin v. Löwis
· 21 years ago
dd6ab86
pre-release bits
by Anthony Baxter
· 21 years ago
03bdf17
Flush std{in,out,err} before closing it. Fixes #1074011.
by Martin v. Löwis
· 21 years ago
5fc22ec
distutils/command/install.py change.
by Thomas Heller
· 21 years ago
7c89f1a
Backport Patch #850977: Detect Tk on FreeBSD and OpenBSD.
by Kurt B. Kaiser
· 21 years ago
15f51d7
Merging the current development changes for the idle wrapper.
by Sean Reifschneider
· 21 years ago
6db8cd1
Mac news items.
by Jack Jansen
· 21 years ago
f3478d9
[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case
by Andrew M. Kuchling
· 21 years ago
69bb987
Document bdist_wininst changes.
by Thomas Heller
· 21 years ago
c57bd88
Taken from 2.4/HEAD:
by Matthias Klose
· 21 years ago
7d37a2a
SF 1055820: weakref callback vs gc vs threads
by Tim Peters
· 21 years ago
2712d96
Add item
by Andrew M. Kuchling
· 21 years ago
36745d0
Add item
by Andrew M. Kuchling
· 21 years ago
9c183d2
Add support for using %U and %W in strptime when year and day of the week are
by Brett Cannon
· 21 years ago
d980c92
Escape locale data for regex metacharacters.
by Brett Cannon
· 21 years ago
6f83346
Replace -soname with -h for Solaris compatibility. Fixes #1034496.
by Martin v. Löwis
· 21 years ago
5a24a56
Convert bool results back to strings. Fixes #807871.
by Martin v. Löwis
· 21 years ago
727c5ff
Patch #1012280: Include curses.h for term.h check. Fixes #933795.
by Martin v. Löwis
· 21 years ago
a784d0e
Patch #973204: Use -rpath instead of -R on Irix and True64.
by Martin v. Löwis
· 21 years ago
b800586
Patch #1014992: Never return more than a line from readline.
by Martin v. Löwis
· 21 years ago
fbfe90e
[Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3.
by Matthias Klose
· 21 years ago
863e71a
- Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE
by Matthias Klose
· 21 years ago
7eacf7f
Flush bz2 data even if nothing had been written so far. Fixes #1013882
by Martin v. Löwis
· 21 years ago
8c8ec2c
Patch #997284: Allow pydoc to work with XP Themes (.manifest file)
by Martin v. Löwis
· 21 years ago
d903fc0
Patch #914291: Restore locale while calling readline.
by Martin v. Löwis
· 21 years ago
f4c2c0c
- The distutils sdist command now ignores all .svn directories, in
by Matthias Klose
· 21 years ago
e89d1b4
- pygettext.py: Generate POT-Creation-Date header in ISO format.
by Matthias Klose
· 21 years ago
c1a97ef
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
by Matthias Klose
· 21 years ago
0052fcd
Define _BSD_TYPES. Fixes #1005308.
by Martin v. Löwis
· 21 years ago
ea64250
Patch #1005568: Use _SC_PAGESIZE on Irix.
by Martin v. Löwis
· 21 years ago
3d25948a
Patch #808719: Ignore locale's encoding in IDLE if it is an empty string.
by Martin v. Löwis
· 21 years ago
0a49cf4
Add wait_visibility before grab_set. Fixes #946153.
by Martin v. Löwis
· 21 years ago
a7d9137
Patch #994595: Recognize Basic auth even if other schemes are offered.
by Martin v. Löwis
· 21 years ago
6b92aa2
new .spec file, from #996316
by Anthony Baxter
· 21 years ago
9d2ad5f
dummy_threading when run with -O would raise a KeyError in Thread.__delete()
by Brett Cannon
· 21 years ago
e03d9af
Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for
by Andrew M. Kuchling
· 21 years ago
36fd97c
posixpath.realpath() now detects loops from symlinks and returns the longest
by Brett Cannon
· 21 years ago
b161cb7
ntpath now compresses erroneous slashes between the drive letter and rest of
by Brett Cannon
· 21 years ago
9cea639
zipfile now handles file sizes over 2 GB. Was incorrectly storing file sizes
by Brett Cannon
· 21 years ago
330fc4b
Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in
by Guido van Rossum
· 21 years ago
17748ed
threading.Thread used to raise an exception about attempting to execute a
by Brett Cannon
· 21 years ago
cf61396
SF #951851 is fixed.
by Thomas Heller
· 21 years ago
a2fd2a3
SF #982215 is fixed.
by Thomas Heller
· 21 years ago
b43808a
Add support in urlparse for recognizing rsync as a protocol that defines a
by Brett Cannon
· 21 years ago
c11c49f
Allow Modules/getpath.c to compile on OS X in a --disable-framework build.
by Brett Cannon
· 21 years ago
e145d28
Patch #975885: print file name in err msg in quiet mode.
by Martin v. Löwis
· 21 years ago
75cf0d3
Raise an exception when trying to use shutil.move() to move a directory into
by Brett Cannon
· 21 years ago
7a626b4
pydoc.stripid() is now case-insensitive.
by Brett Cannon
· 21 years ago
7dddbfe
Backport:
by Anthony Baxter
· 21 years ago
d8b9346
SF 952807: Unpickling pickled instances of subclasses of
by Tim Peters
· 21 years ago
5a2d442
Fix a refcount bug in an obscure code corner.
by Thomas Heller
· 21 years ago
8321660
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me.
by Andrew M. Kuchling
· 21 years ago
4e1580f
[Bug #841757] Patch from /F to allow Unicode strings as struct keys
by Andrew M. Kuchling
· 21 years ago
b38638f
Update version number
by Andrew M. Kuchling
· 21 years ago
7e6014f
Patch #924294: Do not check for AF_INET6 if it is not defined.
by Martin v. Löwis
· 21 years ago
0f8c23c
Patch #954115: Fix os.stat handling of UNC roots. Closes #513572.
by Martin v. Löwis
· 21 years ago
5eba01a
Including changes from Ian Holsman to build under Red Hat 7.3.
by Martin v. Löwis
· 21 years ago
c58765f
reset release
by Anthony Baxter
· 21 years ago
87fd963
Set release date for Python 2.3.4 (final). Windows build number is 53.
by Thomas Heller
· 21 years ago
d928814
Set release date for Python 2.3.4 (final).
by Thomas Heller
· 21 years ago
2e35e50
repair date
by Fred Drake
· 21 years ago
4993bca
Fix version number (2.3.4c1) and release date (12-May-2004).
by Thomas Heller
· 21 years ago
d678298
Fix SF item #876278: Unbounded recursion in modulefinder.
by Thomas Heller
· 21 years ago
6684f0d
Mention changes to platform.py.
by Guido van Rossum
· 21 years ago
9fbc161
SF #950057: itertools.chain doesn't "process" exceptions as they occur
by Raymond Hettinger
· 21 years ago
5ea315b
Record UnixWare 7.1.4 as broken. Fixes #929689.
by Martin v. Löwis
· 21 years ago
d7fc2b9
Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.
by Martin v. Löwis
· 21 years ago
a8c825c
Consider output encoding in XMLGenerator. Fixes #938076.
by Martin v. Löwis
· 21 years ago
c711172
Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.
by Martin v. Löwis
· 21 years ago
d60df17
Patch #944110: Properly process empty passwords. Fixes #944082.
by Martin v. Löwis
· 21 years ago
e9d1c7f
SF #926075: Fixed the bug that returns a wrong pattern object for
by Hye-Shik Chang
· 21 years ago
a2f7936
Special case normalization of empty strings. Fixes #924361.
by Martin v. Löwis
· 21 years ago
4852f50
The Windows installer for Python 2.3.4 will include tix.
by Thomas Heller
· 21 years ago
5c4a408
Backport checkin>
by Hye-Shik Chang
· 21 years ago
9ed9329
Backport to 2.3:
by Andrew MacIntyre
· 21 years ago
0cb9075
Patch #924497: find(1) all files with /usr/local/bin/python in them.
by Martin v. Löwis
· 21 years ago
a4645bf
Fixed a caching bug in platform.platform() where the argument of 'terse' was
by Brett Cannon
· 21 years ago
07bc3a3
Backport checkin:
by Hye-Shik Chang
· 21 years ago
af2e75f
Fix test_strftime.py to escape locale time values that have characters that
by Brett Cannon
· 21 years ago
cfd7a97
Put entry in proper section.
by Brett Cannon
· 21 years ago
9aee99b
Raise RuntimeError if the second argument to isinstance() or issubclass()
by Brett Cannon
· 21 years ago
544f4e7
Add mention of fix of bug #700055.
by Brett Cannon
· 21 years ago
93aca85
Patch #892673: Replace /usr/local/bin/python with
by Martin v. Löwis
· 22 years ago
e73a417
Patch #711838: Allow non-anonymous ftp urls in urllib2.
by Martin v. Löwis
· 22 years ago
ff3e341
Patch #817379: Allow absolute paths in urllib2.
by Martin v. Löwis
· 22 years ago
95e4f23
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
by Jim Fulton
· 22 years ago
66483fd
added notes about weakref changes
by Fred Drake
· 22 years ago
2cd76c7
trace fix
by Anthony Baxter
· 22 years ago
ed4dbb3
updates for release
by Anthony Baxter
· 22 years ago
d44a54e
Release date for Python 2.3.3 (final).
by Thomas Heller
· 22 years ago
Next »