1. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 11 years ago
  2. fa873f6 remove superfluous and useless line by Benjamin Peterson · 11 years ago
  3. c844b00 use the called property of the run_pip mock rather than an assertion method that doesn't exist by Benjamin Peterson · 11 years ago
  4. c043061 Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue #21015 by Antoine Pitrou · 11 years ago
  5. 45278a8 #1704474: mark refleak test as specific to CPython by Andrew Kuchling · 11 years ago
  6. d943fde Run test_urllib2_localnet tests using unittest.main(). by Senthil Kumaran · 11 years ago
  7. 9574355 - Issue #21223: Pass test_site/test_startup_imports when some of the extensions by doko@ubuntu.com · 11 years ago
  8. 09cc169 asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly by Yury Selivanov · 11 years ago
  9. 809f90f Reverted 16efa8d27e4c after discussion with Eric. by Vinay Sajip · 11 years ago
  10. 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 11 years ago
  11. a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 11 years ago
  12. f15f748 asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 by Yury Selivanov · 11 years ago
  13. cfdd016 Invoke test_urllibnet tests using unittest.main function by Senthil Kumaran · 11 years ago
  14. afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 11 years ago
  15. 6b3e87d merge heads by Senthil Kumaran · 11 years ago
  16. 7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. by Eric V. Smith · 11 years ago
  17. d8e24f1 Convert urllib.request parse_proxy doctests to unittests. by Senthil Kumaran · 11 years ago
  18. 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 11 years ago
  19. 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
  20. f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 11 years ago
  21. 584f5cb merge 3.3 by Benjamin Peterson · 11 years ago
  22. 156285c merge 3.2 by Benjamin Peterson · 11 years ago
  23. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
  24. d5aa487 #21169: fix getpass to use replace error handler on UnicodeEncodeError. by R David Murray · 11 years ago
  25. 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 11 years ago
  26. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 11 years ago
  27. 511e222 make temporary read-only files writable, so rmtree can remove them (#21128) by Benjamin Peterson · 11 years ago
  28. e331121 make sure to test UnicodeEncodeError, too by Benjamin Peterson · 11 years ago
  29. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  30. 24dfb05 make test name consistent with the rest of the file by Benjamin Peterson · 11 years ago
  31. 31b26f6 Issue #18652: Add an itertools recipe for first_true() by Raymond Hettinger · 11 years ago
  32. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 11 years ago
  33. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 11 years ago
  34. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
  35. 809ee90 use https docs url by Benjamin Peterson · 11 years ago
  36. 887cd7d merge 3.3 (#21115) by Benjamin Peterson · 11 years ago
  37. b25e3f9 merge 3.2 by Benjamin Peterson · 11 years ago
  38. b4be376 use https docs url (#21115) by Benjamin Peterson · 11 years ago
  39. d2403a2 Issue #20668: Remove tests.txt of test_asyncio by Victor Stinner · 11 years ago
  40. f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 11 years ago
  41. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  42. 2542b66 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 11 years ago
  43. b1d060b inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 11 years ago
  44. 00abf38 asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 by Yury Selivanov · 11 years ago
  45. 223082f Issue #21069: Temporarily use www.google.com while investigating by Ned Deily · 11 years ago
  46. 944d597 Issue #20939: remove stray character from comment by Ned Deily · 11 years ago
  47. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  48. e74153a Issue #20939: Backout test_urllib2.test_issue16464 disables: by Ned Deily · 11 years ago
  49. 87d13ea Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  50. b60ac7a Issue #21038: Use monotonic clock to compute timeout, not the system clock by Victor Stinner · 11 years ago
  51. 6f20b7c Issue #21038: Cleanup test_epoll.py by Victor Stinner · 11 years ago
  52. 1f99f9d Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago
  53. 93569c2 asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current by Victor Stinner · 11 years ago
  54. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 11 years ago
  55. 80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. by Richard Oudkerk · 11 years ago
  56. 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 · 11 years ago
  57. 9a90243 Skip test_urllib2.test_issue16464() is the ssl module is missing by Victor Stinner · 11 years ago
  58. 2a60534 move SharedKeyTests to test_descr by Benjamin Peterson · 11 years ago
  59. df81379 correct the fix for #20637; allow slot descriptor inheritance to take place before creating cached keys by Benjamin Peterson · 11 years ago
  60. 7e7fb03 Issue #20939: merge from 3.3 by Ned Deily · 11 years ago
  61. b454742 Issue #20939: Fix test_geturl failure in test_urllibnet due to by Ned Deily · 11 years ago
  62. d3b3bba Merge: #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 11 years ago
  63. fdbe918 #20933: At least one place maps 'test' to 'localhost'...fix test. by R David Murray · 11 years ago
  64. d0fc83d merge 3.2 (#20896) by Benjamin Peterson · 11 years ago
  65. cf25c5c use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) by Benjamin Peterson · 11 years ago
  66. bb185ab use support.rmtree instead of shutil (closes #19614) by Benjamin Peterson · 11 years ago
  67. 8546e22 merge 3.3 (#20896) by Benjamin Peterson · 11 years ago
  68. e8f3819 merge 3.3 (#19614) by Benjamin Peterson · 11 years ago
  69. f31213c Backed out changeset c13398566409 by Benjamin Peterson · 11 years ago
  70. 5a2c040 Issue #20896: Workaround the bug temporarely to fix buildbots by Victor Stinner · 11 years ago
  71. 8ce8ff9 tracemalloc: filter_traces() raises a TypeError if filters is not an iterable by Victor Stinner · 11 years ago
  72. bcfcfc5 use assertEqual instead of the deprecated assertEquals (closes #20877) by Benjamin Peterson · 11 years ago
  73. 6120739 Issue #20875: Prevent possible gzip "'read' is not defined" NameError. by Ned Deily · 11 years ago
  74. e512729 Issue #20875: Merge from 3.3 by Ned Deily · 11 years ago
  75. b8bf995 #20871: improve email policy test coverage. by R David Murray · 11 years ago
  76. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 11 years ago
  77. ccdf352 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  78. 25dded0 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
  79. 4ca688e Fix pickling of rangeiter. rangeiter_setstate would not allow setting it by Kristján Valur Jónsson · 11 years ago
  80. 682ea5f Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  81. a537eb4 Issue #20283: RE pattern methods now accept the string keyword parameters by Serhiy Storchaka · 11 years ago
  82. e6a5379 asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is by Victor Stinner · 11 years ago
  83. eeeebcd asyncio: Synchronize with Tulip by Victor Stinner · 11 years ago
  84. c5cc501 Make the various iterators' "setstate" sliently and consistently clip the by Kristján Valur Jónsson · 11 years ago
  85. 25ea45d Merge with 3.3 by Kristján Valur Jónsson · 11 years ago
  86. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
  87. cd9028c Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  88. 056e265 Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ by Yury Selivanov · 11 years ago
  89. 9fb137c merge with 3.3 by Georg Brandl · 11 years ago
  90. 2fc8f77 Issue #20404: reject non-text encodings early in TextIOWrapper. by Georg Brandl · 11 years ago
  91. 2658bad merge 3.3.5rc1 release commits with 3.3 branch by Georg Brandl · 11 years ago
  92. 24a945c merge 3.3 (#20249) by Benjamin Peterson · 11 years ago
  93. 659a6f5 fix test_posix.test_initgroups to work without supplemental groups (closes #20249) by Benjamin Peterson · 11 years ago
  94. b77bf32 fix test on debug builds (closes #20731) by Benjamin Peterson · 11 years ago
  95. 298bb96 Issue #20778: Fix modulefinder to work with bytecode-only modules. by Brett Cannon · 11 years ago
  96. 815b41b Issue #20731: Properly position in source code files even if they by Martin v. Löwis · 11 years ago
  97. 9db1ab8 Issue #20567: Delete class attribute gui widgets in idle tests. by Terry Jan Reedy · 11 years ago
  98. 1260418 merge 3.3 by Benjamin Peterson · 11 years ago
  99. 0f38478 merge for issue #20778 by Brett Cannon · 11 years ago
  100. 80875fe Reindent by Martin v. Löwis · 11 years ago