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