1. 1fa5a38 Merge 3.5: Issue #21668 by Victor Stinner · 8 years ago
  2. def8072 setup.py: add missing libm dependency by Victor Stinner · 8 years ago
  3. daac5f9 Issue #24838: Merge test_tarfile.py fix from 3.5. by Lars Gustäbel · 8 years ago
  4. ddd9917 Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings. by Lars Gustäbel · 8 years ago
  5. 7c3e684 Issue #24838: Merge tarfile fix from 3.5. by Lars Gustäbel · 8 years ago
  6. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 8 years ago
  7. 1d04892 Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  8. 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  9. 49ed08f typing.py: merge 3.5->3.6 (Tuple/ellipsis/equality). by Guido van Rossum · 8 years ago
  10. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  11. 27e1240 Merge 3.5 (test_asyncio) by Victor Stinner · 8 years ago
  12. c1b5786 Fix test_asyncio.test_timeout_disable() by Victor Stinner · 8 years ago
  13. 791ac54 Issue #26657: Merge http.server fix from 3.5 by Martin Panter · 8 years ago
  14. d2be07e #25987: add versionadded to Reversible. by Georg Brandl · 8 years ago
  15. a648339 Fix spelling error by Raymond Hettinger · 8 years ago
  16. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 8 years ago
  17. 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
  18. 6aafbd4 Sync test_typing.py with upstream git repo (typing.py was already synced). by Guido van Rossum · 8 years ago
  19. 55c861f Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict. by Serhiy Storchaka · 8 years ago
  20. a858bbd Avoid fcntl() if possible in set_inheritable() by Victor Stinner · 8 years ago
  21. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  22. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  23. 5562563 Automated merge with ssh://hg.python.org/cpython by Steven D'Aprano · 8 years ago
  24. 4ad4654 Shorten secrets module docstring, add function docstrings. by Steven D'Aprano · 8 years ago
  25. 151f5d5 Fix a few minor typos to secrets documentation. by Steven D'Aprano · 8 years ago
  26. d77133b Issue #26717: Merge wsgiref fix from 3.5 by Martin Panter · 8 years ago
  27. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  28. 528619b Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows by Martin Panter · 8 years ago
  29. 9015eb4 Issue #26782: Merge test_subprocess from 3.5 by Martin Panter · 8 years ago
  30. 06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 by Martin Panter · 8 years ago
  31. a4ed2da merge 3.5 by Benjamin Peterson · 8 years ago
  32. b0c04cb fix slice cache finalization to use gc del by Benjamin Peterson · 8 years ago
  33. 50074f1 merge 3.5 by Benjamin Peterson · 8 years ago
  34. 8917226 test_support -> support by Benjamin Peterson · 8 years ago
  35. 259d247 merge 3.5 (#26659) by Benjamin Peterson · 8 years ago
  36. 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 8 years ago
  37. b2871fa Documentation for secrets.py by Steven D'Aprano · 8 years ago
  38. 9e92355 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 8 years ago
  39. a07ab29 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 8 years ago
  40. 4d4ac5b merge 3.5 by Senthil Kumaran · 8 years ago
  41. e38415e issue26775 - Improve test coverage for urllib.parse by Senthil Kumaran · 8 years ago
  42. 5cad060 Merge subprocess test from 3.5 by Martin Panter · 8 years ago
  43. 23172bd Issue #10838: Run test__all__() everywhere, even if poll() is not available by Martin Panter · 8 years ago
  44. 8b04a94 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  45. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  46. d3aeb9b Issue #26638: Merge link fixes from 3.5 by Martin Panter · 8 years ago
  47. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 8 years ago
  48. f7ee9c2 Issue #25314: Merge argparse doc from 3.5 by Martin Panter · 8 years ago
  49. 79a12a2 Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith · 8 years ago
  50. d82da9f Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith · 8 years ago
  51. a9dd804 merge heads by Gregory P. Smith · 8 years ago
  52. b0c6380 merge heads by Gregory P. Smith · 8 years ago
  53. 1ff6b6a merge heads by Gregory P. Smith · 8 years ago
  54. 65f315e Exclude super long running tests from the PROFILE_TASK for PGO by Gregory P. Smith · 8 years ago
  55. ad45ab8 Exclude super long running tests from the PROFILE_TASK for PGO by Gregory P. Smith · 8 years ago
  56. dfa7e8c Issue #26535: Merge struct doc from 3.5 by Martin Panter · 8 years ago
  57. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 8 years ago
  58. 43de36d Issue #26766: Remove redundant bytearray_format() from bytearrayobject.c by Berker Peksag · 8 years ago
  59. 1f8a1cc Merge for issue #26760 by Brett Cannon · 8 years ago
  60. abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 8 years ago
  61. 6dda1b1 Remove python fallback for compare_digest. by Steven D'Aprano · 8 years ago
  62. d48a202 Merge for issue #25609 by Brett Cannon · 8 years ago
  63. f3ad042 Issue #25609: Backport typing.ContextManager. by Brett Cannon · 8 years ago
  64. e914d41 Issue #26766: Fix _PyBytesWriter_Finish() by Victor Stinner · 8 years ago
  65. 12bb6f4 Null merge by Serhiy Storchaka · 8 years ago
  66. 3c149a6 Issue #26764: Bacported tests for bytes formatting. by Serhiy Storchaka · 8 years ago
  67. c9a59e6 Issue #26764: Fixed SystemError in bytes.__rmod__. by Serhiy Storchaka · 8 years ago
  68. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  69. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  70. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  71. 8ca020e Fix missing parens. by Steven D'Aprano · 8 years ago
  72. 08fbef0 Improve tests with more modern assert* methods and subTests. by Steven D'Aprano · 8 years ago
  73. a873f68 run Tools/reindent.py on secrets.py to satisfy the checkwhitespace hook by Steven D'Aprano · 8 years ago
  74. 9570272 Add secrets module and tests. by Steven D'Aprano · 8 years ago
  75. 15d2d49 Closes #26706: Merge with 3.5 by Zachary Ware · 8 years ago
  76. 7d82d03 Issue #26706: Update OpenSSL version in PCbuild/readme.txt by Zachary Ware · 8 years ago
  77. 2c164b7 Fix unused variable 'libver' warning in Modules/_ssl.c by Berker Peksag · 8 years ago
  78. dfcb041 Fix unused variable 'libver' warning in Modules/_ssl.c by Berker Peksag · 8 years ago
  79. 23c5cbb fs_unicode_converter is no longer used. by Serhiy Storchaka · 8 years ago
  80. 2eb6b0d Issues #26716, #26057: Regenerate Argument Clinic code. by Serhiy Storchaka · 8 years ago
  81. d6117a4 Issue #26716: Regenerate Argument Clinic code. by Serhiy Storchaka · 8 years ago
  82. 0fe7978 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  83. de4e079 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  84. 5de67b1 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  85. 21a663e Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). by Serhiy Storchaka · 8 years ago
  86. 131b8f8 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  87. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  88. 6fce353 merge 3.5. by Senthil Kumaran · 8 years ago
  89. a3c532b [minor] - Correct the docstring of locale.str. Patch by poleto. by Senthil Kumaran · 8 years ago
  90. 81939db Issue #25496: Merge tarfile doc from 3.5 by Martin Panter · 8 years ago
  91. 7f7c605 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 8 years ago
  92. a4d41b3 Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions. by Steve Dower · 8 years ago
  93. a7a222f Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions. by Steve Dower · 8 years ago
  94. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  95. 7258176 Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  96. 1b80b24 configure: fix HAVE_GETRANDOM_SYSCALL check by Victor Stinner · 8 years ago
  97. 9d24271 Fix os.urandom() on Solaris 11.3 by Victor Stinner · 8 years ago
  98. 328cb1f Update pygettext.py to get ride of imp by Victor Stinner · 8 years ago
  99. a07614a Merge 3.5 by Victor Stinner · 8 years ago
  100. c6ec54d Issue #26647: Fix typo in test_grammar by Victor Stinner · 8 years ago