1. 79d68f9 Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now by Victor Stinner · 9 years ago
  2. 0ed56a0 Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 9 years ago
  3. 64c439d Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 9 years ago
  4. fc7344a Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 9 years ago
  5. 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 9 years ago
  6. 4f418d3 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 9 years ago
  7. 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 9 years ago
  8. 41ce610 merge 3.4 by Benjamin Peterson · 9 years ago
  9. 86fdbf3 wrap properly by Benjamin Peterson · 9 years ago
  10. 8a0b9a4 null merge from 3.4 by Ethan Furman · 9 years ago
  11. 482fe04 issue23673 by Ethan Furman · 9 years ago
  12. 24e837f issue23673 by Ethan Furman · 9 years ago
  13. 8eef6a9 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 9 years ago
  14. d833779 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 9 years ago
  15. 52a05ab Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 9 years ago
  16. c4c19b3 Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 9 years ago
  17. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  18. 6c32585 Restored backward compatibility of pickling http.cookies.Morsel. It was by Serhiy Storchaka · 9 years ago
  19. cb7e5f6 Merge 3.4 (tracemalloc typo) by Victor Stinner · 9 years ago
  20. 444f124 _tracemalloc.c: Fix typo by Victor Stinner · 9 years ago
  21. e371b3d Fix compiler warning in mmapmodule.c (compare signed/unsigned integers) by Victor Stinner · 9 years ago
  22. 0c39b1b Initialize variables to prevent GCC warnings by Victor Stinner · 9 years ago
  23. 938b0b9 Fix compiler warning in dtoa.c by Victor Stinner · 9 years ago
  24. 59f7fb2 Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall if by Victor Stinner · 9 years ago
  25. 072248e Merge 3.4 (linecache doc) by Victor Stinner · 9 years ago
  26. 376658f Issue #11726: Fix linecache example in the doc by Victor Stinner · 9 years ago
  27. 58b8f39 Merge 3.4 (linecache doc) by Victor Stinner · 9 years ago
  28. 93f0665 Issue #11726: clarify linecache doc: linecache is written to cache Python by Victor Stinner · 9 years ago
  29. de31134 Issue #12155: Fix queue doc example to join threads by Victor Stinner · 9 years ago
  30. 926ce70 Merge 3.4 (marshal doc) by Victor Stinner · 9 years ago
  31. 6a318d4 Issue #19428: Document that PyMarshal_ReadLongFromFile() and by Victor Stinner · 9 years ago
  32. 5200f55 Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file() by Victor Stinner · 9 years ago
  33. 50931f4 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  34. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 9 years ago
  35. 7fea974 Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() because by Victor Stinner · 9 years ago
  36. a47fc5c Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj() by Victor Stinner · 9 years ago
  37. 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 9 years ago
  38. 3505bd8 Issue #23207: merged fix from 3.4. by Vinay Sajip · 9 years ago
  39. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 9 years ago
  40. e42ccd2 Issue #23694: Enhance _Py_fopen(), it now raises an exception on error by Victor Stinner · 9 years ago
  41. a555cfc Issue #23694: Enhance _Py_open(), it now raises exceptions by Victor Stinner · 9 years ago
  42. 6562b29 Issue #23644: Fix issues with C++ when compiling Python extensions by Victor Stinner · 9 years ago
  43. b28de01 Fix patch attribution for issue 18983. by Robert Collins · 9 years ago
  44. 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 9 years ago
  45. f024d26 Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat by Victor Stinner · 9 years ago
  46. beb0997 Issue #22585: null merge by Ned Deily · 9 years ago
  47. ab6b9f8 Issue #22585: make URandomFDTests test case actually run by Ned Deily · 9 years ago
  48. 0c2fd89 Revert changeset d927047b1d8eb87738676980a24930d053ba2150 by Victor Stinner · 9 years ago
  49. e010d8f Issue #23682: Delete Python 2.2 mention from distutils documentation. by Berker Peksag · 9 years ago
  50. 6a98002 Issue #23682: Delete Python 2.2 mention from distutils documentation. by Berker Peksag · 9 years ago
  51. 85586eb merge 3.4 (#23679) by Benjamin Peterson · 9 years ago
  52. 59c4eb7 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 9 years ago
  53. 9c182a1 Issue #23680: Reduce risk of race condition in check_interrupted_write() of by Victor Stinner · 9 years ago
  54. 6d3c09f Issue #23680: Reduce risk of race condition in check_interrupted_write_retry() by Victor Stinner · 9 years ago
  55. 59b356d Issue #23571: Restore removed assert(!PyErr_Occurred()); in by Victor Stinner · 9 years ago
  56. b8a78d3 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 9 years ago
  57. 05d5473 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 9 years ago
  58. c7965e0 Issue #23585: make patchcheck will ensure the interpreter is built. by Robert Collins · 9 years ago
  59. bbb8ade Issue #23631: Fix traceback.format_list when a traceback has been mutated. by Robert Collins · 9 years ago
  60. 93f4d4c Increased coverage of standard codec error handlers. by Serhiy Storchaka · 9 years ago
  61. 98d156b Increased coverage of standard codec error handlers. by Serhiy Storchaka · 9 years ago
  62. a84099b Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element by Eli Bendersky · 9 years ago
  63. 39430da Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element by Eli Bendersky · 9 years ago
  64. 7aaa859 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  65. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 9 years ago
  66. 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 9 years ago
  67. fbd011d Fix minor docs markup errors. by Serhiy Storchaka · 9 years ago
  68. b19542d Fix minor docs markup errors. by Serhiy Storchaka · 9 years ago
  69. a2a9df9 Issue #23606: Temporarily suppress test for CRT name. by Steve Dower · 9 years ago
  70. 9aa31d5 Fixes incorrect use of GetLastError where errno should be used. by Steve Dower · 9 years ago
  71. 41e7244 Fixes incorrect use of GetLastError where errno should be used. by Steve Dower · 9 years ago
  72. 76c95a0 merge 3.4 by Benjamin Peterson · 9 years ago
  73. 0d70ab6 __getslice__ certainly won't appear in the output by Benjamin Peterson · 9 years ago
  74. cb1dde5 Merge 3.4 by Brett Cannon · 9 years ago
  75. 2645bad Make the case to only support Python 2.7 when supporting 2/3 simultaneously by Brett Cannon · 9 years ago
  76. 469d0fb Add some periods to the ends of a couple comments by Brett Cannon · 9 years ago
  77. 64e4f7f Strip trailing whitespace by Brett Cannon · 9 years ago
  78. cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 9 years ago
  79. ff2a661 Issue #23566: Skip "fd" tests of test_faulthandler on Windows by Victor Stinner · 9 years ago
  80. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  81. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  82. f0f14f7 use the meth role for ZipFile.open by Benjamin Peterson · 9 years ago
  83. 3279995 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 9 years ago
  84. ce77ee9 Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 9 years ago
  85. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  86. 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 9 years ago
  87. 945c82e test by Victor Stinner · 9 years ago
  88. f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  89. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  90. 38dae17 merge 3.4 by Benjamin Peterson · 9 years ago
  91. 09bb904 Issue #23081: Document that PySequence_List also accepts iterables. by Berker Peksag · 9 years ago
  92. 406221c Issue #22154: Add an example to show context management protocol support of ZipFile.open(). by Berker Peksag · 9 years ago
  93. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 9 years ago
  94. da0870c Add versionadded directives for the matmul operator. by Berker Peksag · 9 years ago
  95. e7e497b Issue #23651: Fix typo in allow_abbrev docs. by Berker Peksag · 9 years ago
  96. 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 9 years ago
  97. 4a0e147 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 9 years ago
  98. 3b6d0ae Issue #23644, #22038: Move #include <stdatomic.c> inside the extern "C" { ... } by Victor Stinner · 9 years ago
  99. 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 9 years ago
  100. ebaa81f Merge 3.4 (test_os) by Victor Stinner · 9 years ago