summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [Apply length-checking.diff from bug #1599254]Andrew M. Kuchling2006-12-201-2/+23
* Testcase for patch #1484695.Georg Brandl2006-12-202-6/+28
* Bug #1590891: random.randrange don't return correct value for big numberRaymond Hettinger2006-12-203-1/+11
* Patch #1484695: The tarfile module now raises a HeaderError exceptionGeorg Brandl2006-12-193-10/+27
* Updated documentation for findCaller() to indicate that a 3-tuple is now retu...Vinay Sajip2006-12-191-2/+4
* [Patch #1587139 by kxroberto] Protect lock acquisition/release withAndrew M. Kuchling2006-12-191-43/+56
* [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
* Comment typoAndrew M. Kuchling2006-12-191-1/+1
* [Bug #1613651] Document socket.recv_into, socket.recvfrom_intoAndrew M. Kuchling2006-12-191-2/+23
* [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
* Fix markupAndrew M. Kuchling2006-12-181-2/+2
* [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for off...Andrew M. Kuchling2006-12-181-1/+1
* Describe new methods in Queue moduleAndrew M. Kuchling2006-12-181-0/+7
* [Bug #1616726] Fix description of generator.close(); if you raise some random...Andrew M. Kuchling2006-12-181-7/+8
* Bump versionAndrew M. Kuchling2006-12-181-1/+1
* [Bug #1618083] Add missing word; make a few grammar fixesAndrew M. Kuchling2006-12-181-4/+4
* 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
* Added news on recent changes to loggingVinay Sajip2006-12-141-4/+10
* Note that guard_warnings_filter was added in 2.6George Yoshida2006-12-141-0/+2
* Add test.test_support.guard_warnings_filter . This function returns a contextBrett Cannon2006-12-136-26/+37
* 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
* Fix a typoNeal Norwitz2006-12-111-1/+1
* - Fix the build of the library reference in info format.Matthias Klose2006-12-093-14/+35
* Patch #1608267: fix a race condition in os.makedirs() is the directoryGeorg Brandl2006-12-092-3/+11
* #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to forceGeorg Brandl2006-12-081-1/+1
* Add test for SF bug 1576657Raymond Hettinger2006-12-081-0/+11
* Port Georg's dictobject.c fix keys that were tuples got unpacked on the way t...Raymond Hettinger2006-12-081-1/+15
* Port Armin's fix for a dict resize vulnerability (svn revision 46589, sf bug ...Raymond Hettinger2006-12-081-6/+31
* Eliminate two redundant calls to PyObject_Hash().Raymond Hettinger2006-12-081-4/+23
* RFE #1592899: mention string.maketrans() in docs for str.translate,Georg Brandl2006-12-072-1/+4
* 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-063-11/+21
* Fix pickle doc typoGeorge Yoshida2006-12-051-1/+1
* fix a versionchanged tagGeorge Yoshida2006-12-041-1/+1
* - Fix build failure on kfreebsd and on the hurd.Matthias Klose2006-12-032-1/+3
* Patch #1371075: Make ConfigParser accept optional dict typeMartin v. Löwis2006-12-034-11/+68
* Patch #1544279: Improve thread-safety of the socket module by movingMartin v. Löwis2006-12-033-53/+48
* Move IDLE news into NEWS.txt.Martin v. Löwis2006-12-032-3/+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
* Update version.Guido van Rossum2006-11-301-2/+2
* Forgot a case where the locals can now be a general mappingArmin Rigo2006-11-291-1/+3