summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 2.5.1 finalv2.5.1Anthony Baxter2007-04-181-1/+1
* Revert 53667Raymond Hettinger2007-04-181-0/+1
* Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() orNeal Norwitz2007-04-161-0/+12
* preparing for 2.5.1c1Anthony Baxter2007-04-052-2/+2
* Bug #1563759: struct.unpack doens't support buffer protocol objectsRaymond Hettinger2007-04-041-0/+2
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-0/+2
* - Fix an off-by-one bug in locale.strxfrm().Matthias Klose2007-04-031-0/+2
* Array module's buffer interface can now handle empty arrays.Raymond Hettinger2007-04-021-0/+2
* SF #1693079 Array module cannot pickle empty arraysRaymond Hettinger2007-04-021-0/+2
* Backport 54644:Neal Norwitz2007-04-011-0/+2
* Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGSGeorg Brandl2007-03-312-1/+7
* Backport 54594:Neal Norwitz2007-03-311-0/+2
* Patch #1489771: update syntax rules in Python Reference Manual.Žiga Seilnacht2007-03-241-0/+3
* Bug #978833: Revert r50844, as it broke _socketobject.dup.Martin v. Löwis2007-03-231-0/+2
* Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.Martin v. Löwis2007-03-231-0/+7
* Back out "Patch #1643874: memory leak in ctypes fixed."Thomas Heller2007-03-221-2/+0
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-211-0/+3
* Add NEWS entry for old itemAndrew M. Kuchling2007-03-211-1/+4
* Bug #1684254: webbrowser now uses shlex to split any command linesGeorg Brandl2007-03-211-0/+4
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-211-0/+3
* move note to the correct sectionGregory P. Smith2007-03-171-3/+3
* Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-161-0/+3
* Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-151-0/+3
* Patch #1681153: the wave module now closes a file object it opened ifGeorg Brandl2007-03-151-0/+3
* Patch #1559413: Fix test_cmd_line if sys.executable contains a space.Martin v. Löwis2007-03-141-0/+2
* Document fixed bugsBarry Warsaw2007-03-141-0/+5
* Patch #1680015: Don't modify __slots__ tuple if it contains an unicodeŽiga Seilnacht2007-03-141-0/+3
* Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-141-0/+4
* Bug #1622896: fix a rare corner case where the bz2 module raised anGeorg Brandl2007-03-131-0/+3
* Patch #1449244: Support Unicode strings inMartin v. Löwis2007-03-131-0/+3
* Patch #1569798: fix a bug in distutils when building Python from aGeorg Brandl2007-03-131-0/+3
* Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" toGeorg Brandl2007-03-131-0/+3
* Patch #1679379: add documentation for fnmatch.translate().Georg Brandl2007-03-131-0/+2
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-121-0/+3
* Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.Martin v. Löwis2007-03-121-0/+2
* Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...Collin Winter2007-03-111-0/+3
* Patch #1675981: remove unreachable code from type.__new__() method.Žiga Seilnacht2007-03-111-0/+2
* Revert rev. 54198, it's not really backwards compatible.Georg Brandl2007-03-101-3/+0
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-101-0/+5
* Merged revisions 54248 via svnmerge fromThomas Heller2007-03-091-0/+2
* Merged revisions 54244 via svnmerge fromThomas Heller2007-03-091-0/+3
* Manual backport of r54233. This will help prevent spurious Buildbot failuresBrett Cannon2007-03-091-0/+3
* SF #1637850: make_table in difflib did not work with unicodeRaymond Hettinger2007-03-081-0/+2
* SF 1676321: empty() returned wrong resultRaymond Hettinger2007-03-081-0/+2
* Add a NEWS entry for rev. 54207,8.Georg Brandl2007-03-081-0/+6
* Patch #1001604: glob.glob() now returns unicode filenames if it wasGeorg Brandl2007-03-071-0/+3
* Document curses changes.Walter Dörwald2007-03-061-0/+3
* Patch #1654417: make operator.{get,set,del}slice use the full rangeGeorg Brandl2007-03-061-0/+3
* Patch #1638879: don't accept strings with embedded NUL bytes in long().Georg Brandl2007-03-061-0/+2
* Patch #1646728: datetime.fromtimestamp fails with negativeGeorg Brandl2007-03-061-0/+3