1. f15f748 asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 by Yury Selivanov · 10 years ago
  2. cfdd016 Invoke test_urllibnet tests using unittest.main function by Senthil Kumaran · 10 years ago
  3. afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 10 years ago
  4. 6b3e87d merge heads by Senthil Kumaran · 10 years ago
  5. 7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. by Eric V. Smith · 10 years ago
  6. d8e24f1 Convert urllib.request parse_proxy doctests to unittests. by Senthil Kumaran · 10 years ago
  7. 01bafdc Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works by Michael Foord · 10 years ago
  8. 40470e0 do not generate pipe names in the temporary dir by Benjamin Peterson · 10 years ago
  9. 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 10 years ago
  10. 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 10 years ago
  11. d2623d7 Issue 20968. unittest.mock.MagicMock now supports division by Michael Foord · 10 years ago
  12. 604453c #21169: add comment and doc update for getpass change. by R David Murray · 10 years ago
  13. f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 10 years ago
  14. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  15. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  16. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  17. d5aa487 #21169: fix getpass to use replace error handler on UnicodeEncodeError. by R David Murray · 10 years ago
  18. e544f9a Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 10 years ago
  19. a39938f Issue #21171: Fixed undocumented filter API of the rot13 codec. by Serhiy Storchaka · 10 years ago
  20. 1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 10 years ago
  21. 0654be1 teach 2to3 about 'yield from' by Benjamin Peterson · 10 years ago
  22. 4ab92c8 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 10 years ago
  23. 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 10 years ago
  24. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 10 years ago
  25. 4bd652a asyncio: Document Task.cancel() properly. by Victor Stinner · 10 years ago
  26. 511e222 make temporary read-only files writable, so rmtree can remove them (#21128) by Benjamin Peterson · 10 years ago
  27. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 10 years ago
  28. 4d59a78 remove unused argument (closes #21135) by Benjamin Peterson · 10 years ago
  29. e331121 make sure to test UnicodeEncodeError, too by Benjamin Peterson · 10 years ago
  30. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 10 years ago
  31. 24dfb05 make test name consistent with the rest of the file by Benjamin Peterson · 10 years ago
  32. 31b26f6 Issue #18652: Add an itertools recipe for first_true() by Raymond Hettinger · 10 years ago
  33. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 10 years ago
  34. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 10 years ago
  35. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 10 years ago
  36. 78c8538 fix typo by Benjamin Peterson · 10 years ago
  37. 5dd3cae simplify check, since now there are only new-style classes by Benjamin Peterson · 10 years ago
  38. 809ee90 use https docs url by Benjamin Peterson · 10 years ago
  39. 887cd7d merge 3.3 (#21115) by Benjamin Peterson · 10 years ago
  40. b25e3f9 merge 3.2 by Benjamin Peterson · 10 years ago
  41. b4be376 use https docs url (#21115) by Benjamin Peterson · 10 years ago
  42. d2403a2 Issue #20668: Remove tests.txt of test_asyncio by Victor Stinner · 10 years ago
  43. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 10 years ago
  44. f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 10 years ago
  45. c420343 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 10 years ago
  46. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 10 years ago
  47. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 10 years ago
  48. 2542b66 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 10 years ago
  49. b1d060b inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 10 years ago
  50. 00abf38 asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 by Yury Selivanov · 10 years ago
  51. 223082f Issue #21069: Temporarily use www.google.com while investigating by Ned Deily · 10 years ago
  52. 944d597 Issue #20939: remove stray character from comment by Ned Deily · 10 years ago
  53. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 10 years ago
  54. e74153a Issue #20939: Backout test_urllib2.test_issue16464 disables: by Ned Deily · 10 years ago
  55. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  56. 87d13ea Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok. by Victor Stinner · 10 years ago
  57. b60ac7a Issue #21038: Use monotonic clock to compute timeout, not the system clock by Victor Stinner · 10 years ago
  58. 6f20b7c Issue #21038: Cleanup test_epoll.py by Victor Stinner · 10 years ago
  59. 1f99f9d Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 10 years ago
  60. 3e952d5 Issue #20633: Replace relative import by absolute import. by Richard Oudkerk · 10 years ago
  61. 93569c2 asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current by Victor Stinner · 10 years ago
  62. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 10 years ago
  63. 99d8dd2 Issue #20990: Correction for 619331c67638. by Richard Oudkerk · 10 years ago
  64. 95a8dfb #20976: remove unneeded quopri import in email.utils. by R David Murray · 10 years ago
  65. c346060 Merge 3.3. by Richard Oudkerk · 10 years ago
  66. 80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. by Richard Oudkerk · 10 years ago
  67. a40675a Issue #20990: Fix issues found by pyflakes for multiprocessing. by Richard Oudkerk · 10 years ago
  68. 0bebbc3 Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". by Antoine Pitrou · 10 years ago
  69. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 10 years ago
  70. 46f484e merge by Brett Cannon · 10 years ago
  71. a00c240 Issue #20884: Don't assume in importlib.__init__ that __file__ is defined. by Brett Cannon · 10 years ago
  72. a22ae21 Fix parameter name in docs for os.makedirs and os.removedirs. by Zachary Ware · 10 years ago
  73. d852e99 Clean-up docstring by Raymond Hettinger · 10 years ago
  74. b1698d4 Issue #20444: Reduced code duplication. by Vinay Sajip · 10 years ago
  75. 71dcb28 Issue #20558: Improved implementation of error handling. by Vinay Sajip · 10 years ago
  76. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  77. 69b1e26 Issue #20978: pyflakes: fix undefined names by Victor Stinner · 10 years ago
  78. 790bd6d Issue #20978: Remove last part of OS/2 support in distutils by Victor Stinner · 10 years ago
  79. 9a90243 Skip test_urllib2.test_issue16464() is the ssl module is missing by Victor Stinner · 10 years ago
  80. d6a91a7 Issue #20879: Delay the initialization of encoding and decoding tables for by Victor Stinner · 10 years ago
  81. 2a60534 move SharedKeyTests to test_descr by Benjamin Peterson · 10 years ago
  82. df81379 correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys by Benjamin Peterson · 10 years ago
  83. 1095907 Remove stray semicolon by Antoine Pitrou · 10 years ago
  84. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 10 years ago
  85. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 10 years ago
  86. fda3355 fix ctypes test alignment assumptions (closes #20946) by Benjamin Peterson · 10 years ago
  87. cf1a3cd Release bump for 3.4.0 final. by Larry Hastings · 10 years ago
  88. 0548f5c Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. by Larry Hastings · 10 years ago
  89. b6b6a6d Issue #20939: merge from 3.3 by Ned Deily · 10 years ago
  90. 7e7fb03 Issue #20939: merge from 3.3 by Ned Deily · 10 years ago
  91. b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 10 years ago
  92. d3b3bba Merge: #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 10 years ago
  93. fdbe918 #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 10 years ago
  94. 698abe7 Closes #20918: Added handling for exceptions during fallback output of logging exceptions. by Vinay Sajip · 10 years ago
  95. fb2c2db Merge #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 10 years ago
  96. e5cb836 #7475: Remove references to '.transform' from transform codec docstrings. by R David Murray · 10 years ago
  97. 45fc871 Make distutils error messages more helpful (#11599). by Éric Araujo · 10 years ago
  98. 966f2fc weaken callback count inequality (closes #20901) by Benjamin Peterson · 10 years ago
  99. 21317b6 merge 3.3 (#19060) by Benjamin Peterson · 10 years ago
  100. 5eea8a7 remove unnecessary word (closes #19060) by Benjamin Peterson · 10 years ago