summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [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 #1618455 by Ben Maurer] Improve speed of HMAC by using str.translate()Andrew M. Kuchling2006-12-191-9/+4
* Make sre's SubPattern objects accept slice objects like it already acceptsThomas Wouters2006-12-191-0/+2
* 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112.Kurt B. Kaiser2006-12-152-1/+24
* [Patch #1599256 from David Watson] check that os.fsync is available before us...Andrew M. Kuchling2006-12-141-1/+2
* Add test.test_support.guard_warnings_filter . This function returns a contextBrett Cannon2006-12-134-26/+29
* Remove unneeded imports of 'warnings'.Brett Cannon2006-12-132-2/+0
* Remove an unneeded import of 'warnings'.Brett Cannon2006-12-131-1/+0
* Fix typo.Walter Dörwald2006-12-121-1/+1
* Patch by "cuppatea" (SF #1503765)Vinay Sajip2006-12-111-4/+5
* Patch by Jeremy Katz (SF #1609407)Vinay Sajip2006-12-111-2/+2
* 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
* Add test for SF bug 1576657Raymond Hettinger2006-12-081-0/+11
* Fix a bad assumption that all objects assigned to '__loader__' on a moduleBrett Cannon2006-12-061-1/+2
* 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
* Patch #1371075: Make ConfigParser accept optional dict typeMartin v. Löwis2006-12-032-8/+53
* Move IDLE news into NEWS.txt.Martin v. Löwis2006-12-031-0/+3
* Add name to credits (for untokenize).Raymond Hettinger2006-12-021-1/+1
* Move xdrlib tests from the module into a separate test script,Walter Dörwald2006-12-013-78/+54
* 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
* ... and the number of the counting shall be three.Raymond Hettinger2006-11-231-1/+1
* a test for an error condition not covered by existing testsMichael W. Hudson2006-11-231-0/+7
* Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig'))Walter Dörwald2006-11-232-1/+5
* Patch #1362975: Rework CodeContext indentation algorithm toMartin v. Löwis2006-11-222-18/+61
* Oops, convert tabs to spacesNeal Norwitz2006-11-211-2/+2
* Bug #1599782: Fix segfault on bsddb.db.DB().type().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
* Patch #1070046: Marshal new-style objects like InstanceTypeMartin v. Löwis2006-11-192-3/+22
* Add a test case of data w/ bytes > 127Andrew M. Kuchling2006-11-191-0/+3
* Make cStringIO.truncate raise IOError for negativeMartin v. Löwis2006-11-191-0/+1
* Patch [ 1586791 ] better error msgs for some TypeErrorsGeorg Brandl2006-11-191-2/+2
* Expand checking in test_shaAndrew M. Kuchling2006-11-181-1/+15
* 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 file-locking in MH.pack() method.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
* Bug #1597824: return the registered function from atexit.register()Georg Brandl2006-11-161-0/+3
* 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
* Patch #1355023: support whence argument for GzipFile.seek.Martin v. Löwis2006-11-122-1/+17
* Patch #1065257: Support passing open files as body inMartin v. Löwis2006-11-122-3/+36
* 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-091-5/+22
* [Patch #1514544 by David Watson] use fsync() to ensure data is really on diskAndrew M. Kuchling2006-11-091-7/+23
* [Bug #1569790] mailbox.Maildir.get_folder() loses factory informationAndrew M. Kuchling2006-11-092-5/+31