1. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  2. 70223d9 Added Type[C] implementation to typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  3. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  4. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  5. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  6. 8ec1175 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  7. 05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  8. 70b49f6 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  9. 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  10. 66e26ea Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  11. 53a0035 Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  12. b227b8b Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  13. 0eb39e7 Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  14. 010f361 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  15. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 8 years ago
  16. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  17. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  18. 1b8b423 regrtest: display test result (passed, failed, ...) by Victor Stinner · 8 years ago
  19. 6d81a21 regrtest doesn't ignore -j1 anymore by Victor Stinner · 8 years ago
  20. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 8 years ago
  21. 7438c61 Use "with popen:" in test_subprocess by Victor Stinner · 8 years ago
  22. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  23. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  24. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  25. c41c70f Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.) by Guido van Rossum · 8 years ago
  26. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  27. b6686fe Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  28. e23c90c Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  29. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  30. 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 8 years ago
  31. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  32. 7c3ac2d Merge 3.5 (issue #27040) by Yury Selivanov · 8 years ago
  33. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  34. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  35. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  36. 0b39a55 Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5 by Martin Panter · 8 years ago
  37. c944c2d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  38. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  39. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  40. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 8 years ago
  41. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  42. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
  43. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  44. 79f561d Issue #26870: Poll() also fails on OS X; try select() by Martin Panter · 8 years ago
  45. 2e1d868 Issue #26870: Avoid using kqueue() with pseudo-terminals by Martin Panter · 8 years ago
  46. 3e2a071 Issue #26870: Temporary debugging for OS X Snow Leopard lockup by Martin Panter · 8 years ago
  47. 3712686 Issue #26870: Close pty master in case of exception by Martin Panter · 8 years ago
  48. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  49. e9e3a7c Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  50. f11352c asyncio/tests: Ensure a gc_collect for __del__ testing by Yury Selivanov · 8 years ago
  51. 2e413f7 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  52. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 8 years ago
  53. 91f9def Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  54. 04eb87e asyncio: ease the cert failed regex by Yury Selivanov · 8 years ago
  55. 059320b Merge 3.5 (issue #26848) by Yury Selivanov · 8 years ago
  56. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  57. 91762da Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  58. d76c7c2 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  59. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  60. 5d1110a merge from 3.5 by Senthil Kumaran · 8 years ago
  61. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 8 years ago
  62. f94ec1b Issue #22274: Merge stderr=STDOUT fix from 3.5 by Martin Panter · 8 years ago
  63. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 8 years ago
  64. e78592d Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 8 years ago
  65. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  66. 228ab1f Issue #21099: Switch applicable importlib tests to use PEP 451 API. by Eric Snow · 8 years ago
  67. 3fa86a0 Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 8 years ago
  68. 1f36443 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  69. d65018b Fixes #19711: Add tests for reloading namespace packages. by Eric Snow · 8 years ago
  70. 3e99fde Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  71. 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  72. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 8 years ago
  73. dea7637 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  74. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  75. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  76. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  77. ca716cf Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  78. ad1fd34 Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  79. a8e3b0a Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  80. a40b0ef Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  81. 17e2295 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  82. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  83. 234480d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  84. f73a48c Issue 26912: fix broken imports in test_email package. by Terry Jan Reedy · 8 years ago
  85. 584e8ae Issue 26915: Add identity checks to the collections ABC __contains__ methods. by Raymond Hettinger · 8 years ago
  86. d7062de Issue #26918: Skipped some tests in test_pipes on Android. by Serhiy Storchaka · 8 years ago
  87. 3b06e24 Issue 26002 and 25974 by Steven D'Aprano · 8 years ago
  88. 45cdcd9 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  89. 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  90. 0e12052 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". by Serhiy Storchaka · 8 years ago
  91. a3fd0b2 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". by Serhiy Storchaka · 8 years ago
  92. 3547069 issue26893: use mro() to examine class heirarchy by Ethan Furman · 8 years ago
  93. 3803ad4 issue26893: use mro() to examine class heirarchy by Ethan Furman · 8 years ago
  94. 47d1d7f Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 8 years ago
  95. dd1bcdf Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 8 years ago
  96. 51b697b Issue #26864: Merge no_proxy fixes from 3.5 by Martin Panter · 8 years ago
  97. aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 8 years ago
  98. 0a5bd51 Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) works by Berker Peksag · 8 years ago
  99. dd745cc Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago
  100. 6d34bbb Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago