summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Backport: Fix errors on 64-bit platforms. (There are still some test problemsNeal Norwitz2006-01-051-0/+2
* Patch by Ori Avtalion to fix a minor display glitch in the RightArrow.Barry Warsaw2006-01-011-0/+5
* Use -xcode=pic32 for SunPro.Martin v. Löwis2005-12-301-0/+2
* [ 959576 ] Can't build Python on POSIX w/o $HOME (backport)Georg Brandl2005-12-271-0/+3
* Backport: Patch #1117398: fix cookielib LoadErrorNeal Norwitz2005-12-231-0/+4
* Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'Hye-Shik Chang2005-12-171-0/+3
* Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn moduleHye-Shik Chang2005-12-121-0/+3
* backport: bug #1365984, urllib and data: URLs^^Georg Brandl2005-11-261-0/+2
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-241-0/+3
* Backport of patch #1314396: prevent threading.Thread.join() from blocking if aBrett Cannon2005-11-231-0/+4
* Bug #869197: setgroups rejects long integer argumentGeorg Brandl2005-11-221-0/+2
* Backport:Neal Norwitz2005-11-091-0/+4
* Backport (with output/test_poll):Neal Norwitz2005-11-031-0/+2
* Backport (with cleanup): Bug #1344508, Fix UNIX mmap leaking file descriptors.Neal Norwitz2005-11-021-0/+2
* Backport:Neal Norwitz2005-10-281-0/+3
* Backport: SF bug #1167751: fix incorrect code being for generator expressions.Neal Norwitz2005-10-231-0/+3
* Teach unquote() to handle unicode inputsRaymond Hettinger2005-10-151-0/+3
* SF #1313496: bisect C replacement doesn't accept named argsRaymond Hettinger2005-10-051-0/+2
* Backport:Neal Norwitz2005-10-031-0/+2
* Backport:Neal Norwitz2005-10-031-0/+3
* Backported:Neal Norwitz2005-10-021-0/+5
* backport bug [ 729103 ] Cannot retrieve name of super objectGeorg Brandl2005-10-011-0/+3
* - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1,Neal Norwitz2005-09-301-1/+4
* backport patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes f...Georg Brandl2005-09-291-0/+3
* backport bug [ 1296004 ] MemoryError in httplibGeorg Brandl2005-09-291-0/+6
* backport: fix parse errors in readlineGeorg Brandl2005-09-291-2/+14
* 2.4.2 release stuffAnthony Baxter2005-09-281-7/+3
* Backport (with Anthony's blessing (in fact he reminded me to do it :)):Michael W. Hudson2005-09-261-0/+3
* Backport bugfix:Michael W. Hudson2005-09-231-0/+6
* News about the test_macfs fix.Guido van Rossum2005-09-231-0/+4
* Backport fix for patch #1297028, cjkcodecs does not initialize type pointerNeal Norwitz2005-09-231-0/+24
* - On 64-bit platforms, when __len__() returns a value that cannot beGuido van Rossum2005-09-201-0/+3
* pre-release machinationsAnthony Baxter2005-09-201-3/+3
* - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGEMatthias Klose2005-09-201-0/+6
* Note fix of memory leak.Neal Norwitz2005-09-191-0/+2
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGeorg Brandl2005-09-181-0/+4
* Patch #1268314: Cache lines in StreamReader.readlines for performance.Martin v. Löwis2005-09-181-0/+2
* Patch #1213831: Fix typo in unicodedata._getcode.Martin v. Löwis2005-09-181-0/+2
* Clear the regex cache when the locale changes.Brett Cannon2005-09-151-0/+3
* *** empty log message ***Georg Brandl2005-09-141-0/+3
* backport bug [ 1274828 ] splitunc not documentedGeorg Brandl2005-09-141-0/+2
* Complete format code support in getargs.c::skipitem(), which is called whenGeorg Brandl2005-09-141-0/+3
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-0/+4
* (backport from HEAD)Guido van Rossum2005-09-141-0/+3
* Backport checkin:Walter Dörwald2005-09-011-0/+3
* Backport checkin:Walter Dörwald2005-08-301-0/+4
* Fix bug where __contains__ should have been used over str.find()Brett Cannon2005-08-271-0/+3
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-271-0/+2
* backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-261-0/+3
* backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-261-0/+3