1. 6d34bbb Issue #25551: Test condition behavior instead of its internals by Berker Peksag · 8 years ago
  2. 5d6fd8c Issue #26322: Document typing.Set, patch by Joseph Moran by Berker Peksag · 8 years ago
  3. 6dfcde5 Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 8 years ago
  4. 42f740d Issue #26875: Fix mmap example by Zachary Ware · 8 years ago
  5. 7f227d9 Issue #26874: Simplify the divmod docstring by Zachary Ware · 8 years ago
  6. 4d4160a Issue #26874: Fix divmod docstring by Zachary Ware · 8 years ago
  7. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  8. f5e6048 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 8 years ago
  9. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 8 years ago
  10. b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  11. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  12. d3304e3 FileExistsError is raised by mkdir when dir exists by Zachary Ware · 8 years ago
  13. 8724a2a Issue #23662: Document default value of RFC 2109 attributes by Berker Peksag · 8 years ago
  14. 685fbed Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 8 years ago
  15. 5b6f0aa Remove duplicated tests. by Serhiy Storchaka · 8 years ago
  16. d30829d Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 8 years ago
  17. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 8 years ago
  18. 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 8 years ago
  19. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  20. 2ec1bee Issue #19731: Update copyright year in docs.p.o footer by Berker Peksag · 8 years ago
  21. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  22. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  23. 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  24. 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  25. c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  26. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 8 years ago
  27. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  28. 21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. by Senthil Kumaran · 8 years ago
  29. 1046d5c Issue #22359: Disable running cross-compiled _freeze_importlib and pgen by Martin Panter · 8 years ago
  30. 19620c5 gdb/libpython.py: inline _type_void_ptr() by Victor Stinner · 8 years ago
  31. d7a7122 Issue #26799: Fix typo in Misc/NEWS by Victor Stinner · 8 years ago
  32. 4e75ca8 python-gdb.py: get C types at runtime by Victor Stinner · 8 years ago
  33. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  34. 0d88c65 Backport test_gdb fix for s390x buildbots by Victor Stinner · 8 years ago
  35. b5d164c Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  36. 119ebb7 Fix shutil.get_terminal_size() error handling by Victor Stinner · 8 years ago
  37. ded4c49 Trivial typo by Jesus Cea · 8 years ago
  38. 75b1bdc Replace assert statements with self.assertXxx() calls by Zachary Ware · 8 years ago
  39. def8072 setup.py: add missing libm dependency by Victor Stinner · 8 years ago
  40. ddd9917 Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings. by Lars Gustäbel · 8 years ago
  41. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 8 years ago
  42. 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  43. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  44. c1b5786 Fix test_asyncio.test_timeout_disable() by Victor Stinner · 8 years ago
  45. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 8 years ago
  46. 6aafbd4 Sync test_typing.py with upstream git repo (typing.py was already synced). by Guido van Rossum · 8 years ago
  47. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  48. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  49. 06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 by Martin Panter · 8 years ago
  50. b0c04cb fix slice cache finalization to use gc del by Benjamin Peterson · 8 years ago
  51. 8917226 test_support -> support by Benjamin Peterson · 8 years ago
  52. 2b601d3 add gc support to slice (closes #26659) by Benjamin Peterson · 8 years ago
  53. a07ab29 Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. by Serhiy Storchaka · 8 years ago
  54. e38415e issue26775 - Improve test coverage for urllib.parse by Senthil Kumaran · 8 years ago
  55. 23172bd Issue #10838: Run test__all__() everywhere, even if poll() is not available by Martin Panter · 8 years ago
  56. 119e502 Fix typos in code comments and documentation by Martin Panter · 8 years ago
  57. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 8 years ago
  58. b4912b8 Issue #25314: Remove confused statement about const argument by Martin Panter · 8 years ago
  59. d82da9f Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith · 8 years ago
  60. 1ff6b6a merge heads by Gregory P. Smith · 8 years ago
  61. ad45ab8 Exclude super long running tests from the PROFILE_TASK for PGO by Gregory P. Smith · 8 years ago
  62. b030991 Issue #26535: Correct docs regarding the struct buffer size by Martin Panter · 8 years ago
  63. abf797d Issue #26760: Minimally document PyFrameObject by Brett Cannon · 8 years ago
  64. f3ad042 Issue #25609: Backport typing.ContextManager. by Brett Cannon · 8 years ago
  65. 3c149a6 Issue #26764: Bacported tests for bytes formatting. by Serhiy Storchaka · 8 years ago
  66. 20d3255 Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docs by Martin Panter · 8 years ago
  67. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  68. 7d82d03 Issue #26706: Update OpenSSL version in PCbuild/readme.txt by Zachary Ware · 8 years ago
  69. dfcb041 Fix unused variable 'libver' warning in Modules/_ssl.c by Berker Peksag · 8 years ago
  70. d6117a4 Issue #26716: Regenerate Argument Clinic code. by Serhiy Storchaka · 8 years ago
  71. de4e079 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  72. 5de67b1 Issue26748: Enum classes should evaluate as True by Ethan Furman · 8 years ago
  73. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  74. a3c532b [minor] - Correct the docstring of locale.str. Patch by poleto. by Senthil Kumaran · 8 years ago
  75. 7f7c605 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 8 years ago
  76. a7a222f Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions. by Steve Dower · 8 years ago
  77. 1b80b24 configure: fix HAVE_GETRANDOM_SYSCALL check by Victor Stinner · 8 years ago
  78. 9d24271 Fix os.urandom() on Solaris 11.3 by Victor Stinner · 8 years ago
  79. c6ec54d Issue #26647: Fix typo in test_grammar by Victor Stinner · 8 years ago
  80. 7ff033b Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 8 years ago
  81. 247763d Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 8 years ago
  82. de886d9 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 8 years ago
  83. a9901e8 typing doc: add versionadded 3.5 by Victor Stinner · 8 years ago
  84. 2c57da0 Add a versionchanged directive to document addition of the new 'namereplace' error handler. by Berker Peksag · 8 years ago
  85. a1f5f8b Merge heads by Serhiy Storchaka · 8 years ago
  86. 8fafc74 Fix typos in mock and exceptions docs by Berker Peksag · 8 years ago
  87. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  88. 864b63c Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 8 years ago
  89. 199e3f8 Issue #14456: Remove contradiction about blocking signals from bad merge by Martin Panter · 8 years ago
  90. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  91. e0805cf Issue #26719: More efficient formatting of ints and floats in json. by Serhiy Storchaka · 8 years ago
  92. fc43511 Issue #25339: PYTHONIOENCODING now has priority over locale in setting the by Serhiy Storchaka · 8 years ago
  93. 731b1b1 Remove relics of str8 (became bytes) and buffer (bytearray) type tests by Martin Panter · 8 years ago
  94. 0d0db6c Issue #26712: Unify (r)split, (l/r)strip tests into string_tests by Martin Panter · 8 years ago
  95. d979b2c Issue #21069: Move test_fileno() from test_urllibnet and rewrite it by Martin Panter · 8 years ago
  96. fc475a9 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 8 years ago
  97. d0d5154 Update fcntl doc: replace IOError with OSError by Victor Stinner · 8 years ago
  98. 705c0e3 Issue #17264: Fix cross refs and a markup error in extending/building.rst by Berker Peksag · 8 years ago
  99. d7fdc86 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 8 years ago
  100. a2d7cf0 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 8 years ago