1. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  2. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  3. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  4. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
  5. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  6. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  7. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  8. f11352c asyncio/tests: Ensure a gc_collect for __del__ testing by Yury Selivanov · 8 years ago
  9. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 8 years ago
  10. 04eb87e asyncio: ease the cert failed regex by Yury Selivanov · 8 years ago
  11. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  12. d76c7c2 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  13. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 8 years ago
  14. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 8 years ago
  15. e78592d Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 8 years ago
  16. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  17. 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 9 years ago
  18. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 9 years ago
  19. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  20. ad1fd34 Fix self.fail() call in test_data_header by Berker Peksag · 9 years ago
  21. a40b0ef Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 9 years ago
  22. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 9 years ago
  23. f73a48c Issue 26912: fix broken imports in test_email package. by Terry Jan Reedy · 9 years ago
  24. 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 9 years ago
  25. a3fd0b2 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". by Serhiy Storchaka · 9 years ago
  26. 3803ad4 issue26893: use mro() to examine class heirarchy by Ethan Furman · 9 years ago
  27. dd1bcdf Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 9 years ago
  28. aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 9 years ago
  29. 6d34bbb Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 9 years ago
  30. b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 9 years ago
  31. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 9 years ago
  32. 5b6f0aa Remove duplicated tests. by Serhiy Storchaka · 9 years ago
  33. d30829d Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 9 years ago
  34. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 9 years ago
  35. c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 9 years ago
  36. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 9 years ago
  37. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  38. 0d88c65 Backport test_gdb fix for s390x buildbots by Victor Stinner · 9 years ago
  39. 119ebb7 Fix shutil.get_terminal_size() error handling by Victor Stinner · 9 years ago
  40. 75b1bdc Replace assert statements with self.assertXxx() calls by Zachary Ware · 9 years ago
  41. ddd9917 Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings. by Lars Gustäbel · 9 years ago
  42. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 9 years ago
  43. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 9 years ago
  44. c1b5786 Fix test_asyncio.test_timeout_disable() by Victor Stinner · 9 years ago
  45. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 9 years ago
  46. 6aafbd4 Sync test_typing.py with upstream git repo (typing.py was already synced). by Guido van Rossum · 9 years ago
  47. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  48. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 9 years ago
  49. 06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 by Martin Panter · 9 years ago
  50. 8917226 test_support -> support by Benjamin Peterson · 9 years ago
  51. 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 9 years ago
  52. a07ab29 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 9 years ago
  53. e38415e issue26775 - Improve test coverage for urllib.parse by Senthil Kumaran · 9 years ago
  54. 23172bd Issue #10838: Run test__all__() everywhere, even if poll() is not available by Martin Panter · 9 years ago
  55. 119e502 Fix typos in code comments and documentation by Martin Panter · 9 years ago
  56. 3c149a6 Issue #26764: Bacported tests for bytes formatting. by Serhiy Storchaka · 9 years ago
  57. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  58. de4e079 Issue26748: Enum classes should evaluate as True by Ethan Furman · 9 years ago
  59. 5de67b1 Issue26748: Enum classes should evaluate as True by Ethan Furman · 9 years ago
  60. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 9 years ago
  61. c6ec54d Issue #26647: Fix typo in test_grammar by Victor Stinner · 9 years ago
  62. 247763d Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 9 years ago
  63. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 9 years ago
  64. 731b1b1 Remove relics of str8 (became bytes) and buffer (bytearray) type tests by Martin Panter · 9 years ago
  65. 0d0db6c Issue #26712: Unify (r)split, (l/r)strip tests into string_tests by Martin Panter · 9 years ago
  66. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 9 years ago
  67. fc475a9 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 9 years ago
  68. 94ad49f Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 9 years ago
  69. 152a19c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 9 years ago
  70. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 9 years ago
  71. cc71a79 Fix typos in documentation and comments by Martin Panter · 9 years ago
  72. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 9 years ago
  73. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 9 years ago
  74. 3ee147f Issue #22854: Fix logic for skipping test by Martin Panter · 9 years ago
  75. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 9 years ago
  76. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 9 years ago
  77. 8dc2ec1 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  78. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  79. 53f8ba5 test_urllibnet: set timeout on test_fileno() by Victor Stinner · 9 years ago
  80. 8ba2083 Issue #26643: Add missing shutil resources to regrtest.py by Victor Stinner · 9 years ago
  81. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 9 years ago
  82. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 9 years ago
  83. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  84. 90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version by Yury Selivanov · 9 years ago
  85. c7b05a4 Make the error message regex more lenient so that it matches both by Gregory P. Smith · 9 years ago
  86. 3f2240c Issue #25940: Merge ETIMEDOUT fix from 3.3 into 3.4 by Martin Panter · 9 years ago
  87. fab75d9 Issue #25940: Merge ETIMEDOUT fix from 3.2 into 3.3 by Martin Panter · 9 years ago
  88. 035583b Issue #25940: On Windows, connecting to port 444 returns ETIMEDOUT by Martin Panter · 9 years ago
  89. b55f8b7 Issue #25940: Update new SSL tests for self-signed.pythontest.net by Martin Panter · 9 years ago
  90. 514bb07 Issue #25940: Merge self-signed.pythontest.net testing from 3.3 into 3.4 by Martin Panter · 9 years ago
  91. 73f5507 Issue #25940: Merge self-signed.pythontest.net testing from 3.2 into 3.3 by Martin Panter · 9 years ago
  92. 3d81d93 Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  93. d9d0e86 Issue #26050: Add asyncio.StreamReader.readuntil() method. by Yury Selivanov · 9 years ago
  94. c07b16b Sync with asyncio repo by Andrew Svetlov · 9 years ago
  95. 9c39b67 Hopeful fix for test_rglob_common on Windows without symlinks. by Guido van Rossum · 9 years ago
  96. bc9fdda Add another try/except PermissionError to avoid depending on listdir order. Fix issues #24120 and #26012. by Guido van Rossum · 9 years ago
  97. e428231 Issue #22570: Add 'path' attribute to pathlib.Path objects. by Guido van Rossum · 9 years ago
  98. 69bfb15 Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). by Guido van Rossum · 9 years ago
  99. 6c2d33a Issue #24120: Ignore PermissionError in pathlib.Path.[r]glob(). Ulrich Petri. by Guido van Rossum · 9 years ago
  100. ce70132 Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago