- 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
- 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
- 38dae17 merge 3.4 by Benjamin Peterson · 10 years ago
- f0f14f7 use the meth role for ZipFile.open by Benjamin Peterson · 10 years ago
- 09bb904 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
- 3279995 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
- 406221c Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
- ce77ee9 Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
- c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
- a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
- da0870c Add versionadded directives for the matmul operator. by Berker Peksag · 10 years ago
- e7e497b Issue #23651: Fix typo in allow_abbrev docs. by Berker Peksag · 10 years ago
- 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 10 years ago
- 4a0e147 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
- 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
- 3b6d0ae Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } by Victor Stinner · 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
- 411bf64 Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks by Victor Stinner · 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
- 354ecf1 Close issue23486: performance boost for enum member lookup by Ethan Furman · 10 years ago
- ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
- cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
- 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 10 years ago
- 6dd20c2 Removes unused format string insertion in launcher.c. by Steve Dower · 10 years ago
- 13be8c2 Removes unused format string insertion in launcher.c. by Steve Dower · 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
- 12541dc2 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
- ebb8c2d Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
- 3d3aaa1 Adds note about installed debug binaries. by Steve Dower · 10 years ago
- 959ee7c Issue #23606: Disable ctypes.util.find_library("c") on Windows so tests are skipped while we figure out how best to approach the CRT change by Steve Dower · 10 years ago
- e3e56fe Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
- 7a82afe asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet by Victor Stinner · 10 years ago
- fb581d9 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
- 84c717d asyncio doc: changes on the Queue API missed Python 3.4.3 release by Victor Stinner · 10 years ago
- 55f1949 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 10 years ago
- 77a6b20 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 10 years ago
- 80f6bb4 Merge 3.4 (os doc) by Victor Stinner · 10 years ago
- 47c41b4 Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example by Victor Stinner · 10 years ago
- 37f2034 Issue #22524: Rephrase scandir addition in What's New in Python 3.5 by Victor Stinner · 10 years ago
- 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 10 years ago
- 283f3f8 Issue #23571: Oops, fix #ifdef assert() by Victor Stinner · 10 years ago
- 8011382 Issue #23619: Ensure C variable is initialized before using it. by Steve Dower · 10 years ago
- 5d2d63e merge 3.4 by Benjamin Peterson · 10 years ago
- 101447b fix up import style by Benjamin Peterson · 10 years ago
- 551719b Merge. by Larry Hastings · 10 years ago
- cfac654 Post-release changes for 3.5.0a2. by Larry Hastings · 10 years ago
- 52eb536 Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 10 years ago
- 8be2142 Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 10 years ago
- c49de35 Issue #23612: Fixes upgrade code and version for Windows installer. by Steve Dower · 10 years ago
- 1872f93 Minor updates to Windows installer upload script. by Steve Dower · 10 years ago
- 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 10 years ago
- af098a2 merge 3.4 (#23608) by Benjamin Peterson · 10 years ago
- c835827 indicate correct version (closes #23608) by Benjamin Peterson · 10 years ago
- 491dec6 Merge. by Larry Hastings · 10 years ago
- 5a963a5 Added tag v3.5.0a2 for changeset 0337bd7ebcb6 by Larry Hastings · 10 years ago
- 6003ac5 Release bump for 3.5.0a2. by Larry Hastings · 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
- 8acde7d Issue #23524: Change back to using Windows errors for _Py_fstat instead of the errno shim. by Steve Dower · 10 years ago
- 35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in by Victor Stinner · 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
- a5f3ad8 merge 3.4 by Benjamin Peterson · 10 years ago
- 8c69ecf replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 10 years ago
- c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 10 years ago
- 4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now by Victor Stinner · 10 years ago
- d81431f Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. by Steve Dower · 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
- 49f373b Issue #17911: Tweak traceback documentation. by Berker Peksag · 10 years ago
- 4a13cb9 Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
- b5a2322 Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
- 797d496 Issue #23594: merge 3.4 by Ned Deily · 10 years ago
- ac677f3 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 10 years ago
- f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 10 years ago
- e37a194 Fix regression introduced by changeset 7c6e3358221a that caused compile by Ned Deily · 10 years ago
- 7e28df9 unittest: Trivial typo fix. by Robert Collins · 10 years ago
- caa01f8 Fixed GCC version testing. by Serhiy Storchaka · 10 years ago
- a4c7271 Fix "GCC diagnostic" in socketmodule.c by Victor Stinner · 10 years ago
- d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 10 years ago
- 2856332 Add scripts for uploading Windows builds to a Linux server using pscp by Steve Dower · 10 years ago
- 3e2500d merge 3.4 by Benjamin Peterson · 10 years ago
- 7bcf9a5 use _import_symbols to import VERIFY_* constants 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