summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in su...Andrew M. Kuchling2006-12-221-0/+19
* Bug #1590891: random.randrange don't return correct value for big numberRaymond Hettinger2006-12-202-1/+9
* [Patch #1600491 from Jim Jewett] Describe how to build help files on WindowsAndrew M. Kuchling2006-12-191-0/+3
* [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPSAndrew M. Kuchling2006-12-191-2/+2
* [Patch #1599256 from David Watson] check that os.fsync is available before us...Andrew M. Kuchling2006-12-141-1/+2
* Stripped whitespace from comma-separated values read from config fileVinay Sajip2006-12-141-4/+5
* Move errno imports back to individual functions.Georg Brandl2006-12-111-2/+3
* Patch #1608267: fix a race condition in os.makedirs() is the directoryGeorg Brandl2006-12-091-3/+8
* Print the results of ctypes.util.find_library("c") andThomas Heller2006-12-081-2/+3
* Backport fixes to set objects:Raymond Hettinger2006-12-081-0/+11
* Patch #1610437: fix a tarfile bug with long filename headers.Georg Brandl2006-12-062-11/+19
* - Fix build failure on kfreebsd and on the hurd.Matthias Klose2006-12-031-1/+1
* Fix nit in comment.Raymond Hettinger2006-12-021-1/+1
* Bug #1603321: make pstats.Stats accept Unicode file paths.Georg Brandl2006-11-261-1/+1
* Fix bug #1598620: A ctypes structure cannot contain itself.Thomas Heller2006-11-241-0/+30
* Backport checkin:Walter Dörwald2006-11-232-1/+5
* Oops, convert tabs to spacesNeal Norwitz2006-11-211-2/+2
* Backport of 52811:Neal Norwitz2006-11-211-0/+4
* Jython compatibility fix: if uu.decode() opened its output file, be sure toAndrew M. Kuchling2006-11-201-0/+4
* Add extra SHA testsAndrew M. Kuchling2006-11-201-1/+18
* Patch #1472877: Fix Tix subwidget name resolution.Martin v. Löwis2006-11-181-1/+4
* Patch #1594554: Always close a tkSimpleDialog on ok(), evenMartin v. Löwis2006-11-181-3/+4
* Patch #1538878: Don't make tkSimpleDialog dialogs transient ifMartin v. Löwis2006-11-181-1/+6
* Remove locking of individual message files in MH.pack().Andrew M. Kuchling2006-11-172-21/+22
* Bug #1588217: don't parse "= " as a soft line break in binascii'sGeorg Brandl2006-11-161-1/+1
* Patch #1360200: Use unmangled_version RPM spec field to deal withMartin v. Löwis2006-11-121-3/+4
* Patch #1359217: Ignore 2xx response before 150 response.Martin v. Löwis2006-11-121-0/+11
* Fix SF#1566719: not creating site-packages (or other target directory) whenPhillip J. Eby2006-11-101-0/+3
* [Patch #1514543] mailbox (Maildir): avoid losing messages on name clashAndrew M. Kuchling2006-11-101-5/+22
* [Patch #1514544 by David Watson] use fsync() to ensure data is really on diskAndrew M. Kuchling2006-11-101-7/+23
* [Bug #1569790] mailbox.Maildir.get_folder() loses factory informationAndrew M. Kuchling2006-11-092-5/+31
* Patch #838546: Make terminal become controlling in pty.fork().Martin v. Löwis2006-11-091-0/+4
* Correctly forward exception in instance_contains().Martin v. Löwis2006-11-081-0/+8
* Backport 52621:Neal Norwitz2006-11-041-0/+1
* Patch #1060577: Extract list of RPM files from spec file inMartin v. Löwis2006-11-041-25/+35
* Bug #1576657: when setting a KeyError for a tuple key, make sure thatGeorg Brandl2006-10-291-0/+10
* Bug #1586773: extend hashlib docstring.Georg Brandl2006-10-291-1/+30
* I thought I had already fixed this error in the test.Georg Brandl2006-10-291-1/+1
* Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.Georg Brandl2006-10-293-8/+53
* Fix the new EncodedFile test to work with big endian platforms.Georg Brandl2006-10-291-1/+1
* Patch #1583880: fix tarfile's problems with long names and posix/Georg Brandl2006-10-291-88/+81
* Bug #1357915: allow all sequence types for shell arguments inGeorg Brandl2006-10-291-0/+2
* Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, andGeorg Brandl2006-10-292-4/+59
* Backport 52504:Neal Norwitz2006-10-281-0/+31
* WindowsError.str should display the windows error code,Thomas Heller2006-10-271-0/+13
* [Patch #1574068 by Scott Dial] urllib and urllib2 were usingAndrew M. Kuchling2006-10-272-6/+6
* [Bug #1575506] The _singlefileMailbox class was using the wrong file object i...Andrew M. Kuchling2006-10-272-1/+17
* [Bug #1576241] Let functools.wraps work with built-in functionsAndrew M. Kuchling2006-10-272-1/+8
* [Backport of r52452]Martin v. Löwis2006-10-271-0/+48
* Patch [ 1583506 ] tarfile.py: 100-char filenames are truncatedGeorg Brandl2006-10-242-1/+28