- 1f8c634 Add Collin Winter for access to update PEP 3107 by Neal Norwitz · 18 years ago
- a6e0f50 typo fix by Gregory P. Smith · 18 years ago
- d92d3c7 typo fix by Gregory P. Smith · 18 years ago
- 7770f9f Backport: by Neal Norwitz · 18 years ago
- 72cd02c Prevent crash on shutdown which can occur if we are finalizing by Neal Norwitz · 18 years ago
- 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 18 years ago
- 11a70c3 bump module version to match supported berkeleydb version by Gregory P. Smith · 18 years ago
- 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 18 years ago
- bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
- 7b7c9d4 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
- 769a40a Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 18 years ago
- ca516d2 Fix stability of heapq's nlargest() and nsmallest(). by Raymond Hettinger · 18 years ago
- d0f6729 SF #1627373, fix typo in CarbonEvt. by Neal Norwitz · 18 years ago
- 2dc4db0 SF #1627373, fix typo in CarbonEvt. by Neal Norwitz · 18 years ago
- 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 18 years ago
- 5399910 For sets with cyclical reprs, emit an ellipsis instead of infinitely recursing. by Raymond Hettinger · 18 years ago
- 9cdf703 For sets with cyclical reprs, emit '...' instead of recursing. by Raymond Hettinger · 18 years ago
- 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 18 years ago
- 34e4f52 avoid dict.has_key, since this might get used by a Py3K built in the by Fred Drake · 18 years ago
- a186ee2 SF bug #1623890, fix argument name in docstring by Neal Norwitz · 18 years ago
- e38ecee SF bug #1623890, fix argument name in docstring by Neal Norwitz · 18 years ago
- 3203bdc Update the magic number now that signature annotations were added. by Guido van Rossum · 18 years ago
- c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
- f6657e6 Cruft removal: by Neal Norwitz · 18 years ago
- 545686b Remove PyFloat_AsReprString() and PyFloat_AsString() which should not by Neal Norwitz · 18 years ago
- 0c40ca6 Remove a stray (old) macro name left around (I guess) by Neal Norwitz · 18 years ago
- 5dc29ac Remove a stray (old) macro name left around (I guess) by Neal Norwitz · 18 years ago
- f9a2c63 Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
- a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
- 7166232 [Rest of patch #1182394] Add ._current() method so that we can use the written-in-C .hexdigest() method by Andrew M. Kuchling · 18 years ago
- a7ebb33 [Part of patch #1182394] Move the HMAC blocksize to be a class-level by Andrew M. Kuchling · 18 years ago
- 12e087a Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
- a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
- aedb92e Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
- 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
- 55c54a2 Frak; this test also fails by Andrew M. Kuchling · 18 years ago
- f2881e8 Darn; this test works when you run test_pty.py directly, but fails when regrtest runs it (the os.read() raises os.error). I can't figure out the cause, so am commenting out the test. by Andrew M. Kuchling · 18 years ago
- 60775f2 [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a directory URL is missing the trailing slash; this lets relative links work. by Andrew M. Kuchling · 18 years ago
- 4281902 [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a directory URL is missing the trailing slash; this lets relative links work. by Andrew M. Kuchling · 18 years ago
- ee0e6d1 [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Andrew M. Kuchling · 18 years ago
- 3fa5e6e [Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded files by Andrew M. Kuchling · 18 years ago
- 9ef0ef5 [Bug #802128 continued] Modify mode depending on the process umask. by Andrew M. Kuchling · 18 years ago
- dc26758 [Bug #802128] Make the mode argument of dumbdbm actually work the way it's by Andrew M. Kuchling · 18 years ago
- bbad84b [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 18 years ago
- b29069d [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 18 years ago
- eabc0e8 Typo fix by Andrew M. Kuchling · 18 years ago
- 28cfe29 Fix wrong markup of an argument in a method signature. Backported from trunk. by Thomas Heller · 18 years ago
- d5624cf Fix wrong markup of an argument in a method signature. Will backport. by Thomas Heller · 18 years ago
- fd7e162 Fix typo. by Walter Dörwald · 18 years ago
- 3bffd28 Mention the os.SEEK_* constants by Andrew M. Kuchling · 18 years ago
- 4a8d272 Mention the os.SEEK_* constants by Andrew M. Kuchling · 18 years ago
- b6060db Lars asked for permission on on python-dev for work on tarfile.py by Neal Norwitz · 18 years ago
- a9b9ae4 [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 18 years ago
- 2dd7c8c [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 18 years ago
- 2a92791 Backport doc changes from rev. 53112, 53115: use 'iterable' in various by Andrew M. Kuchling · 18 years ago
- a490d59 Some other built-in functions are described with 'sequence' arguments by Andrew M. Kuchling · 18 years ago
- 96e6065 Two grammar fixes by Andrew M. Kuchling · 18 years ago
- b688573 Two grammar fixes by Andrew M. Kuchling · 18 years ago
- 1be2ac9 [Bug #1619674] Make sum() use the term iterable, not sequence by Andrew M. Kuchling · 18 years ago
- eca4c31 [Apply length-checking.diff from bug #1599254] by Andrew M. Kuchling · 18 years ago
- ded1c4d Testcase for patch #1484695. by Georg Brandl · 18 years ago
- 5425a67 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
- 94547f7 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
- ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 18 years ago
- 51d0022 hide version notes for 1.x and 2.x from the HTML version by Fred Drake · 18 years ago
- 9a4e95c The opstrings table was backwards. Add an XXX comment. by Guido van Rossum · 18 years ago
- 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
- e65f14f Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple. by Vinay Sajip · 18 years ago
- 8183c63 Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple. by Vinay Sajip · 18 years ago
- 29ff461 [Patch #1587139 by kxroberto] Protect lock acquisition/release with by Andrew M. Kuchling · 18 years ago
- df6994d [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 18 years ago
- c911e91 [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 18 years ago
- fcb7513 Add NEWS item by Andrew M. Kuchling · 18 years ago
- 0faf90a [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 18 years ago
- 5227857 [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 18 years ago
- 8d0baae Comment typo by Andrew M. Kuchling · 18 years ago
- 64df22b [Bug #1613651] Document socket.recv_into, socket.recvfrom_into by Andrew M. Kuchling · 18 years ago
- 8fe2d20 [Patch #1618455 by Ben Maurer] Improve speed of HMAC by using str.translate() by Andrew M. Kuchling · 18 years ago
- 376446d Implement extended slicing in bytes objects. by Thomas Wouters · 18 years ago
- e3a985f Make sre's SubPattern objects accept slice objects like it already accepts by Thomas Wouters · 18 years ago
- ab4b873 Fix markup by Andrew M. Kuchling · 18 years ago
- e6acc87 Add forgotten NEWS item for previous commit by Andrew M. Kuchling · 18 years ago
- 9333ce1 [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
- 44b054b [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
- 9059843 Describe new methods in Queue module by Andrew M. Kuchling · 18 years ago
- 0693ae1 [Bug #1616726] Fix description of generator.close(); if you raise some random exception, the exception is raised and doesn't trigger a RuntimeError by Andrew M. Kuchling · 18 years ago
- ff5c229 Bump version by Andrew M. Kuchling · 18 years ago
- aa4135a [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 18 years ago
- 4cd69d4 [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 18 years ago
- c3200b9 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. by Kurt B. Kaiser · 18 years ago
- a75d316 [Patch #1599256 from David Watson] check that os.fsync is available before using it by Andrew M. Kuchling · 18 years ago
- 1646568 [Patch #1599256 from David Watson] check that os.fsync is available before using it by Andrew M. Kuchling · 18 years ago
- 76fdb8c Added news on recent changes to logging by Vinay Sajip · 18 years ago
- 4d7ad63 Stripped whitespace from comma-separated values read from config file by Vinay Sajip · 18 years ago
- 7366fce Note that guard_warnings_filter was added in 2.6 by George Yoshida · 18 years ago
- 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 18 years ago
- c745df8 Remove unneeded imports of 'warnings'. by Brett Cannon · 18 years ago
- 905820c Remove an unneeded import of 'warnings'. by Brett Cannon · 18 years ago
- 5672904 Oops, re-add 'static' qualifier. by Thomas Wouters · 18 years ago
- 2bdf2cb Regenerate frozen.c's manual marshal as directed, fixing test_frozen. by Thomas Wouters · 18 years ago