summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* Patch #1162825: Support non-ASCII characters in IDLE window titles.Martin v. Löwis2005-11-271-0/+2
* bug #1365984: urllib and data: URLs. Problem was that cStringIO objects canno...Georg Brandl2005-11-261-0/+2
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-241-0/+3
* Prevent threading.Thread.join() from blocking when a previous call raised anBrett Cannon2005-11-231-0/+4
* Bug #869197: setgroups rejects long integer argumentGeorg Brandl2005-11-221-0/+2
* Typo fixAndrew M. Kuchling2005-11-221-1/+1
* Use basestring instead of type.StringType for checking whether a inputWalter Dörwald2005-11-211-0/+2
* - SF Bug #1350188, "setdlopenflags" leads to crash upon "import"Neal Norwitz2005-11-091-0/+4
* Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxintNeal Norwitz2005-11-031-0/+2
* Change time.strptime() to raise ValueError whenever there is an error in theBrett Cannon2005-11-021-0/+3
* Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport.Neal Norwitz2005-11-021-0/+2
* Patch #1338314, Bug #1336623: fix tarfile so it can extractNeal Norwitz2005-10-281-0/+3
* Add news item for the new charmap codecs.Marc-André Lemburg2005-10-231-0/+8
* add some notes about recent checkinsNeal Norwitz2005-10-211-0/+6
* Get the bug # writeNeal Norwitz2005-10-211-1/+1
* Incorrect code was generated for:Neal Norwitz2005-10-211-0/+3
* Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specifiedWalter Dörwald2005-10-091-0/+2
* Remove trailing spaces.Walter Dörwald2005-10-091-3/+3
* Fix indentation.Walter Dörwald2005-10-091-1/+1
* Part of SF patch #1313939: Speedup charmap decoding by extendingWalter Dörwald2005-10-061-0/+5
* Patch #754022: Greatly enhanced webbrowser.py.Georg Brandl2005-10-031-0/+2
* Fix SF bug #976608, Unhelpful error message when mtime of a module is -1Neal Norwitz2005-10-031-0/+2
* SF bug #887946, segfault if redirecting directoryNeal Norwitz2005-10-031-0/+3
* - Fix segfault with invalid coding.Neal Norwitz2005-10-021-0/+4
* bug [ 729103 ] Cannot retrieve name of super objectGeorg Brandl2005-10-011-0/+3
* Patch #1309009, Fix segfault in pyexpat when the XML document isNeal Norwitz2005-09-301-0/+3
* patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for paddingGeorg Brandl2005-09-291-0/+3
* bug [ 1296004 ] MemoryError in httplibGeorg Brandl2005-09-291-0/+3
* Fix parse errors in readline module when compiling without threads.Georg Brandl2005-09-291-0/+2
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-241-0/+4
* Patch #1288833: Removed thread lock from socket.getaddrinfo onHye-Shik Chang2005-09-241-0/+3
* Patches #1298449 and #1298499: Add some missing checks for errorMichael W. Hudson2005-09-221-0/+3
* SF Patch #1297028, cjkcodecs does not initialize type pointerNeal Norwitz2005-09-211-0/+3
* - On 64-bit platforms, when __len__() returns a value that cannot beGuido van Rossum2005-09-201-0/+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
* skip _locale test if OS X < 10.4Skip Montanaro2005-09-191-0/+3
* 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 out the regex cache when the TimeRE cache is invalidated by a localeBrett Cannon2005-09-151-0/+2
* *** empty log message ***Georg Brandl2005-09-141-0/+3
* 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
* - Changes donated by Elemental Security to make it work on HP-UX 11 onGuido van Rossum2005-09-141-0/+3
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGustavo Niemeyer2005-09-141-0/+4
* Fix rest markup and typos.Walter Dörwald2005-09-011-2/+2
* SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it readsWalter Dörwald2005-09-011-0/+3
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-301-0/+4
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-271-0/+2