summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update to (c) years to include 2007Anthony Baxter2007-01-067-11/+12
* SF# 1409443: Expand comment to cover the interaction between f->f_lasti and ...Raymond Hettinger2007-01-061-1/+10
* Silence a warning from gcc 4.0.1 by specifying a function's parameter list isBrett Cannon2007-01-051-1/+1
* [Patch #1520904] Fix bsddb tests to write to the temp directory instead of th...Andrew M. Kuchling2007-01-0511-14/+17
* [Bug #1622533] Make docstrings raw strings because they contain control chara...Andrew M. Kuchling2007-01-052-2/+2
* Add Collin Winter for access to update PEP 3107Neal Norwitz2007-01-051-0/+3
* typo fixGregory P. Smith2007-01-051-1/+1
* Prevent crash on shutdown which can occur if we are finalizingNeal Norwitz2007-01-052-1/+5
* bump module version to match supported berkeleydb versionGregory P. Smith2007-01-051-1/+1
* Support linking of the bsddb module against BerkeleyDB 4.5.xGregory P. Smith2007-01-056-7/+18
* Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,Martin v. Löwis2007-01-043-5/+37
* Fix stability of heapq's nlargest() and nsmallest().Raymond Hettinger2007-01-042-18/+14
* SF #1627373, fix typo in CarbonEvt.Neal Norwitz2007-01-041-1/+1
* Add EnvironmentVarGuard to test.test_support. Provides a context manager toBrett Cannon2007-01-043-1/+55
* For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing.Raymond Hettinger2006-12-302-4/+50
* SF bug #1623890, fix argument name in docstringNeal Norwitz2006-12-291-1/+1
* Remove a stray (old) macro name left around (I guess)Neal Norwitz2006-12-281-2/+0
* Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.Lars Gustäbel2006-12-273-0/+17
* [Rest of patch #1182394] Add ._current() method so that we can use the writte...Andrew M. Kuchling2006-12-273-4/+15
* [Part of patch #1182394] Move the HMAC blocksize to be a class-levelAndrew M. Kuchling2006-12-271-3/+4
* Patch #1262036: Prevent TarFiles from being added to themselves underLars Gustäbel2006-12-233-27/+23
* Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()Lars Gustäbel2006-12-233-107/+167
* Frak; this test also failsAndrew M. Kuchling2006-12-221-7/+7
* Darn; this test works when you run test_pty.py directly, but fails when regrt...Andrew M. Kuchling2006-12-221-5/+5
* [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a di...Andrew M. Kuchling2006-12-221-0/+6
* [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect;Andrew M. Kuchling2006-12-222-1/+18
* [Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded filesAndrew M. Kuchling2006-12-221-7/+7
* [Bug #802128 continued] Modify mode depending on the process umask.Andrew M. Kuchling2006-12-222-6/+21
* [Bug #802128] Make the mode argument of dumbdbm actually work the way it'sAndrew M. Kuchling2006-12-222-3/+23
* [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in su...Andrew M. Kuchling2006-12-221-0/+19
* Typo fixAndrew M. Kuchling2006-12-221-1/+1
* Fix wrong markup of an argument in a method signature.Thomas Heller2006-12-211-1/+1
* Fix typo.Walter Dörwald2006-12-211-1/+1
* Mention the os.SEEK_* constantsAndrew M. Kuchling2006-12-213-9/+13
* Lars asked for permission on on python-dev for work on tarfile.pyNeal Norwitz2006-12-211-0/+3
* [Bug #1619680] in_dll() arguments are documented in the wrong orderAndrew M. Kuchling2006-12-201-1/+1
* Some other built-in functions are described with 'sequence' argumentsAndrew M. Kuchling2006-12-201-38/+38
* Two grammar fixesAndrew M. Kuchling2006-12-201-2/+2
* [Bug #1619674] Make sum() use the term iterable, not sequenceAndrew M. Kuchling2006-12-201-5/+5
* [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