Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.3.4c1
/
Misc
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
55e1c56
Add news about removal of the PendingDeprecationWarning from apply().
by Fred Drake
· 22 years ago
36b5f3c
this wasn't on the branch. mea culpa
by Anthony Baxter
· 22 years ago
2e0ece0
2.3.3c1
by Anthony Baxter
· 22 years ago
48e602a
Add newsitem for a bugfix backport.
by Raymond Hettinger
· 22 years ago
fa6d7ba
Release date for 2.3.3c1.
by Thomas Heller
· 22 years ago
412c3ac
Py_Finalize(): disabled the second call of cyclic gc, and added extensive
by Tim Peters
· 22 years ago
f7cc0bf
Convert path objects to strings in askdirectory. Fixes #852314.
by Martin v. Löwis
· 22 years ago
224fc79
Add news item for _winreg fix (SF bug 851056).
by Guido van Rossum
· 22 years ago
c4f9ad5
I think this description of bug #848614 is better.
by Thomas Heller
· 22 years ago
6d36d9a
See SF #848614: distutils' msvccompiler now tries to detect that MSVC6
by Thomas Heller
· 22 years ago
ca6919c
SF bug 839548: Bug in type's GC handling causes segfaults.
by Tim Peters
· 22 years ago
30288d5
Mention patch #841977: modulefinder didn't find extension modules in packages
by Thomas Heller
· 22 years ago
695461f
Backport of fix for SF bug 840829, memory corruption in some cases of
by Tim Peters
· 22 years ago
058806e
Overallocate target buffer for normalization more early. Fixes #834676.
by Martin v. Löwis
· 22 years ago
a98d8de
include bug number
by Anthony Baxter
· 22 years ago
9e4a3d2
note new sre algorithm
by Anthony Baxter
· 22 years ago
f62fad7
Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. Fixes #703198.
by Martin v. Löwis
· 22 years ago
065b87b
Patch #803998: Correctly check for error in SSL_write.
by Martin v. Löwis
· 22 years ago
1a94f3a
Patch #817854: Add missing operations for SSLFile. Fixes #792101.
by Martin v. Löwis
· 22 years ago
b34ac73
regressing the performance bugfix -- Guido wants the performance bug left
by Alex Martelli
· 22 years ago
31b2ab8
document the performance fix to builtin_sum().
by Alex Martelli
· 22 years ago
f73fa54
Patch #813200: Quote executable path on Windows. Fixes #811082.
by Martin v. Löwis
· 22 years ago
9f72af6
Note the update to Expat 1.95.7.
by Fred Drake
· 22 years ago
4958f27
Backport checkin:
by Walter Dörwald
· 22 years ago
367e2ae
Patch #823259: Update spec file:
by Martin v. Löwis
· 22 years ago
0523dcf
Add mention of fix of bug #780461 for Lib/platform.py .
by Brett Cannon
· 22 years ago
6b560bc
SF patch #820195: make object.__contains__() returns True or False instead
by Raymond Hettinger
· 22 years ago
c601117
SF bug #812202: randint is always even
by Raymond Hettinger
· 22 years ago
962ed0e
two bugfixes
by Anthony Baxter
· 22 years ago
fe16163
Check for TclError when reading variables. Fixes #807314.
by Martin v. Löwis
· 22 years ago
3c39f20
Patch #813445: Add missing socket.IPPROTO_IPV6.
by Martin v. Löwis
· 22 years ago
4b5db8e
tagging for tomorrows release
by Anthony Baxter
· 22 years ago
2e8e139
doing the dance of the release.
by Anthony Baxter
· 22 years ago
cf23706
post 2.3.2c1 news
by Anthony Baxter
· 22 years ago
333d139
rest doesnt like empty sections
by Anthony Baxter
· 22 years ago
4e813bf
updates for 2.3.2c1
by Anthony Baxter
· 22 years ago
1467a88
news for 2.3.2c1
by Anthony Baxter
· 22 years ago
540a70f
the release process, like a river, flows ever onwards
by Anthony Baxter
· 22 years ago
fb6095a
more updates from Sean
by Anthony Baxter
· 22 years ago
444ed1a
actually set the date
by Anthony Baxter
· 22 years ago
014a33d
Note from Anthony about Berkely DB 4.2 support.
by Thomas Heller
· 22 years ago
733ca1d
Removed the PendingDeprecation warning from sets.py because it adds
by Raymond Hettinger
· 22 years ago
a758b76
RPM spec file updates from Sean Reifschneider.
by Anthony Baxter
· 22 years ago
6280f00
Patch #805613: Fix usage of the PTH library.
by Martin v. Löwis
· 22 years ago
220e199
Patch #713645: Fix typo.
by Martin v. Löwis
· 22 years ago
1ee7797
Patch #793559: Reset __starttext_tag. Fixes #709491.
by Martin v. Löwis
· 22 years ago
b4bab91
Mention improvement of detection of broken tzset() (patch #762934).
by Brett Cannon
· 22 years ago
4737992
Fix documentation bugs.
by Raymond Hettinger
· 22 years ago
6687ded
Backport: Double-fix of crash in Unicode freelist handling.
by Jeremy Hylton
· 22 years ago
bd40b91
Fix leak in classobject.c. The leak surfaced on the error exit when
by Raymond Hettinger
· 22 years ago
5ae2511
Backport Neal's fix for bug #789402 -- a memory leak in fileobject.c
by Raymond Hettinger
· 22 years ago
c866ac7
Backport leak fix for new code objects.
by Raymond Hettinger
· 22 years ago
cf9dcc2
Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632.
by Martin v. Löwis
· 22 years ago
24af6b5
SF #792649: RESET_ERROR is not defined(logging module)
by Raymond Hettinger
· 22 years ago
d902c77
Generalize the last change to check for other markup spacing errors.
by Raymond Hettinger
· 22 years ago
62d59fe
texcheck.py checks for double word errors and \NULL markup.
by Raymond Hettinger
· 22 years ago
7b7a9fd
**kwds arg was missing from __init__ for Dict{Reader,Writer} classes.
by Skip Montanaro
· 22 years ago
0b0aae0
SF bug #801342: Bug (documentation or real, your choice) in random.sample.
by Raymond Hettinger
· 22 years ago
046595e
SF bug #800796: Difference between hash() and __hash__()
by Raymond Hettinger
· 22 years ago
41add17
Patch #788249: Pass an explicit buffer to setvbuf in PyFile_SetBufSize().
by Martin v. Löwis
· 22 years ago
e95fc57
Patch #798202: detect redhat9 Tcl/Tk in configure script.
by Martin v. Löwis
· 22 years ago
abb2967
Patch #794826: Add __file__ in dynamically loaded modules for multiple
by Martin v. Löwis
· 22 years ago
50999aa
Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
by Martin v. Löwis
· 22 years ago
0230968
Catch locale.error as well. Fixes #788378.
by Martin v. Löwis
· 22 years ago
e24c98a
Use de_DE in example, change message for unknown locale. Fixes #797447.
by Martin v. Löwis
· 22 years ago
f0bf03c
NEWS about email package 794466 patch.
by Barry Warsaw
· 22 years ago
b7e965c
Document the Pynche patch.
by Barry Warsaw
· 22 years ago
c6c1a15
SF bug #453515: filecmp.dircmp case sensitivity bug
by Raymond Hettinger
· 22 years ago
864c0c1
SF patch #798534: Windows os.popen needlessly gets a reference to tuple ()
by Raymond Hettinger
· 22 years ago
c0bc928
SF 798269: bug fix for doctest (sf bug id: 798254
by Raymond Hettinger
· 22 years ago
9ea45c8
* Add news item for the previous bugfix
by Raymond Hettinger
· 22 years ago
Next »