1. f1e2671 Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  2. 8988ebf Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  3. 51b697b Issue #26864: Merge no_proxy fixes from 3.5 by Martin Panter · 8 years ago
  4. aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 8 years ago
  5. 0a5bd51 Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) works by Berker Peksag · 8 years ago
  6. dd745cc Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago
  7. 6d34bbb Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago
  8. 3a31cca Issue #24902: Print server URL on http.server startup by Berker Peksag · 8 years ago
  9. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  10. cd9b5c2 Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  11. b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  12. 0996fa3 merge 3.5 by Senthil Kumaran · 8 years ago
  13. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  14. 159e535 Remove outdated TkVersion checks. by Serhiy Storchaka · 8 years ago
  15. 81e7f94 Merge 3.5 by Serhiy Storchaka · 8 years ago
  16. 685fbed Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 8 years ago
  17. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  18. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 8 years ago
  19. fd2839e Merge 3.5 by Serhiy Storchaka · 8 years ago
  20. 5b6f0aa Remove duplicated tests. by Serhiy Storchaka · 8 years ago
  21. e4fbb02 Remove unused support.run_unittest imports. by Serhiy Storchaka · 8 years ago
  22. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  23. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  24. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  25. 18a8aff Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 8 years ago
  26. d30829d Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 8 years ago
  27. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  28. e50d846 Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  29. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  30. ce18d8c Issue #26089: Remove duplicate field 'license' from DistributionMetadata by Berker Peksag · 8 years ago
  31. 745145a Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  32. c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  33. 8b9eefc Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  34. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  35. 614827c Additional grammar fix by Martin Panter · 8 years ago
  36. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  37. 5bfe0da Merge 3.5: issue #26801 by Victor Stinner · 8 years ago
  38. 119ebb7 Fix shutil.get_terminal_size() error handling by Victor Stinner · 8 years ago
  39. edaf865 Merge with 3.5 by Zachary Ware · 8 years ago
  40. 75b1bdc Replace assert statements with self.assertXxx() calls by Zachary Ware · 8 years ago
  41. daac5f9 Issue #24838: Merge test_tarfile.py fix from 3.5. by Lars Gustäbel · 8 years ago
  42. ddd9917 Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings. by Lars Gustäbel · 8 years ago
  43. 7c3e684 Issue #24838: Merge tarfile fix from 3.5. by Lars Gustäbel · 8 years ago
  44. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 8 years ago
  45. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  46. 0d88c65 Backport test_gdb fix for s390x buildbots by Victor Stinner · 8 years ago
  47. 49ed08f typing.py: merge 3.5->3.6 (Tuple/ellipsis/equality). by Guido van Rossum · 8 years ago
  48. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  49. 27e1240 Merge 3.5 (test_asyncio) by Victor Stinner · 8 years ago
  50. c1b5786 Fix test_asyncio.test_timeout_disable() by Victor Stinner · 8 years ago
  51. 791ac54 Issue #26657: Merge http.server fix from 3.5 by Martin Panter · 8 years ago
  52. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 8 years ago
  53. f0f1d36 Sync test_typing.py with upstream git repo (typing.py was already synced). (3.5->3.6) by Guido van Rossum · 8 years ago
  54. 6aafbd4 Sync test_typing.py with upstream git repo (typing.py was already synced). by Guido van Rossum · 8 years ago
  55. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  56. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  57. 5562563 Automated merge with ssh://hg.python.org/cpython by Steven D'Aprano · 8 years ago
  58. 4ad4654 Shorten secrets module docstring, add function docstrings. by Steven D'Aprano · 8 years ago
  59. d77133b Issue #26717: Merge wsgiref fix from 3.5 by Martin Panter · 8 years ago
  60. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  61. 528619b Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows by Martin Panter · 8 years ago
  62. 9015eb4 Issue #26782: Merge test_subprocess from 3.5 by Martin Panter · 8 years ago
  63. 06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 by Martin Panter · 8 years ago
  64. 50074f1 merge 3.5 by Benjamin Peterson · 8 years ago
  65. 8917226 test_support -> support by Benjamin Peterson · 8 years ago
  66. 259d247 merge 3.5 (#26659) by Benjamin Peterson · 8 years ago
  67. 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 8 years ago
  68. 9e92355 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 8 years ago
  69. a07ab29 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 8 years ago
  70. 4d4ac5b merge 3.5 by Senthil Kumaran · 8 years ago
  71. e38415e issue26775 - Improve test coverage for urllib.parse by Senthil Kumaran · 8 years ago
  72. 5cad060 Merge subprocess test from 3.5 by Martin Panter · 8 years ago
  73. 23172bd Issue #10838: Run test__all__() everywhere, even if poll() is not available by Martin Panter · 8 years ago
  74. 8b04a94 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  75. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  76. 6dda1b1 Remove python fallback for compare_digest. by Steven D'Aprano · 8 years ago
  77. e914d41 Issue #26766: Fix _PyBytesWriter_Finish() by Victor Stinner · 8 years ago
  78. c9a59e6 Issue #26764: Fixed SystemError in bytes.__rmod__. by Serhiy Storchaka · 8 years ago
  79. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  80. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  81. 8ca020e Fix missing parens. by Steven D'Aprano · 8 years ago
  82. 08fbef0 Improve tests with more modern assert* methods and subTests. by Steven D'Aprano · 8 years ago
  83. a873f68 run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hook by Steven D'Aprano · 8 years ago
  84. 9570272 Add secrets module and tests. by Steven D'Aprano · 8 years ago
  85. 0fe7978 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  86. de4e079 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  87. 5de67b1 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  88. 131b8f8 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  89. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  90. 6fce353 merge 3.5. by Senthil Kumaran · 8 years ago
  91. a3c532b [minor] - Correct the docstring of locale.str. Patch by poleto. by Senthil Kumaran · 8 years ago
  92. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  93. a07614a Merge 3.5 by Victor Stinner · 8 years ago
  94. c6ec54d Issue #26647: Fix typo in test_grammar by Victor Stinner · 8 years ago
  95. 7e50978 Issue #26647: Cleanup modulefinder by Victor Stinner · 8 years ago
  96. 7b22823 Issue #26647: Cleanup opcode by Victor Stinner · 8 years ago
  97. 2940255 Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 8 years ago
  98. 247763d Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 8 years ago
  99. da3bb38 Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) by Martin Panter · 8 years ago
  100. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago