1. e0bd2c5 Issue21440 Use support.rmtree in test_zipfile & test_tarfile by Tim Golden · 10 years ago
  2. 0321cf2 Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman by Tim Golden · 10 years ago
  3. f19a400 Issue #21088: Merge from 3.4. by Larry Hastings · 10 years ago
  4. 9147a96 Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0. by Larry Hastings · 10 years ago
  5. 53d2c41 Issue #19414: Have the OrderedDict mark deleted links as unusable. by Raymond Hettinger · 10 years ago
  6. 71ac07f Issue #18604: merge from 3.4 by Ned Deily · 10 years ago
  7. 88b5b6d Issue #18604: Skip the Tk instantiation test on OS X because it can by Ned Deily · 10 years ago
  8. 3170d1c Issue #21421: Add __slots__ to the MappingViews ABCs. by Raymond Hettinger · 10 years ago
  9. 4ce5f3f improve idioms (closes #20642) by Benjamin Peterson · 10 years ago
  10. 98baa14 merge 3.4 by Benjamin Peterson · 10 years ago
  11. 3d678e3 use with blocks to make sure files are closed by Benjamin Peterson · 10 years ago
  12. 644bb49 merge 3.4 (#21357) by Benjamin Peterson · 10 years ago
  13. f24600e improve test coverage of filecmp (closes #21357) by Benjamin Peterson · 10 years ago
  14. cb2ad80 Closes #18604: Merge with 3.4 by Zachary Ware · 10 years ago
  15. ceced6b Issue #18604: Consolidated checks for GUI availability. by Zachary Ware · 10 years ago
  16. 6b794b8 Fix typo and tests without docstrings. by Stefan Krah · 10 years ago
  17. 5de1f82 Issue #21407: _decimal now supports function signatures. by Stefan Krah · 10 years ago
  18. b151f8f Issue #10650: Remove the non-standard 'watchexp' parameter from the by Stefan Krah · 10 years ago
  19. 8fb74a3 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 10 years ago
  20. f1d4e42 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 10 years ago
  21. ae43046 MERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris by Jesus Cea · 10 years ago
  22. da25109 Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris by Jesus Cea · 10 years ago
  23. 32497f8 Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  24. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  25. 3f73e4c Fix failure in test_poplib after issue #20951. by Antoine Pitrou · 10 years ago
  26. b850389 Issue #21057: TextIOWrapper now allows the underlying binary stream's read() or read1() method to return an arbitrary bytes-like object (such as a memoryview). by Antoine Pitrou · 10 years ago
  27. b4bebda Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantWriteError on a non-blocking socket if the operation would block. Previously, it would return 0. by Antoine Pitrou · 10 years ago
  28. 7971286 merge heads by Giampaolo Rodola' · 10 years ago
  29. 8af740c fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ cheap inheritance hack. by Giampaolo Rodola' · 10 years ago
  30. 05da1ef Issue #18727: improve test coverage of the csv module by testing for DictWriter.writerows. by Antoine Pitrou · 10 years ago
  31. b1e5844 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. by Antoine Pitrou · 10 years ago
  32. 9681022 Issue #9815: assertRaises now tries to clear references to local variables in the exception's traceback. by Antoine Pitrou · 10 years ago
  33. 6999441 Issue #20355: -W command line options now have higher priority than the PYTHONWARNINGS environment variable. Patch by Arfrever. by Antoine Pitrou · 10 years ago
  34. c695c95 Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string in the UTC timezone (as specified in RFC 5280), not the local timezone. by Antoine Pitrou · 10 years ago
  35. 3a74ce2 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. by Antoine Pitrou · 10 years ago
  36. 871dfc4 Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it raises a TypeError. by Antoine Pitrou · 10 years ago
  37. 6cd08d6 Merge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. by Guido van Rossum · 10 years ago
  38. 94ba146 asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. by Guido van Rossum · 10 years ago
  39. a677c26 Merge 3.4 -> default: asyncio: Be careful accessing instance variables in __del__ (closes #21340). by Guido van Rossum · 10 years ago
  40. fbf963c Backed out changeset: 17df50df62c7 by Tim Golden · 10 years ago
  41. 83c1ddd asyncio: Be careful accessing instance variables in __del__ (closes #21340). by Guido van Rossum · 10 years ago
  42. 4675d79 Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman. by Tim Golden · 10 years ago
  43. 4453cf5 merge 3.4 (#19385) by Benjamin Peterson · 10 years ago
  44. e3083d3 make operations on closed dumb databases raise a consistent exception (closes #19385) by Benjamin Peterson · 10 years ago
  45. 5e746f2 merge 3.4 (#21355) by Benjamin Peterson · 10 years ago
  46. d4992dc shallow defaults to 'True' not '1' (closes #21355) by Benjamin Peterson · 10 years ago
  47. 4432cf4 Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 10 years ago
  48. e472aea Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew. by Antoine Pitrou · 10 years ago
  49. 1c71241 Merge from 3.4 by Andrew Kuchling · 10 years ago
  50. 86fe53e #21225: copy docstrings from base classes by Andrew Kuchling · 10 years ago
  51. 1184e26 do not override errors from descriptors on modules by Benjamin Peterson · 10 years ago
  52. 7b9ff0e Issue8297: module attribute lookup failures now include module name in error message. by Ethan Furman · 10 years ago
  53. 7101cb0 Closes #21346: Merge with 3.4 by Zachary Ware · 10 years ago
  54. dca807b Issue #21346: Fix typo, make message consistent in test_itertools. by Zachary Ware · 10 years ago
  55. e7460ac fix the test on windows which has different return codes from killed children. by Gregory P. Smith · 10 years ago
  56. ab2719f fix the test on windows which has different return codes from killed children. by Gregory P. Smith · 10 years ago
  57. b218863 subprocess's Popen.wait() is now thread safe so that multiple threads by Gregory P. Smith · 10 years ago
  58. d65ba51 subprocess's Popen.wait() is now thread safe so that multiple threads by Gregory P. Smith · 10 years ago
  59. 711ee25 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  60. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  61. 29c4777 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  62. 9573638 Issue #21138: Change default reformat paragraph width to PEP 8's 72. by Terry Jan Reedy · 10 years ago
  63. f16fa11 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  64. d5d4c4e Issue 21284: Idle: make test_formatparagraph pass even when a user changes the by Terry Jan Reedy · 10 years ago
  65. f4faef4 merge 3.4 by Senthil Kumaran · 10 years ago
  66. 6117e5d urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) by Senthil Kumaran · 10 years ago
  67. 4eef074 Merge: #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  68. 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  69. 3ff96eb Issue #10291: Cleanup turtledemo to use docstrings for help. by Ned Deily · 10 years ago
  70. 5e526bb Issue #11571: merge with 3.4 by Ned Deily · 10 years ago
  71. 09ae544 Issue #11571: Ensure that the turtle window becomes the topmost window by Ned Deily · 10 years ago
  72. 6d17235 Issue #21311: merge with 3.4 by Ned Deily · 10 years ago
  73. f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 10 years ago
  74. 0f1155c Issue #7221: remove redundant tests in test_asyncore. Patch by Jessica McKellar. by Antoine Pitrou · 10 years ago
  75. 0fbd76b Merge: #9364: Improve the text printed by help(pydoc) and help(help). by R David Murray · 10 years ago
  76. 3d050dd #9364: Improve the text printed by help(pydoc) and help(help). by R David Murray · 10 years ago
  77. 31e9f7c Merge from 3.4. by Eric Snow · 10 years ago
  78. 658af31 Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. by Eric Snow · 10 years ago
  79. 172f025 Issue #21068: The ssl.PROTOCOL* constants are now enum members. by Antoine Pitrou · 10 years ago
  80. 1226db4 fix the description of bytes tests by Philip Jenvey · 10 years ago
  81. 0cbc768 asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). by Guido van Rossum · 10 years ago
  82. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 10 years ago
  83. fa873f6 remove superfluous and useless line by Benjamin Peterson · 10 years ago
  84. c844b00 use the called property of the run_pip mock rather than an assertion method that doesn't exist by Benjamin Peterson · 10 years ago
  85. c043061 Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #21015 by Antoine Pitrou · 10 years ago
  86. 45278a8 #1704474: mark refleak test as specific to CPython by Andrew Kuchling · 10 years ago
  87. ebc1a30 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. by Michael Foord · 10 years ago
  88. d943fde Run test_urllib2_localnet tests using unittest.main(). by Senthil Kumaran · 10 years ago
  89. 484f8a8 Closes Issue 21222. by Kushal Das · 10 years ago
  90. 2e2c05c asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). by Guido van Rossum · 10 years ago
  91. d122906 Fix typo in test method name. by Mark Dickinson · 10 years ago
  92. dc28213 - Merge 3.4 by doko@ubuntu.com · 10 years ago
  93. 617c4dc Add a --ciphers option to Lib/test/ssl_servers.py by Antoine Pitrou · 10 years ago
  94. 05649f3 Use ssl.create_default_context in Lib/test/ssl_servers.py by Antoine Pitrou · 10 years ago
  95. 68290f4 Removes unused varargs and varkwargs from assert_not_called(). by Kushal Das · 10 years ago
  96. 3ae4f99 merge 3.4 by Benjamin Peterson · 10 years ago
  97. b581ae9 merge 3.4 by Benjamin Peterson · 10 years ago
  98. 8af9db3 Closes Issue 21262: New method assert_not_called for Mock. by Kushal Das · 10 years ago
  99. 8c14534 Closes Issue 21238: New keyword argument `unsafe` to Mock. by Kushal Das · 10 years ago
  100. 94a5b66 Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for maximum compatibility. by Antoine Pitrou · 10 years ago