1. 10fd0aa Issue #27185: Rename test_string_merged.py back to test_string.py. by Serhiy Storchaka · 8 years ago
  2. 717ea08 Issue #27185: Merge test_pep292.py into test_string_merged.py. by Serhiy Storchaka · 8 years ago
  3. 73e1613 Issue #27185: Rename test_pep292.py to test_string_merged.py. by Serhiy Storchaka · 8 years ago
  4. 9415bc4 Issue #27185: Rename test_string.py to test_string_merged.py. by Serhiy Storchaka · 8 years ago
  5. a714616 asyncio: Fix getaddrinfo to accept service names (for port) by Yury Selivanov · 8 years ago
  6. a8f895f asyncio: Support host=b'' for getaddrinfo by Yury Selivanov · 8 years ago
  7. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  8. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  9. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  10. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  11. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 8 years ago
  12. 6bb91f3 Issue #20699: Document that “io” methods accept bytes-like objects by Martin Panter · 8 years ago
  13. c618ae8 Issue #5784: wbits=0 apparently added in zlib v1.2.3.5 by Martin Panter · 8 years ago
  14. 0fdf41d Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 8 years ago
  15. 0025eb1 test_warnings: catch stderr and check warning by Victor Stinner · 8 years ago
  16. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  17. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  18. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  19. 05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  20. 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  21. 53a0035 Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  22. 0eb39e7 Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  23. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 8 years ago
  24. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  25. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  26. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  27. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  28. e23c90c Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  29. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  30. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  31. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  32. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
  33. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  34. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  35. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  36. f11352c asyncio/tests: Ensure a gc_collect for __del__ testing by Yury Selivanov · 8 years ago
  37. 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 8 years ago
  38. 04eb87e asyncio: ease the cert failed regex by Yury Selivanov · 8 years ago
  39. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  40. d76c7c2 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 8 years ago
  41. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 8 years ago
  42. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 8 years ago
  43. e78592d Make bytes and bytearray subclass tests compatible with base types tests. by Serhiy Storchaka · 8 years ago
  44. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  45. 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  46. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  47. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  48. ad1fd34 Fix self.fail() call in test_data_header by Berker Peksag · 8 years ago
  49. a40b0ef Replace example.com with pythontest.net in test_urllibnet by Berker Peksag · 8 years ago
  50. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  51. f73a48c Issue 26912: fix broken imports in test_email package. by Terry Jan Reedy · 8 years ago
  52. 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  53. a3fd0b2 Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/". by Serhiy Storchaka · 8 years ago
  54. 3803ad4 issue26893: use mro() to examine class heirarchy by Ethan Furman · 8 years ago
  55. dd1bcdf Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 8 years ago
  56. aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 8 years ago
  57. 6d34bbb Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago
  58. b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  59. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  60. 5b6f0aa Remove duplicated tests. by Serhiy Storchaka · 8 years ago
  61. d30829d Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 8 years ago
  62. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  63. c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  64. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  65. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  66. 0d88c65 Backport test_gdb fix for s390x buildbots by Victor Stinner · 8 years ago
  67. 119ebb7 Fix shutil.get_terminal_size() error handling by Victor Stinner · 8 years ago
  68. 75b1bdc Replace assert statements with self.assertXxx() calls by Zachary Ware · 8 years ago
  69. ddd9917 Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings. by Lars Gustäbel · 8 years ago
  70. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 8 years ago
  71. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  72. c1b5786 Fix test_asyncio.test_timeout_disable() by Victor Stinner · 8 years ago
  73. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 8 years ago
  74. 6aafbd4 Sync test_typing.py with upstream git repo (typing.py was already synced). by Guido van Rossum · 8 years ago
  75. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  76. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  77. 06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 by Martin Panter · 8 years ago
  78. 8917226 test_support -> support by Benjamin Peterson · 8 years ago
  79. 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 8 years ago
  80. a07ab29 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 8 years ago
  81. e38415e issue26775 - Improve test coverage for urllib.parse by Senthil Kumaran · 8 years ago
  82. 23172bd Issue #10838: Run test__all__() everywhere, even if poll() is not available by Martin Panter · 8 years ago
  83. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  84. 5de67b1 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  85. 3c149a6 Issue #26764: Bacported tests for bytes formatting. by Serhiy Storchaka · 8 years ago
  86. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  87. de4e079 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  88. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  89. c6ec54d Issue #26647: Fix typo in test_grammar by Victor Stinner · 8 years ago
  90. 247763d Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 8 years ago
  91. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  92. 731b1b1 Remove relics of str8 (became bytes) and buffer (bytearray) type tests by Martin Panter · 8 years ago
  93. 0d0db6c Issue #26712: Unify (r)split, (l/r)strip tests into string_tests by Martin Panter · 8 years ago
  94. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 8 years ago
  95. fc475a9 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 8 years ago
  96. 94ad49f Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  97. 152a19c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 8 years ago
  98. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  99. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  100. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago