1. 381a9bc Issue #23571: Update test_capi by Victor Stinner · 10 years ago
  2. bca63b3 Issue #23688: Added support of arbitrary bytes-like objects and avoided by Serhiy Storchaka · 10 years ago
  3. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 10 years ago
  4. 94a6448 Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  5. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  6. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  7. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  8. 5d06c74 Merge: #23700: fix/improve comment by R David Murray · 10 years ago
  9. 75ed90a #23700: fix/improve comment by R David Murray · 10 years ago
  10. a4d4dd3 #23657 Don't explicitly do an isinstance check for str in zipapp by Paul Moore · 10 years ago
  11. 2f7bf23 Issue #22289: merge from 3.4 by Ned Deily · 10 years ago
  12. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
  13. 4f0efb0 Issue #23571: Fix test_capi by Victor Stinner · 10 years ago
  14. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 10 years ago
  15. 32ea165 Issue 23704: Add index(), copy(), and insert() to deques. Register deques as a MutableSequence. by Raymond Hettinger · 10 years ago
  16. 0a9e272 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  17. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  18. 39dadf7 Issue 23705: Improve the performance of __contains__ checks for deques. by Raymond Hettinger · 10 years ago
  19. 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 10 years ago
  20. ee4c0b9 Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
  21. 74a49ac Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
  22. 000391b Issue #23700: NamedTemporaryFile iterator closed underlied file object in by Serhiy Storchaka · 10 years ago
  23. d83b7c2 Issue #23700: NamedTemporaryFile iterator closed underlied file object in by Serhiy Storchaka · 10 years ago
  24. 268225f Issue #23715: Fix test_script_helper by Victor Stinner · 10 years ago
  25. 57d516b Issue #23696: Remove test on ZipImportError.__context__ because the context is by Victor Stinner · 10 years ago
  26. 0312923 Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() and by Victor Stinner · 10 years ago
  27. 1335ca5 Issue #23715: Enhance test.script_helper to investigate test_eintr failure by Victor Stinner · 10 years ago
  28. a453cd8 Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried by Victor Stinner · 10 years ago
  29. fbd6f9e Issue #23696: Chain ZipImportError to the OSError by Victor Stinner · 10 years ago
  30. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 10 years ago
  31. 9a8089b Issue #23646: Enhance precision of time.sleep() and socket timeout when by Victor Stinner · 10 years ago
  32. 31084ba Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional memoryviews). by Antoine Pitrou · 10 years ago
  33. 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 10 years ago
  34. 79d68f9 Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now by Victor Stinner · 10 years ago
  35. fc7344a Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  36. 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  37. 4f418d3 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
  38. 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
  39. 41ce610 merge 3.4 by Benjamin Peterson · 10 years ago
  40. 86fdbf3 wrap properly by Benjamin Peterson · 10 years ago
  41. 482fe04 issue23673 by Ethan Furman · 10 years ago
  42. 24e837f issue23673 by Ethan Furman · 10 years ago
  43. 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
  44. 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
  45. 52a05ab Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
  46. c4c19b3 Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
  47. 6c32585 Restored backward compatibility of pickling http.cookies.Morsel. It was by Serhiy Storchaka · 10 years ago
  48. 072248e Merge 3.4 (linecache doc) by Victor Stinner · 10 years ago
  49. 376658f Issue #11726: Fix linecache example in the doc by Victor Stinner · 10 years ago
  50. 50931f4 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  51. d6dc7bd Issue #23456: Add missing @coroutine decorators in asyncio by Victor Stinner · 10 years ago
  52. 7fea974 Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() because by Victor Stinner · 10 years ago
  53. 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 10 years ago
  54. 3505bd8 Issue #23207: merged fix from 3.4. by Vinay Sajip · 10 years ago
  55. d55436a Issue #23207: Improved kwarg validation. by Vinay Sajip · 10 years ago
  56. 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 10 years ago
  57. ab6b9f8 Issue #22585: make URandomFDTests test case actually run by Ned Deily · 10 years ago
  58. 0c2fd89 Revert changeset d927047b1d8eb87738676980a24930d053ba2150 by Victor Stinner · 10 years ago
  59. 9c182a1 Issue #23680: Reduce risk of race condition in check_interrupted_write() of by Victor Stinner · 10 years ago
  60. 6d3c09f Issue #23680: Reduce risk of race condition in check_interrupted_write_retry() by Victor Stinner · 10 years ago
  61. b8a78d3 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  62. 05d5473 Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  63. bbb8ade Issue #23631: Fix traceback.format_list when a traceback has been mutated. by Robert Collins · 10 years ago
  64. 93f4d4c Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  65. 98d156b Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  66. 7aaa859 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  67. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  68. 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 10 years ago
  69. a2a9df9 Issue #23606: Temporarily suppress test for CRT name. by Steve Dower · 10 years ago
  70. 469d0fb Add some periods to the ends of a couple comments by Brett Cannon · 10 years ago
  71. cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 10 years ago
  72. ff2a661 Issue #23566: Skip "fd" tests of test_faulthandler on Windows by Victor Stinner · 10 years ago
  73. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  74. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  75. a60c2fe Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  76. 18987a1 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  77. 945c82e test by Victor Stinner · 10 years ago
  78. f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  79. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  80. c2ccce7 Issue #23641: Cleaned out legacy dunder names from tests and docs. by Serhiy Storchaka · 10 years ago
  81. 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 10 years ago
  82. 4a0e147 Issue #20617: Remove unused import in test_ssl. by Berker Peksag · 10 years ago
  83. 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 10 years ago
  84. ebaa81f Merge 3.4 (test_os) by Victor Stinner · 10 years ago
  85. 0561c53 Issue #23605: Refactor os.walk() tests to also run them on os.fwalk() by Victor Stinner · 10 years ago
  86. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  87. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  88. 411bf64 Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks by Victor Stinner · 10 years ago
  89. 9142773 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  90. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  91. 354ecf1 Close issue23486: performance boost for enum member lookup by Ethan Furman · 10 years ago
  92. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  93. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  94. 62e977f Close issue23467: add %r compatibility to bytes and bytearray by Ethan Furman · 10 years ago
  95. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  96. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  97. 12541dc2 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
  98. ebb8c2d Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 10 years ago
  99. 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
  100. e3e56fe Merge 3.4 (asyncio) by Victor Stinner · 10 years ago