- 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 13 years ago
- 1be320e Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 13 years ago
- 8d88604 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 13 years ago
- fb5b954 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 13 years ago
- 5cdc630 Cleanup so subsequent tests won't fail. Needs to be moved into a support routine (see 14715). by Eric V. Smith · 13 years ago
- a790c9b Issue #14817: Add rudimentary tests for pkgutil.extend_path. by Eric V. Smith · 13 years ago
- 0ea91cb Issue12541 - Add UserWarning for unquoted realms by Senthil Kumaran · 13 years ago
- 34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 13 years ago
- 072e4a3 Followup to issue #14157: respect the relative ordering of values produced by time.strptime(). by Antoine Pitrou · 13 years ago
- 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 13 years ago
- 1682e5d Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 13 years ago
- 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
- da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 13 years ago
- 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 13 years ago
- cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 13 years ago
- b4c8902 #13183: backport fixes to test_pdb to 3.2 branch by Georg Brandl · 13 years ago
- 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 13 years ago
- 16f6f83 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 13 years ago
- 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 13 years ago
- 39687ee os.popen().close() returns None on success, not 0... by Charles-François Natali · 13 years ago
- e8a255a Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 13 years ago
- cb17204 fix windows test failure - issue13183 by Senthil Kumaran · 13 years ago
- 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 13 years ago
- 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 13 years ago
- b8f02b5 fixed test_imaplib failure on Win by Alexander Belopolsky · 13 years ago
- 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 13 years ago
- 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
- ea7e9f9 Issue #9154: Fix parser module to understand function annotations. by Mark Dickinson · 13 years ago
- 9c29f86 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 13 years ago
- c2ad0aa Fixed test to work on Windows. by Vinay Sajip · 13 years ago
- 66b8b08 Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 13 years ago
- 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 13 years ago
- 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 13 years ago
- c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
- 7a436c5 sleep here by Benjamin Peterson · 13 years ago
- 37fc401 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) by Nick Coghlan · 13 years ago
- bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. by Mark Dickinson · 13 years ago
- 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 13 years ago
- 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
- 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 13 years ago
- 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
- e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
- 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 13 years ago
- ab2d58e Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 13 years ago
- aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 13 years ago
- a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 13 years ago
- 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
- d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
- dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
- c0aa9ee Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 13 years ago
- f18d6f3 Fix flakiness in test_socketserver by Antoine Pitrou · 13 years ago
- b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
- 317c8d2 Make test_mailbox runnable via python -m unittest. by R David Murray · 13 years ago
- d3af634 #14492: fix some bugs in Tools/scripts/pdeps.py. by R David Murray · 13 years ago
- ca60b36 test_tools fix: don't import analyze_dxp if no _thread module by R David Murray · 13 years ago
- 54ac832 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. by R David Murray · 13 years ago
- 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
- 6215444 remove uneeded line by Benjamin Peterson · 13 years ago
- e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 13 years ago
- 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
- 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 13 years ago
- f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 13 years ago
- 8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 13 years ago
- a3481e7 attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 13 years ago
- 350c94b fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 13 years ago
- a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 13 years ago
- c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 13 years ago
- 16d84ac check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
- be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
- 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
- 47b5ddb 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
- df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
- 1d4798c Merge heads. by Eric V. Smith · 13 years ago
- edbb6ca str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. by Eric V. Smith · 13 years ago
- 8576953 #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
- ef87f06 allow AST objects to be like its subclasses by Benjamin Peterson · 13 years ago
- d279e28 every other ast object has a dict, so I think AST should, too by Benjamin Peterson · 13 years ago
- 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
- 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
- e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
- 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 13 years ago
- 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
- 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 13 years ago
- 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
- 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 13 years ago
- f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 13 years ago
- bbe2f60 Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
- 682d374 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
- 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago
- aba2b06 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 13 years ago
- f12b447 Merge by Antoine Pitrou · 13 years ago
- e965d97 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
- 05a4dd8 Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs. by Nadeem Vawda · 13 years ago
- b465624 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
- c094242 Fix (presumably) test_hash under big-endian systems (PPC). by Antoine Pitrou · 13 years ago
- 29877e8 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
- 178e5ea Disable an inspect test: it depends on dict ordering which parameter is reported as duplicate. by Georg Brandl · 13 years ago
- 95a97b7 Delete the iterator, which could accidentally keep a temporary reference to the yielded element. by Antoine Pitrou · 13 years ago
- e9f637b Make "regrtest -j" "-R"-aware by Antoine Pitrou · 13 years ago
- e5a0e0a Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions. by Georg Brandl · 13 years ago