1. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 9 years ago
  2. 3ee147f Issue #22854: Fix logic for skipping test by Martin Panter · 9 years ago
  3. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 9 years ago
  4. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 9 years ago
  5. 8dc2ec1 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  6. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  7. 53f8ba5 test_urllibnet: set timeout on test_fileno() by Victor Stinner · 9 years ago
  8. 8ba2083 Issue #26643: Add missing shutil resources to regrtest.py by Victor Stinner · 9 years ago
  9. f6b1d66 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  10. 5503d47 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago
  11. 1dcf4f9 Issue#26616:Fixed a bug in datetime.astimezone() method. by Alexander Belopolsky · 9 years ago
  12. 8a20851 Issue #25654: by Victor Stinner · 9 years ago
  13. 540a81c Issue #21925: Fix test_warnings for release mode by Victor Stinner · 9 years ago
  14. 2746168 warnings.formatwarning(): catch exceptions by Victor Stinner · 9 years ago
  15. e0511e7 Fix test_warnings.test_improper_option() by Victor Stinner · 9 years ago
  16. 1129084 Issue #26621: Remove unnecessary test. by Stefan Krah · 9 years ago
  17. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  18. 97eee1c Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 9 years ago
  19. e2021f2 Issue #12813: uuid.uuid4() no longer depends on ctypes by Berker Peksag · 9 years ago
  20. e3385b4 Issue #19265: Improve test coverage of datetime.tzinfo by Berker Peksag · 9 years ago
  21. 1cd4ff6 Issue #26560: Avoid potential ValueError in BaseHandler.start_response by Berker Peksag · 9 years ago
  22. 1c80b15 Issue #26583: Skip test_timestamp_overflow in test_import if bytecode by Ned Deily · 9 years ago
  23. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  24. 57003f8 faulthandler: Test Py_FatalError() with GIL released by Victor Stinner · 9 years ago
  25. 62b6a0d Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 9 years ago
  26. 87d6e13 Fix test_venv on FreeBSD buildbot by Victor Stinner · 9 years ago
  27. 21d0e1b Skip test_site if USER_SITE cannot be created by Victor Stinner · 9 years ago
  28. 8c0f0c5 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 9 years ago
  29. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 9 years ago
  30. 8a7240e Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
  31. d756963 Issue #20589: Fix test_pathlib by Victor Stinner · 9 years ago
  32. 04d4229 Issue #20589: Invoking Path.owner() and Path.group() on Windows now raise by Berker Peksag · 9 years ago
  33. ada6db7 Issue #25911: Tring to silence deprecation warnings in bytes path walk tests. by Serhiy Storchaka · 9 years ago
  34. 7ab61ae Backed out changeset f9e22717722d by Serhiy Storchaka · 9 years ago
  35. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 9 years ago
  36. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  37. 55e3218 Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  38. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  39. e525ee3 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  40. d66dd5c Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py by Berker Peksag · 9 years ago
  41. e88dd1c Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  42. 8cc859c Issue #26167: Backported copy tests. by Serhiy Storchaka · 9 years ago
  43. aabafe7 Issue #26015: Added new tests for pickling iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  44. d551625 Issue #25718: Fixed pickling and copying the accumulate() iterator with total is None. by Serhiy Storchaka · 9 years ago
  45. be70002 Fixed typo in pickle tests. by Serhiy Storchaka · 9 years ago
  46. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 9 years ago
  47. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  48. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  49. e076ffb asyncio: Remove duplicate bind addresses in create_server. by Yury Selivanov · 9 years ago
  50. f9e1f2b inspect: Fix BoundArguments.apply_defaults to handle empty arguments by Yury Selivanov · 9 years ago
  51. 1bd0307 asyncio: Prevent StopIteration from being thrown into a Future by Yury Selivanov · 9 years ago
  52. dce63234 asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) by Yury Selivanov · 9 years ago
  53. 0c6a344 asyncio, selectors: Update to the upstream version by Yury Selivanov · 9 years ago
  54. 90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version by Yury Selivanov · 9 years ago
  55. 3379867 Issue #26464: Fix unicode_fast_translate() again by Victor Stinner · 9 years ago
  56. 6c9aa8f Fix str.translate() by Victor Stinner · 9 years ago
  57. bb0dbd5 Issue #26457: Fixed the subnets() methods in IP network classes for the case by Serhiy Storchaka · 9 years ago
  58. 7869a22 Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost by Martin Panter · 9 years ago
  59. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  60. bc85e35 Issue #26390: Fix and test pbkdf2_hmac() parameter names by Martin Panter · 9 years ago
  61. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 9 years ago
  62. f828218 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  63. 102d813 Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). by Anish Shah · 9 years ago
  64. 205e75b Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True. by Serhiy Storchaka · 9 years ago
  65. 1827eff Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 9 years ago
  66. ee3074e Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  67. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 9 years ago
  68. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 9 years ago
  69. 4bf4274 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 9 years ago
  70. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  71. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 9 years ago
  72. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  73. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  74. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  75. 763f9f0 Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 9 years ago
  76. 5f6a0b4 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 9 years ago
  77. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 9 years ago
  78. 0c0d537 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 9 years ago
  79. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  80. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  81. 46f7785 Issue #25660: Fix a unittest and rlcompleter when readline isn't available by Yury Selivanov · 9 years ago
  82. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  83. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  84. 0df5313 test_asyncio: fix test_timeout_time() by Victor Stinner · 9 years ago
  85. 275bd96 Issue #19587: Remove masked and redundant tests in test_bytes by Martin Panter · 9 years ago
  86. 3464ea2 Issue #26173: Separate bad cert file tests and client rejection test by Martin Panter · 9 years ago
  87. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  88. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 9 years ago
  89. 407b62f Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem by Martin Panter · 9 years ago
  90. 0a20bbf Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  91. b49a1ed Merge heads by Serhiy Storchaka · 9 years ago
  92. c8241fd Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  93. 8f475ef Backport fixes on test_eintr by Victor Stinner · 9 years ago
  94. ad13edb Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 9 years ago
  95. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  96. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  97. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  98. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  99. 47b91b0 Fix BytecodeTestCase.assertNotInBytecode() by Victor Stinner · 9 years ago
  100. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago