index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set release date for Python 2.3.4 (final).
Thomas Heller
2004-05-25
1
-1/+6
*
Fix version number (2.3.4c1) and release date (12-May-2004).
Thomas Heller
2004-05-12
1
-2/+2
*
Fix SF item #876278: Unbounded recursion in modulefinder.
Thomas Heller
2004-05-11
1
-0/+2
*
Mention changes to platform.py.
Guido van Rossum
2004-05-08
1
-0/+3
*
SF #950057: itertools.chain doesn't "process" exceptions as they occur
Raymond Hettinger
2004-05-08
1
-0/+4
*
Record UnixWare 7.1.4 as broken. Fixes #929689.
Martin v. Löwis
2004-05-07
1
-0/+5
*
Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.
Martin v. Löwis
2004-05-07
1
-0/+2
*
Consider output encoding in XMLGenerator. Fixes #938076.
Martin v. Löwis
2004-05-06
1
-0/+2
*
Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.
Martin v. Löwis
2004-05-06
1
-0/+2
*
Patch #944110: Properly process empty passwords. Fixes #944082.
Martin v. Löwis
2004-05-06
1
-0/+2
*
SF #926075: Fixed the bug that returns a wrong pattern object for
Hye-Shik Chang
2004-04-20
1
-0/+4
*
Special case normalization of empty strings. Fixes #924361.
Martin v. Löwis
2004-04-17
1
-0/+2
*
The Windows installer for Python 2.3.4 will include tix.
Thomas Heller
2004-04-16
1
-0/+8
*
Backport checkin>
Hye-Shik Chang
2004-04-14
1
-0/+6
*
Backport to 2.3:
Andrew MacIntyre
2004-04-04
1
-0/+4
*
Fixed a caching bug in platform.platform() where the argument of 'terse' was
Brett Cannon
2004-03-25
1
-0/+3
*
Backport checkin:
Hye-Shik Chang
2004-03-21
1
-0/+3
*
Fix test_strftime.py to escape locale time values that have characters that
Brett Cannon
2004-03-20
1
-0/+3
*
Put entry in proper section.
Brett Cannon
2004-03-20
1
-4/+4
*
Raise RuntimeError if the second argument to isinstance() or issubclass()
Brett Cannon
2004-03-20
1
-1/+5
*
Add mention of fix of bug #700055.
Brett Cannon
2004-03-20
1
-0/+2
*
Patch #711838: Allow non-anonymous ftp urls in urllib2.
Martin v. Löwis
2004-02-15
1
-0/+1
*
Patch #817379: Allow absolute paths in urllib2.
Martin v. Löwis
2004-02-15
1
-0/+6
*
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
Jim Fulton
2004-02-09
1
-0/+4
*
added notes about weakref changes
Fred Drake
2004-02-06
1
-0/+23
*
trace fix
Anthony Baxter
2003-12-19
1
-1/+6
*
Release date for Python 2.3.3 (final).
Thomas Heller
2003-12-18
1
-2/+4
*
Add news about removal of the PendingDeprecationWarning from apply().
Fred Drake
2003-12-05
1
-0/+9
*
this wasn't on the branch. mea culpa
Anthony Baxter
2003-12-05
1
-5/+1
*
Add newsitem for a bugfix backport.
Raymond Hettinger
2003-12-04
1
-0/+3
*
Release date for 2.3.3c1.
Thomas Heller
2003-12-04
1
-1/+1
*
Py_Finalize(): disabled the second call of cyclic gc, and added extensive
Tim Peters
2003-12-01
1
-0/+10
*
Convert path objects to strings in askdirectory. Fixes #852314.
Martin v. Löwis
2003-12-01
1
-0/+2
*
Add news item for _winreg fix (SF bug 851056).
Guido van Rossum
2003-11-30
1
-0/+5
*
I think this description of bug #848614 is better.
Thomas Heller
2003-11-28
1
-2/+2
*
See SF #848614: distutils' msvccompiler now tries to detect that MSVC6
Thomas Heller
2003-11-28
1
-1/+4
*
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters
2003-11-20
1
-0/+15
*
Mention patch #841977: modulefinder didn't find extension modules in packages
Thomas Heller
2003-11-14
1
-0/+3
*
Backport of fix for SF bug 840829, memory corruption in some cases of
Tim Peters
2003-11-13
1
-2/+8
*
Overallocate target buffer for normalization more early. Fixes #834676.
Martin v. Löwis
2003-11-06
1
-0/+2
*
include bug number
Anthony Baxter
2003-11-04
1
-1/+1
*
note new sre algorithm
Anthony Baxter
2003-11-04
1
-1/+7
*
Patch #788404: ignore "b" and "t" mode modifiers in posix_popen.
Martin v. Löwis
2003-10-31
1
-0/+2
*
Patch #803998: Correctly check for error in SSL_write.
Martin v. Löwis
2003-10-27
1
-0/+2
*
Patch #817854: Add missing operations for SSLFile. Fixes #792101.
Martin v. Löwis
2003-10-27
1
-0/+2
*
regressing the performance bugfix -- Guido wants the performance bug left
Alex Martelli
2003-10-25
1
-3/+0
*
document the performance fix to builtin_sum().
Alex Martelli
2003-10-25
1
-0/+3
*
Patch #813200: Quote executable path on Windows. Fixes #811082.
Martin v. Löwis
2003-10-23
1
-0/+2
*
Note the update to Expat 1.95.7.
Fred Drake
2003-10-21
1
-0/+2
*
Add mention of fix of bug #780461 for Lib/platform.py .
Brett Cannon
2003-10-14
1
-0/+2
[next]