1. 56aae8f Issue #17633: Improve support for namespace packages with zipimport. by Brett Cannon · 9 years ago
  2. a8b43b5 Issue #25940: Merge ETIMEDOUT fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  3. 3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 by Martin Panter · 9 years ago
  4. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 9 years ago
  5. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 9 years ago
  6. 40b97ec Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  7. 17cbee4 Issue #25940: Merge self-signed.pythontest.net testing from 3.4 into 3.5 by Martin Panter · 9 years ago
  8. b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  9. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  10. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  11. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  12. 09880c8 Comment out some tests that won't pass now that we've reverted the by Barry Warsaw · 9 years ago
  13. b4b8a0e Merge 3.4 (Issue #26050) by Yury Selivanov · 9 years ago
  14. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 9 years ago
  15. b86abb7 merge 3.4 by Andrew Svetlov · 9 years ago
  16. c07b16b Sync with asyncio repo by Andrew Svetlov · 9 years ago
  17. 03abf6d Hopeful fix for test_rglob_common on Windows without symlinks. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  18. 9c39b67 Hopeful fix for test_rglob_common on Windows without symlinks. by Guido van Rossum · 9 years ago
  19. 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
  20. bc9fdda Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. by Guido van Rossum · 9 years ago
  21. 1a4afec Issue #22570: Add 'path' attribute to pathlib.Path objects. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  22. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 9 years ago
  23. 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
  24. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 9 years ago
  25. d54377d Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  26. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 9 years ago
  27. 830207e #22709: Use stdin as-is if it does not have a buffer attribute. by R David Murray · 9 years ago
  28. 9ecf00e Remove a duplicate test_addresses key:value as identified by Vincent by Gregory P. Smith · 9 years ago
  29. beb652c Make catched exception more specific and correct a comment. by Serhiy Storchaka · 9 years ago
  30. 3cc8f4b make recording and reporting errors and nonlocal and global directives more robust (closes #25973) by Benjamin Peterson · 9 years ago
  31. e4d65e3 Issue #25447: Copying the lru_cache() wrapper object now always works, by Serhiy Storchaka · 9 years ago
  32. f81be8a Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 9 years ago
  33. a17ca19 Issue #25860: Fixed test failure caused by inconsistency of os.walk() and by Serhiy Storchaka · 9 years ago
  34. 0bddc9e Issue #25860: os.fwalk() no longer skips remaining directories when error occurs. by Serhiy Storchaka · 9 years ago
  35. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  36. 66c08d9 Issue #25902: Fixed various refcount issues in ElementTree iteration. by Serhiy Storchaka · 9 years ago
  37. 5aac3ed Issue #25766: Special method __bytes__() now works in str subclasses. by Serhiy Storchaka · 9 years ago
  38. 5185597 Fixed sizeof tests for dict and type (they were passed by accident). by Serhiy Storchaka · 9 years ago
  39. aaf69ac Don't create non-needed file. by Serhiy Storchaka · 9 years ago
  40. 9c297e4 Use correct PyGC_Head size in tests for issue #25421. by Serhiy Storchaka · 9 years ago
  41. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  42. 6f9b010 Fix a couple of typos in code comments by Martin Panter · 9 years ago
  43. c4e27e2 Merge 3.4 by Yury Selivanov · 9 years ago
  44. ea4ce1c asyncio/tests: Fix a ResourceWarning due to unclosed loop by Yury Selivanov · 9 years ago
  45. 152c408 Merge 3.4 by Yury Selivanov · 9 years ago
  46. 3cd863c asyncio/tests: Fix ResourceWarnings related to unclosed transports by Yury Selivanov · 9 years ago
  47. bcf8afd Merge 3.4 by Yury Selivanov · 9 years ago
  48. 5f68ca6 asyncio/tests: Fix some ResourceWarnings by Yury Selivanov · 9 years ago
  49. e277a3d Merge 3.4 by Yury Selivanov · 9 years ago
  50. aa78adc asyncio/tests: Fix deprecation warning by Yury Selivanov · 9 years ago
  51. a3f82ba Merge 3.4 by Yury Selivanov · 9 years ago
  52. ec45226 Normalize whitespace by Yury Selivanov · 9 years ago
  53. 631546c Merge 3.4 by Yury Selivanov · 9 years ago
  54. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 9 years ago
  55. a7f9933 Issue #23788: Merge redundant test_bad_address() into test_urllibnet by Martin Panter · 9 years ago
  56. 6edadfc * Re-fix issue #19284: Don't generate the no-op -R command line by Gregory P. Smith · 9 years ago
  57. 220ba72 Fix test_cmd_line not to fail if PYTHONHASHSEED is set to a fixed seed by Gregory P. Smith · 9 years ago
  58. 4cb6d37 assert_python_ok docstring typo fix. by Gregory P. Smith · 9 years ago
  59. 1a316e8 Sync asyncio with upstream git repo (conditional import in test_pep492.py). by Guido van Rossum · 9 years ago
  60. dda5843 Issue #19771: Omit irrelevant message if package could not be initialized by Martin Panter · 9 years ago
  61. ce70132 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago
  62. 6a10936 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago
  63. a7d8127 Issue #25755: Move PropertyWritableDoc into the test case by Berker Peksag · 9 years ago
  64. d3ded40 Merge 3.4 by Yury Selivanov · 9 years ago
  65. 0ac3a0c asyncio: Make Tasks check if Futures are attached to the same event loop by Yury Selivanov · 9 years ago
  66. 7888e67 Merge 3.4 by Yury Selivanov · 9 years ago
  67. dddc781 asyncio: Sync with github by Yury Selivanov · 9 years ago
  68. 5cf791b Issue #25764: Skip fork failure test when run as root by Martin Panter · 9 years ago
  69. b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 9 years ago
  70. 7dda421 Issue #14285: Do not catch exceptions initializing any ancestor package by Martin Panter · 9 years ago
  71. 40e102c Issue #25820: Remove unused assignment and redundant GDB CLI arguments by Martin Panter · 9 years ago
  72. 5e58600 Remove x permissions from Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  73. c4b8979 Issue #25764: Merge OS X test skipping from 3.4 into 3.5 by Martin Panter · 9 years ago
  74. f7fdbda Issue #25764: Skip the test on OS X by Martin Panter · 9 years ago
  75. 2356069 Issue #25800: Merge with 3.4 by Zachary Ware · 9 years ago
  76. 6d8a260 Issue #25800: Fix running test_capi directly by Zachary Ware · 9 years ago
  77. ac28b79 Issue #25795: Fix several tests to run independently. by Zachary Ware · 9 years ago
  78. 939614c Merge: #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  79. ced699b #24903: Remove misleading error message to fix regression. by R David Murray · 9 years ago
  80. 6a77c2d Issue #25764: Merge subprocess fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  81. f17c200 Add Awaitable, AsyncIterable, AsyncIterator to typing.py. by Guido van Rossum · 9 years ago
  82. b1f64e7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  83. c7217d7 Issue #6478: _strptime's regexp cache now is reset after changing timezone by Serhiy Storchaka · 9 years ago
  84. 657257e Issue #14285: Do not catch __init__.py exceptions in runpy by Martin Panter · 9 years ago
  85. 6648bf5 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  86. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  87. 09a08de Fix test_doctest in verbose mode by Victor Stinner · 9 years ago
  88. 40a841b Fixed issue #25177, problems with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  89. c0c00c3 Fix for issue #25177 with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  90. b63015b Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  91. cbbec1c Issue #25718: Fixed copying object with state with boolean value is false. by Serhiy Storchaka · 9 years ago
  92. afdd513 Issue #25764: Preserve subprocess fork exception when preexec_fn used by Martin Panter · 9 years ago
  93. 3c49710 Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  94. 7279bef Issue #25761: Added more test cases for testing unpickling broken data. by Serhiy Storchaka · 9 years ago
  95. 15f070f Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  96. c472246 Issue #10131: Fixed deep copying of minidom documents. Based on patch by Serhiy Storchaka · 9 years ago
  97. 670d78a Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  98. d28bb62 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  99. 2cefc1e Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  100. 33e7ea5 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago