1. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  2. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  3. 38dae17 merge 3.4 by Benjamin Peterson · 10 years ago
  4. f0f14f7 use the meth role for ZipFile.open by Benjamin Peterson · 10 years ago
  5. 09bb904 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
  6. 3279995 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
  7. 406221c Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
  8. ce77ee9 Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
  9. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  10. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  11. da0870c Add versionadded directives for the matmul operator. by Berker Peksag · 10 years ago
  12. e7e497b Issue #23651: Fix typo in allow_abbrev docs. by Berker Peksag · 10 years ago
  13. 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 10 years ago
  14. 4a0e147 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  15. 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  16. 3b6d0ae Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } by Victor Stinner · 10 years ago
  17. 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 10 years ago
  18. ebaa81f Merge 3.4 (test_os) by Victor Stinner · 10 years ago
  19. 0561c53 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() by Victor Stinner · 10 years ago
  20. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  21. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  22. 411bf64 Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks by Victor Stinner · 10 years ago
  23. 9142773 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  24. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  25. 354ecf1 Close issue23486: performance boost for enum member lookup by Ethan Furman · 10 years ago
  26. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  27. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  28. 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 10 years ago
  29. 6dd20c2 Removes unused format string insertion in launcher.c. by Steve Dower · 10 years ago
  30. 13be8c2 Removes unused format string insertion in launcher.c. by Steve Dower · 10 years ago
  31. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  32. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  33. 12541dc2 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
  34. ebb8c2d Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
  35. 3d3aaa1 Adds note about installed debug binaries. by Steve Dower · 10 years ago
  36. 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
  37. e3e56fe Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  38. 7a82afe asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet by Victor Stinner · 10 years ago
  39. fb581d9 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  40. 84c717d asyncio doc: changes on the Queue API missed Python 3.4.3 release by Victor Stinner · 10 years ago
  41. 55f1949 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 10 years ago
  42. 77a6b20 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 10 years ago
  43. 80f6bb4 Merge 3.4 (os doc) by Victor Stinner · 10 years ago
  44. 47c41b4 Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example by Victor Stinner · 10 years ago
  45. 37f2034 Issue #22524: Rephrase scandir addition in What's New in Python 3.5 by Victor Stinner · 10 years ago
  46. 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 10 years ago
  47. 283f3f8 Issue #23571: Oops, fix #ifdef assert() by Victor Stinner · 10 years ago
  48. 8011382 Issue #23619: Ensure C variable is initialized before using it. by Steve Dower · 10 years ago
  49. 5d2d63e merge 3.4 by Benjamin Peterson · 10 years ago
  50. 101447b fix up import style by Benjamin Peterson · 10 years ago
  51. 551719b Merge. by Larry Hastings · 10 years ago
  52. cfac654 Post-release changes for 3.5.0a2. by Larry Hastings · 10 years ago
  53. 52eb536 Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 10 years ago
  54. 8be2142 Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 10 years ago
  55. c49de35 Issue #23612: Fixes upgrade code and version for Windows installer. by Steve Dower · 10 years ago
  56. 1872f93 Minor updates to Windows installer upload script. by Steve Dower · 10 years ago
  57. 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 10 years ago
  58. af098a2 merge 3.4 (#23608) by Benjamin Peterson · 10 years ago
  59. c835827 indicate correct version (closes #23608) by Benjamin Peterson · 10 years ago
  60. 491dec6 Merge. by Larry Hastings · 10 years ago
  61. 5a963a5 Added tag v3.5.0a2 for changeset 0337bd7ebcb6 by Larry Hastings · 10 years ago
  62. 6003ac5 Release bump for 3.5.0a2. by Larry Hastings · 10 years ago
  63. cfb5b87 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  64. f87afb0 Issue #21619: Cleaned up test_broken_pipe_cleanup. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  65. d5a0be6 Suppress assert dialogs in test_os by Steve Dower · 10 years ago
  66. 79938f2 Suppress assert dialogs in test_cmd_line. by Steve Dower · 10 years ago
  67. 8acde7d Issue #23524: Change back to using Windows errors for _Py_fstat instead of the errno shim. by Steve Dower · 10 years ago
  68. 35a97c0 Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in by Victor Stinner · 10 years ago
  69. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 10 years ago
  70. adb351f Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
  71. e3207fe Issue #20876: correctly close temporary file in test.support.fs_is_case_insensitive() by Antoine Pitrou · 10 years ago
  72. 88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. by Serhiy Storchaka · 10 years ago
  73. a5f3ad8 merge 3.4 by Benjamin Peterson · 10 years ago
  74. 8c69ecf replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 10 years ago
  75. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 10 years ago
  76. 4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now by Victor Stinner · 10 years ago
  77. d81431f Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread. by Steve Dower · 10 years ago
  78. eef20de Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
  79. f8904e9 Issue #22853: Added regression test for using multiprocessing.Queue at import by Serhiy Storchaka · 10 years ago
  80. f01c782 merge 3.4 by Benjamin Peterson · 10 years ago
  81. c19ed37 remove redundant test by Benjamin Peterson · 10 years ago
  82. abda8dd merge 3.4 (#23590) by Benjamin Peterson · 10 years ago
  83. a915723 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
  84. 49f373b Issue #17911: Tweak traceback documentation. by Berker Peksag · 10 years ago
  85. 4a13cb9 Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
  86. b5a2322 Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
  87. 797d496 Issue #23594: merge 3.4 by Ned Deily · 10 years ago
  88. ac677f3 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 10 years ago
  89. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 10 years ago
  90. e37a194 Fix regression introduced by changeset 7c6e3358221a that caused compile by Ned Deily · 10 years ago
  91. 7e28df9 unittest: Trivial typo fix. by Robert Collins · 10 years ago
  92. caa01f8 Fixed GCC version testing. by Serhiy Storchaka · 10 years ago
  93. a4c7271 Fix "GCC diagnostic" in socketmodule.c by Victor Stinner · 10 years ago
  94. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 10 years ago
  95. 2856332 Add scripts for uploading Windows builds to a Linux server using pscp by Steve Dower · 10 years ago
  96. 3e2500d merge 3.4 by Benjamin Peterson · 10 years ago
  97. 7bcf9a5 use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 10 years ago
  98. c3d9c5c adjust test_crl_check for trusted first being default by Benjamin Peterson · 10 years ago
  99. de8eca4 merge 3.4 by Benjamin Peterson · 10 years ago
  100. 990fcaa expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago