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