- 9cc7d45 #17485: Delete the Content-Length header if the data attribute is deleted. by R David Murray · 12 years ago
- c7c42ef #15927: Fix cvs.reader parsing of escaped \r\n with quoting off. by R David Murray · 12 years ago
- 660e89b Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
- 7889944 Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
- fcb6d6a #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
- 455f296 #17464: improve pydoc test coverage. by R David Murray · 12 years ago
- 1a48b9d #5024: whichhdr now returns the frame count for WAV files. by R David Murray · 12 years ago
- 57048b6 add Sven Brauch for his #16795 contribution by Benjamin Peterson · 12 years ago
- 0351928 Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
- f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
- a846f5a #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
- 5efee58 Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
- 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
- 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
- d49af5d Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__. by Terry Jan Reedy · 12 years ago
- 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 12 years ago
- b439cf5 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
- 72cdb5c Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
- 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
- a41fb4b #17351: merge with 3.3. by Ezio Melotti · 12 years ago
- c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
- af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
- 84fae78 Issue #16954: Add docstrings for ElementTree by Eli Bendersky · 12 years ago
- c75be93 Merge: closes issue 16643 (not ....2 as in last commit message) by Terry Jan Reedy · 12 years ago
- adecf3f Issue #16642: sched.scheduler timefunc initial default is time.monotonic. by Terry Jan Reedy · 12 years ago
- 11c08fd Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
- b6f1d64 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
- 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
- 04a2955 #17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum. by Ezio Melotti · 12 years ago
- d7c59e1 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
- 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
- 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
- 0562379 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
- e766c74 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
- 0362b54 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
- 978b4d6 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
- 6d61eaa Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
- 7a05113 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
- 827b36b Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
- 3c75a48 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
- 9f74c6c Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
- e460f26 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
- f484efd Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
- 8b94514 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
- d784e53 Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
- d213214 Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
- ed909bc Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
- 8a268b9 #17255: merge with 3.3. by Ezio Melotti · 12 years ago
- 600b711 #17255: merge with 3.2. by Ezio Melotti · 12 years ago
- 0f4377c #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 12 years ago
- 178e6fe #17178: merge with 3.3. by Ezio Melotti · 12 years ago
- 293ab97 #17178: merge with 3.2. by Ezio Melotti · 12 years ago
- b19ed57 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 12 years ago
- 94cd10f Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
- ff7fef9 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
- f6b361e Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
- d41e01d merge 3.3 (#5289) by Benjamin Peterson · 13 years ago
- cfe3474 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 13 years ago
- f720922 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 13 years ago
- c5b75db Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 13 years ago
- 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 13 years ago
- c07fcbb Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
- 95195b3 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
- 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
- 31efc74 Add Ariel to Misc/ACKS by Eli Bendersky · 13 years ago
- 14af64f #16154: merge with 3.3. by Ezio Melotti · 13 years ago
- 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 13 years ago
- 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 13 years ago
- fe8e6e7 #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 13 years ago
- 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 13 years ago
- 58ddc9d Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. by Antoine Pitrou · 13 years ago
- 3c9850a The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 13 years ago
- a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 13 years ago
- ef408ae Issue #16828: Fix error incorrectly raised by bz2.compress(b'') and bz2.BZ2Compressor.compress(b''). by Nadeem Vawda · 13 years ago
- 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
- 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
- 90e4774 Issue #16833: In http.client.HTTPConnection, do not concatenate the request headers and body when the payload exceeds 16 KB, since it can consume more memory for no benefit. by Antoine Pitrou · 13 years ago
- 13a2707 merge 3.3 by Benjamin Peterson · 13 years ago
- c527037 add Tom Tromey to ACKS by Benjamin Peterson · 13 years ago
- 1dce000 Merged `parser.clean()` fix (issue #16820) from 3.2 through 3.3. by Łukasz Langa · 13 years ago
- 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 13 years ago
- c7ce3f7 added Wolfgang Scherer to acknowledgements by Łukasz Langa · 13 years ago
- 641bb66 Merged fix for #15803 from 3.2 through 3.3 by Łukasz Langa · 13 years ago
- 97eefc1 Merged fix for #15803 from 3.2 by Łukasz Langa · 13 years ago
- 3057469 Fixes issue #15803: incorrect `ConfigParser.items()` docstring by Łukasz Langa · 13 years ago
- ac10693 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 13 years ago
- c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 13 years ago
- 7737757 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 13 years ago
- 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 13 years ago
- 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 13 years ago
- 2909d6b merge with 3.3 by Brett Cannon · 13 years ago
- 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 13 years ago
- 5e48764 Add Ashish Nitin Patil for work on Issue #14901 by Brian Curtin · 13 years ago
- 0bb8d8c #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
- 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
- dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
- 74d6c25 #11175: argparse.FileType now accepts encoding and errors arguments. by Petri Lehtinen · 13 years ago
- 3454339 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
- d20e774 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
- 084daa2 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago