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