1. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  2. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  3. 06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 by Martin Panter · 8 years ago
  4. b0c04cb fix slice cache finalization to use gc del by Benjamin Peterson · 8 years ago
  5. 8917226 test_support -> support by Benjamin Peterson · 8 years ago
  6. 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 8 years ago
  7. a07ab29 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 8 years ago
  8. e38415e issue26775 - Improve test coverage for urllib.parse by Senthil Kumaran · 8 years ago
  9. 23172bd Issue #10838: Run test__all__() everywhere, even if poll() is not available by Martin Panter · 8 years ago
  10. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  11. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 8 years ago
  12. b4912b8 Issue #25314: Remove confused statement about const argument by Martin Panter · 8 years ago
  13. d82da9f Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith · 8 years ago
  14. 1ff6b6a merge heads by Gregory P. Smith · 8 years ago
  15. ad45ab8 Exclude super long running tests from the PROFILE_TASK for PGO by Gregory P. Smith · 8 years ago
  16. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 8 years ago
  17. abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 8 years ago
  18. f3ad042 Issue #25609: Backport typing.ContextManager. by Brett Cannon · 8 years ago
  19. 3c149a6 Issue #26764: Bacported tests for bytes formatting. by Serhiy Storchaka · 8 years ago
  20. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  21. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  22. 7d82d03 Issue #26706: Update OpenSSL version in PCbuild/readme.txt by Zachary Ware · 8 years ago
  23. dfcb041 Fix unused variable 'libver' warning in Modules/_ssl.c by Berker Peksag · 8 years ago
  24. d6117a4 Issue #26716: Regenerate Argument Clinic code. by Serhiy Storchaka · 8 years ago
  25. de4e079 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  26. 5de67b1 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  27. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  28. a3c532b [minor] - Correct the docstring of locale.str. Patch by poleto. by Senthil Kumaran · 8 years ago
  29. 7f7c605 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 8 years ago
  30. a7a222f Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions. by Steve Dower · 8 years ago
  31. 1b80b24 configure: fix HAVE_GETRANDOM_SYSCALL check by Victor Stinner · 8 years ago
  32. 9d24271 Fix os.urandom() on Solaris 11.3 by Victor Stinner · 8 years ago
  33. c6ec54d Issue #26647: Fix typo in test_grammar by Victor Stinner · 8 years ago
  34. 7ff033b Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 8 years ago
  35. 247763d Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 8 years ago
  36. de886d9 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  37. a9901e8 typing doc: add versionadded 3.5 by Victor Stinner · 8 years ago
  38. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  39. a1f5f8b Merge heads by Serhiy Storchaka · 8 years ago
  40. 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  41. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  42. 864b63c Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 8 years ago
  43. 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 8 years ago
  44. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  45. e0805cf Issue #26719: More efficient formatting of ints and floats in json. by Serhiy Storchaka · 8 years ago
  46. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  47. 731b1b1 Remove relics of str8 (became bytes) and buffer (bytearray) type tests by Martin Panter · 8 years ago
  48. 0d0db6c Issue #26712: Unify (r)split, (l/r)strip tests into string_tests by Martin Panter · 8 years ago
  49. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 8 years ago
  50. fc475a9 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 8 years ago
  51. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  52. 705c0e3 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  53. d7fdc86 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  54. a2d7cf0 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago
  55. 0945558 Issue #26587: Remove an incorrect statement from the docs by Brett Cannon · 8 years ago
  56. 94ad49f Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  57. 152a19c Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 8 years ago
  58. b066058 Adds version info to all signed binaries on Windows. by Steve Dower · 8 years ago
  59. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  60. 0e0563c Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the concrete set). by Guido van Rossum · 8 years ago
  61. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  62. 0f76739 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 8 years ago
  63. cc71a79 Fix typos in documentation and comments by Martin Panter · 8 years ago
  64. 28f35b2 Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 8 years ago
  65. 5dbbf1a Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  66. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 8 years ago
  67. af83639 Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants by Berker Peksag · 8 years ago
  68. b31daff Issue #26688: Fix module name in mock docs by Berker Peksag · 8 years ago
  69. 16c7cfd Issue #26678: Fix indexing of datetime.tzinfo and timezone classes by Martin Panter · 8 years ago
  70. d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 8 years ago
  71. c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 8 years ago
  72. 2ba8ece asyncio: allow None as wait timeout by Victor Stinner · 8 years ago
  73. ccdbe80 asyncio: sync overlapped.c with GitHub by Victor Stinner · 8 years ago
  74. 3ee147f Issue #22854: Fix logic for skipping test by Martin Panter · 8 years ago
  75. e4ba872 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 8 years ago
  76. 0950e6a Issue #22854: Skip pipe seek tests on Windows by Martin Panter · 8 years ago
  77. 754aab2 Issue #22854: Clarify documentation about UnsupportedOperation and add tests by Martin Panter · 8 years ago
  78. 8dc2ec1 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 8 years ago
  79. fbb1c5e Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 8 years ago
  80. 13b3acd Fix typo in xml.dom.pulldom.rst by Berker Peksag · 8 years ago
  81. 53f8ba5 test_urllibnet: set timeout on test_fileno() by Victor Stinner · 8 years ago
  82. 9db2ae7 Fix ResourceWarning in test_unittest when interrupted by Victor Stinner · 8 years ago
  83. 06ddd35 Issue #25911: Backport os._DummyDirEntry fixes by Victor Stinner · 8 years ago
  84. 8ba2083 Issue #26643: Add missing shutil resources to regrtest.py by Victor Stinner · 8 years ago
  85. 6f57424 Document None as timeout for asyncio.timeout() by Andrew Svetlov · 8 years ago
  86. b9869df remove useless $ keyword (closes #17167) by Benjamin Peterson · 8 years ago
  87. 2bc69c4 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 8 years ago
  88. adca846 Backed out changeset 19a3e0e664af by Serhiy Storchaka · 8 years ago
  89. 388b90f Issues #23808, #25911: Trying to fix walk tests on Windows. by Serhiy Storchaka · 8 years ago
  90. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 8 years ago
  91. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  92. 90faa09 asyncio: Update 3.4 asyncio/test_tasks to upstream version by Yury Selivanov · 8 years ago
  93. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 8 years ago
  94. 9491272 open the cert store readonly by Benjamin Peterson · 8 years ago
  95. b1db758 reject negative data_size by Benjamin Peterson · 8 years ago
  96. 5d01246 Upgrade pip to 8.0.2 by Donald Stufft · 8 years ago
  97. c4032da prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 8 years ago
  98. ef9cf083 fix refleak in error condition by Benjamin Peterson · 8 years ago
  99. c836f71 remove script from epub (closes #26172) by Benjamin Peterson · 8 years ago
  100. 33a8276 Update pip to 8.0.0 and setuptools to 19.4 by Donald Stufft · 8 years ago