1. 50931f4 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  2. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 10 years ago
  3. 7fea974 Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() because by Victor Stinner · 10 years ago
  4. a47fc5c Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj() by Victor Stinner · 10 years ago
  5. 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 10 years ago
  6. 3505bd8 Issue #23207: merged fix from 3.4. by Vinay Sajip · 10 years ago
  7. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 10 years ago
  8. e42ccd2 Issue #23694: Enhance _Py_fopen(), it now raises an exception on error by Victor Stinner · 10 years ago
  9. a555cfc Issue #23694: Enhance _Py_open(), it now raises exceptions by Victor Stinner · 10 years ago
  10. 6562b29 Issue #23644: Fix issues with C++ when compiling Python extensions by Victor Stinner · 10 years ago
  11. b28de01 Fix patch attribution for issue 18983. by Robert Collins · 10 years ago
  12. 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 10 years ago
  13. f024d26 Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat by Victor Stinner · 10 years ago
  14. beb0997 Issue #22585: null merge by Ned Deily · 10 years ago
  15. ab6b9f8 Issue #22585: make URandomFDTests test case actually run by Ned Deily · 10 years ago
  16. 0c2fd89 Revert changeset d927047b1d8eb87738676980a24930d053ba2150 by Victor Stinner · 10 years ago
  17. e010d8f Issue #23682: Delete Python 2.2 mention from distutils documentation. by Berker Peksag · 10 years ago
  18. 6a98002 Issue #23682: Delete Python 2.2 mention from distutils documentation. by Berker Peksag · 10 years ago
  19. 85586eb merge 3.4 (#23679) by Benjamin Peterson · 10 years ago
  20. 59c4eb7 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 10 years ago
  21. 9c182a1 Issue #23680: Reduce risk of race condition in check_interrupted_write() of by Victor Stinner · 10 years ago
  22. 6d3c09f Issue #23680: Reduce risk of race condition in check_interrupted_write_retry() by Victor Stinner · 10 years ago
  23. 59b356d Issue #23571: Restore removed assert(!PyErr_Occurred()); in by Victor Stinner · 10 years ago
  24. b8a78d3 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  25. 05d5473 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  26. c7965e0 Issue #23585: make patchcheck will ensure the interpreter is built. by Robert Collins · 10 years ago
  27. bbb8ade Issue #23631: Fix traceback.format_list when a traceback has been mutated. by Robert Collins · 10 years ago
  28. 93f4d4c Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  29. 98d156b Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  30. a84099b Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element by Eli Bendersky · 10 years ago
  31. 39430da Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element by Eli Bendersky · 10 years ago
  32. 7aaa859 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  33. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  34. 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 10 years ago
  35. fbd011d Fix minor docs markup errors. by Serhiy Storchaka · 10 years ago
  36. b19542d Fix minor docs markup errors. by Serhiy Storchaka · 10 years ago
  37. a2a9df9 Issue #23606: Temporarily suppress test for CRT name. by Steve Dower · 10 years ago
  38. 9aa31d5 Fixes incorrect use of GetLastError where errno should be used. by Steve Dower · 10 years ago
  39. 41e7244 Fixes incorrect use of GetLastError where errno should be used. by Steve Dower · 10 years ago
  40. 76c95a0 merge 3.4 by Benjamin Peterson · 10 years ago
  41. 0d70ab6 __getslice__ certainly won't appear in the output by Benjamin Peterson · 10 years ago
  42. cb1dde5 Merge 3.4 by Brett Cannon · 10 years ago
  43. 2645bad Make the case to only support Python 2.7 when supporting 2/3 simultaneously by Brett Cannon · 10 years ago
  44. 469d0fb Add some periods to the ends of a couple comments by Brett Cannon · 10 years ago
  45. 64e4f7f Strip trailing whitespace by Brett Cannon · 10 years ago
  46. cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 10 years ago
  47. ff2a661 Issue #23566: Skip "fd" tests of test_faulthandler on Windows by Victor Stinner · 10 years ago
  48. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  49. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  50. f0f14f7 use the meth role for ZipFile.open by Benjamin Peterson · 10 years ago
  51. 3279995 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
  52. ce77ee9 Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
  53. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  54. 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  55. 945c82e test by Victor Stinner · 10 years ago
  56. f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  57. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  58. 38dae17 merge 3.4 by Benjamin Peterson · 10 years ago
  59. 09bb904 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 10 years ago
  60. 406221c Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 10 years ago
  61. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  62. da0870c Add versionadded directives for the matmul operator. by Berker Peksag · 10 years ago
  63. e7e497b Issue #23651: Fix typo in allow_abbrev docs. by Berker Peksag · 10 years ago
  64. 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 10 years ago
  65. 4a0e147 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  66. 3b6d0ae Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } by Victor Stinner · 10 years ago
  67. 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 10 years ago
  68. ebaa81f Merge 3.4 (test_os) by Victor Stinner · 10 years ago
  69. 0561c53 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() by Victor Stinner · 10 years ago
  70. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  71. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  72. 411bf64 Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks by Victor Stinner · 10 years ago
  73. 9142773 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  74. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  75. 354ecf1 Close issue23486: performance boost for enum member lookup by Ethan Furman · 10 years ago
  76. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  77. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  78. 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 10 years ago
  79. 6dd20c2 Removes unused format string insertion in launcher.c. by Steve Dower · 10 years ago
  80. 13be8c2 Removes unused format string insertion in launcher.c. by Steve Dower · 10 years ago
  81. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  82. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  83. 12541dc2 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
  84. ebb8c2d Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
  85. 3d3aaa1 Adds note about installed debug binaries. by Steve Dower · 10 years ago
  86. 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
  87. e3e56fe Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  88. 7a82afe asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet by Victor Stinner · 10 years ago
  89. fb581d9 Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  90. 84c717d asyncio doc: changes on the Queue API missed Python 3.4.3 release by Victor Stinner · 10 years ago
  91. 55f1949 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 10 years ago
  92. 77a6b20 Issue #23432: Remove duplicate content from SystemExit docs. by Berker Peksag · 10 years ago
  93. 80f6bb4 Merge 3.4 (os doc) by Victor Stinner · 10 years ago
  94. 47c41b4 Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example by Victor Stinner · 10 years ago
  95. 37f2034 Issue #22524: Rephrase scandir addition in What's New in Python 3.5 by Victor Stinner · 10 years ago
  96. 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 10 years ago
  97. 283f3f8 Issue #23571: Oops, fix #ifdef assert() by Victor Stinner · 10 years ago
  98. 8011382 Issue #23619: Ensure C variable is initialized before using it. by Steve Dower · 10 years ago
  99. 5d2d63e merge 3.4 by Benjamin Peterson · 10 years ago
  100. 101447b fix up import style by Benjamin Peterson · 10 years ago