summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).Matthias Klose2007-01-111-0/+2
* Change the ctypes version number to "1.0.2".Thomas Heller2007-01-101-0/+2
* Fix zero-length corner case for iterating over a mutating deque.Raymond Hettinger2007-01-081-0/+3
* Backport:Neal Norwitz2007-01-051-0/+3
* support linking the _bsddb extension module against BerkeleyDB 4.5Gregory P. Smith2007-01-051-0/+2
* Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,Martin v. Löwis2007-01-041-0/+3
* Fix stability of heapq's nlargest() and nsmallest().Raymond Hettinger2007-01-041-0/+2
* For sets with cyclical reprs, emit '...' instead of recursing.Raymond Hettinger2006-12-291-0/+3
* Backport trunk checkin r51565:Thomas Wouters2006-12-291-0/+1
* Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.Lars Gustäbel2006-12-271-0/+2
* Patch #1262036: Prevent TarFiles from being added to themselves underLars Gustäbel2006-12-231-3/+6
* Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()Lars Gustäbel2006-12-231-0/+3
* [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a di...Andrew M. Kuchling2006-12-221-0/+4
* [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in su...Andrew M. Kuchling2006-12-221-0/+3
* Bug #1590891: random.randrange don't return correct value for big numberRaymond Hettinger2006-12-201-0/+2
* Add NEWS itemAndrew M. Kuchling2006-12-191-0/+3
* Add forgotten NEWS item for previous commitAndrew M. Kuchling2006-12-181-0/+2
* - Fix the build of the library reference in info format.Matthias Klose2006-12-091-0/+2
* Patch #1608267: fix a race condition in os.makedirs() is the directoryGeorg Brandl2006-12-091-0/+3
* Backport fixes to set objects:Raymond Hettinger2006-12-081-1/+9
* Patch #1610437: fix a tarfile bug with long filename headers.Georg Brandl2006-12-061-0/+2
* - Fix build failure on kfreebsd and on the hurd.Matthias Klose2006-12-031-0/+2
* Patch #1544279: Improve thread-safety of the socket module by movingMartin v. Löwis2006-12-031-0/+3
* Fix #1563807: _ctypes built on AIX fails with ld ffi error.Thomas Heller2006-11-281-0/+2
* Disable _XOPEN_SOURCE on NetBSD 1.x.Martin v. Löwis2006-11-251-0/+2
* Fix bug #1598620: A ctypes structure cannot contain itself.Thomas Heller2006-11-241-0/+2
* Conditionalize definition of _CRT_SECURE_NO_DEPRECATEMartin v. Löwis2006-11-211-0/+7
* Backport of 52811:Neal Norwitz2006-11-211-0/+2
* Patch #1472877: Fix Tix subwidget name resolution.Martin v. Löwis2006-11-181-0/+2
* Patch #1594554: Always close a tkSimpleDialog on ok(), evenMartin v. Löwis2006-11-181-0/+3
* Patch #1538878: Don't make tkSimpleDialog dialogs transient ifMartin v. Löwis2006-11-181-0/+3
* Remove locking of individual message files in MH.pack().Andrew M. Kuchling2006-11-171-0/+4
* Bug #1588217: don't parse "= " as a soft line break in binascii'sGeorg Brandl2006-11-161-0/+4
* Patch #1360200: Use unmangled_version RPM spec field to deal withMartin v. Löwis2006-11-121-0/+3
* Patch #1359217: Ignore 2xx response before 150 response.Martin v. Löwis2006-11-121-0/+3
* [Patch #1514543] mailbox (Maildir): avoid losing messages on name clashAndrew M. Kuchling2006-11-101-0/+4
* [Patch #1514544 by David Watson] use fsync() to ensure data is really on diskAndrew M. Kuchling2006-11-101-2/+6
* [Bug #1569790] mailbox.Maildir.get_folder() loses factory informationAndrew M. Kuchling2006-11-091-0/+4
* Patch #838546: Make terminal become controlling in pty.fork().Martin v. Löwis2006-11-091-0/+2
* Correctly forward exception in instance_contains().Martin v. Löwis2006-11-081-0/+2
* Backport 52621:Neal Norwitz2006-11-041-0/+2
* Patch #1060577: Extract list of RPM files from spec file inMartin v. Löwis2006-11-041-0/+3
* Bug #1576657: when setting a KeyError for a tuple key, make sure thatGeorg Brandl2006-10-291-0/+3
* Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.Georg Brandl2006-10-291-0/+2
* Patch #1583880: fix tarfile's problems with long names and posix/Georg Brandl2006-10-291-0/+3
* Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, andGeorg Brandl2006-10-291-0/+4
* Backport 52504:Neal Norwitz2006-10-281-0/+2
* Patch #1552024: add decorator support to unparse.py demo script.Georg Brandl2006-10-271-0/+8
* WindowsError.str should display the windows error code,Thomas Heller2006-10-271-0/+3
* [Patch #1574068 by Scott Dial] urllib and urllib2 were usingAndrew M. Kuchling2006-10-271-0/+3