1. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 9 years ago
  2. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 9 years ago
  3. 4bf4274 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 9 years ago
  4. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  5. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 9 years ago
  6. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  7. 94a619d Issue #26325: Added test.support.check_no_resource_warning() to check that by Serhiy Storchaka · 9 years ago
  8. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  9. 763f9f0 Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 9 years ago
  10. 5f6a0b4 Issue #25911: Restored support of bytes paths in os.walk() on Windows. by Serhiy Storchaka · 9 years ago
  11. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 9 years ago
  12. 0c0d537 Issue #26198: Make datetime error tests more lenient. by Serhiy Storchaka · 9 years ago
  13. c4b813d Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  14. a037022 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  15. 46f7785 Issue #25660: Fix a unittest and rlcompleter when readline isn't available by Yury Selivanov · 9 years ago
  16. 3874128 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 9 years ago
  17. b00da57 Issue #26194: Inserting into a full deque to raise an IndexError by Raymond Hettinger · 9 years ago
  18. 0df5313 test_asyncio: fix test_timeout_time() by Victor Stinner · 9 years ago
  19. 275bd96 Issue #19587: Remove masked and redundant tests in test_bytes by Martin Panter · 9 years ago
  20. 3464ea2 Issue #26173: Separate bad cert file tests and client rejection test by Martin Panter · 9 years ago
  21. 4a208e4 Issue #23076: Path.glob() now raises a ValueError if it's called with an by Berker Peksag · 9 years ago
  22. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 9 years ago
  23. 407b62f Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem by Martin Panter · 9 years ago
  24. 0a20bbf Issue #26202: copy.deepcopy() now correctly copies range() objects with by Serhiy Storchaka · 9 years ago
  25. b49a1ed Merge heads by Serhiy Storchaka · 9 years ago
  26. c8241fd Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  27. 8f475ef Backport fixes on test_eintr by Victor Stinner · 9 years ago
  28. ad13edb Issue #24705: Add a test case for ef84d21f5292 by Berker Peksag · 9 years ago
  29. 3743432 Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlen by Raymond Hettinger · 9 years ago
  30. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  31. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  32. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  33. 47b91b0 Fix BytecodeTestCase.assertNotInBytecode() by Victor Stinner · 9 years ago
  34. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago
  35. 8f19e8e Issue #25859: Reimplement NNTP test_starttls() using local server by Martin Panter · 9 years ago
  36. 1b25eff Issue #25366: Skip test_with_pip when threading module is not available by Berker Peksag · 9 years ago
  37. 5c1d9d2 Added exceptins for testing non-reversible import mapping for Issue #26013. by Serhiy Storchaka · 9 years ago
  38. 084f7e4 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 9 years ago
  39. 7a5fe6d Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings by Martin Panter · 9 years ago
  40. a3a5833 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  41. c7b05a4 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  42. 56aae8f Issue #17633: Improve support for namespace packages with zipimport. by Brett Cannon · 9 years ago
  43. a8b43b5 Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  44. 3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 by Martin Panter · 9 years ago
  45. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 9 years ago
  46. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 9 years ago
  47. 40b97ec Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  48. 17cbee4 Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5 by Martin Panter · 9 years ago
  49. b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  50. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  51. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  52. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  53. 09880c8 Comment out some tests that won't pass now that we've reverted the by Barry Warsaw · 9 years ago
  54. b4b8a0e Merge 3.4 (Issue #26050) by Yury Selivanov · 9 years ago
  55. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 9 years ago
  56. b86abb7 merge 3.4 by Andrew Svetlov · 9 years ago
  57. c07b16b Sync with asyncio repo by Andrew Svetlov · 9 years ago
  58. 03abf6d Hopeful fix for test_rglob_common on Windows without symlinks. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  59. 9c39b67 Hopeful fix for test_rglob_common on Windows without symlinks. by Guido van Rossum · 9 years ago
  60. c3a8272 Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  61. bc9fdda Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. by Guido van Rossum · 9 years ago
  62. 1a4afec Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  63. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 9 years ago
  64. 520f297 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  65. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 9 years ago
  66. d54377d Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  67. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 9 years ago
  68. 830207e #22709: Use stdin as-is if it does not have a buffer attribute. by R David Murray · 9 years ago
  69. 9ecf00e Remove a duplicate test_addresses key:value as identified by Vincent by Gregory P. Smith · 9 years ago
  70. beb652c Make catched exception more specific and correct a comment. by Serhiy Storchaka · 9 years ago
  71. 3cc8f4b make recording and reporting errors and nonlocal and global directives more robust (closes #25973) by Benjamin Peterson · 9 years ago
  72. e4d65e3 Issue #25447: Copying the lru_cache() wrapper object now always works, by Serhiy Storchaka · 9 years ago
  73. f81be8a Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 9 years ago
  74. a17ca19 Issue #25860: Fixed test failure caused by inconsistency of os.walk() and by Serhiy Storchaka · 9 years ago
  75. 0bddc9e Issue #25860: os.fwalk() no longer skips remaining directories when error occurs. by Serhiy Storchaka · 9 years ago
  76. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  77. 66c08d9 Issue #25902: Fixed various refcount issues in ElementTree iteration. by Serhiy Storchaka · 9 years ago
  78. 5aac3ed Issue #25766: Special method __bytes__() now works in str subclasses. by Serhiy Storchaka · 9 years ago
  79. 5185597 Fixed sizeof tests for dict and type (they were passed by accident). by Serhiy Storchaka · 9 years ago
  80. aaf69ac Don't create non-needed file. by Serhiy Storchaka · 9 years ago
  81. 9c297e4 Use correct PyGC_Head size in tests for issue #25421. by Serhiy Storchaka · 9 years ago
  82. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  83. 6f9b010 Fix a couple of typos in code comments by Martin Panter · 9 years ago
  84. c4e27e2 Merge 3.4 by Yury Selivanov · 9 years ago
  85. ea4ce1c asyncio/tests: Fix a ResourceWarning due to unclosed loop by Yury Selivanov · 9 years ago
  86. 152c408 Merge 3.4 by Yury Selivanov · 9 years ago
  87. 3cd863c asyncio/tests: Fix ResourceWarnings related to unclosed transports by Yury Selivanov · 9 years ago
  88. bcf8afd Merge 3.4 by Yury Selivanov · 9 years ago
  89. 5f68ca6 asyncio/tests: Fix some ResourceWarnings by Yury Selivanov · 9 years ago
  90. e277a3d Merge 3.4 by Yury Selivanov · 9 years ago
  91. aa78adc asyncio/tests: Fix deprecation warning by Yury Selivanov · 9 years ago
  92. a3f82ba Merge 3.4 by Yury Selivanov · 9 years ago
  93. ec45226 Normalize whitespace by Yury Selivanov · 9 years ago
  94. 631546c Merge 3.4 by Yury Selivanov · 9 years ago
  95. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 9 years ago
  96. a7f9933 Issue #23788: Merge redundant test_bad_address() into test_urllibnet by Martin Panter · 9 years ago
  97. 6edadfc * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  98. 220ba72 Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed by Gregory P. Smith · 9 years ago
  99. 4cb6d37 assert_python_ok docstring typo fix. by Gregory P. Smith · 9 years ago
  100. 1a316e8 Sync asyncio with upstream git repo (conditional import in test_pep492.py). by Guido van Rossum · 9 years ago