- 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 10 years ago
- ee4c0b9 Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
- 74a49ac Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
- 268225f Issue #23715: Fix test_script_helper by Victor Stinner · 10 years ago
- 57d516b Issue #23696: Remove test on ZipImportError.__context__ because the context is by Victor Stinner · 10 years ago
- 0312923 Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() and by Victor Stinner · 10 years ago
- 1335ca5 Issue #23715: Enhance test.script_helper to investigate test_eintr failure by Victor Stinner · 10 years ago
- a453cd8 Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried by Victor Stinner · 10 years ago
- fbd6f9e Issue #23696: Chain ZipImportError to the OSError by Victor Stinner · 10 years ago
- 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 10 years ago
- 9a8089b Issue #23646: Enhance precision of time.sleep() and socket timeout when by Victor Stinner · 10 years ago
- 31084ba Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional memoryviews). by Antoine Pitrou · 10 years ago
- 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 10 years ago
- 79d68f9 Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now by Victor Stinner · 10 years ago
- fc7344a Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
- 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
- 4f418d3 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
- 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
- 482fe04 issue23673 by Ethan Furman · 10 years ago
- 24e837f issue23673 by Ethan Furman · 10 years ago
- 52a05ab Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
- c4c19b3 Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
- 6c32585 Restored backward compatibility of pickling http.cookies.Morsel. It was by Serhiy Storchaka · 10 years ago
- 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 10 years ago
- 3505bd8 Issue #23207: merged fix from 3.4. by Vinay Sajip · 10 years ago
- d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 10 years ago
- 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 10 years ago
- ab6b9f8 Issue #22585: make URandomFDTests test case actually run by Ned Deily · 10 years ago
- 0c2fd89 Revert changeset d927047b1d8eb87738676980a24930d053ba2150 by Victor Stinner · 10 years ago
- 9c182a1 Issue #23680: Reduce risk of race condition in check_interrupted_write() of by Victor Stinner · 10 years ago
- 6d3c09f Issue #23680: Reduce risk of race condition in check_interrupted_write_retry() by Victor Stinner · 10 years ago
- b8a78d3 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
- 05d5473 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
- bbb8ade Issue #23631: Fix traceback.format_list when a traceback has been mutated. by Robert Collins · 10 years ago
- 93f4d4c Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
- 98d156b Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
- 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 10 years ago
- cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 10 years ago
- ff2a661 Issue #23566: Skip "fd" tests of test_faulthandler on Windows by Victor Stinner · 10 years ago
- 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
- 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
- a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
- 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
- 945c82e test by Victor Stinner · 10 years ago
- f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
- 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
- c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
- 4a0e147 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
- 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 10 years ago
- ebaa81f Merge 3.4 (test_os) by Victor Stinner · 10 years ago
- 0561c53 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() by Victor Stinner · 10 years ago
- b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
- a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
- 9142773 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
- c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
- 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 10 years ago
- 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
- a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
- 5d2d63e merge 3.4 by Benjamin Peterson · 10 years ago
- 101447b fix up import style by Benjamin Peterson · 10 years ago
- 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 10 years ago
- cfb5b87 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
- f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
- d5a0be6 Suppress assert dialogs in test_os by Steve Dower · 10 years ago
- 79938f2 Suppress assert dialogs in test_cmd_line. by Steve Dower · 10 years ago
- 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 10 years ago
- adb351f Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
- e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
- 88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. by Serhiy Storchaka · 10 years ago
- c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 10 years ago
- eef20de Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
- f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
- f01c782 merge 3.4 by Benjamin Peterson · 10 years ago
- c19ed37 remove redundant test by Benjamin Peterson · 10 years ago
- abda8dd merge 3.4 (#23590) by Benjamin Peterson · 10 years ago
- a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
- d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 10 years ago
- 3e2500d merge 3.4 by Benjamin Peterson · 10 years ago
- c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 10 years ago
- de8eca4 merge 3.4 by Benjamin Peterson · 10 years ago
- 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
- 3737e60 Merge 3.4 (test_subprocess) by Victor Stinner · 10 years ago
- 20f4bd4 Issue #21619: Try to fix test_broken_pipe_cleanup() by Victor Stinner · 10 years ago
- 07ff167 Fix brownbag in issue 17911 commit by Robert Collins · 10 years ago
- 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 10 years ago
- 5e0fd95 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 10 years ago
- 9270be7 Added more tests for urllib.parse utility functions. by Serhiy Storchaka · 10 years ago
- a401257 Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 10 years ago
- ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 10 years ago
- ccac023 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 10 years ago
- 659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 10 years ago
- fc080fc Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 10 years ago
- bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 10 years ago
- e49af34 Issue #7830: Flatten nested functools.partial. by Alexander Belopolsky · 10 years ago
- 3de4aae Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
- 4c094e5 Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
- 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 10 years ago
- 184291a Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
- 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
- 6ab0ec9 Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 10 years ago