1. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  2. a6f26c1 Remove more unused imports in tests. by Serhiy Storchaka · 8 years ago
  3. fd2839e Merge 3.5 by Serhiy Storchaka · 8 years ago
  4. 5b6f0aa Remove duplicated tests. by Serhiy Storchaka · 8 years ago
  5. e4fbb02 Remove unused support.run_unittest imports. by Serhiy Storchaka · 8 years ago
  6. 8153ac8 Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the by Victor Stinner · 8 years ago
  7. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  8. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  9. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  10. 18a8aff Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 8 years ago
  11. d30829d Issue #26801: shutil.get_terminal_size() now handles the case of stdout is by Serhiy Storchaka · 8 years ago
  12. a497774 Issue #24911: Merge socket context manager doc from 3.5 by Martin Panter · 8 years ago
  13. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  14. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 8 years ago
  15. 3791736 Issue #23806: Merge susp-ignored.csv from 3.5 by Martin Panter · 8 years ago
  16. 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 8 years ago
  17. e50d846 Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  18. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  19. 8d9594d Issue #19731: Update copyright year in docs.p.o footer 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. c61d80c Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  22. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 8 years ago
  23. 78de0b1 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  24. 544ae59 Issue #18353: Remove PyUnicode_WRITE_CHAR macro link from c-api/unicode.rst by Berker Peksag · 8 years ago
  25. ae7e8c4 Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  26. 77e543c Issue #21382: Clarify signal.signal() documentation on Windows by Berker Peksag · 8 years ago
  27. ce18d8c Issue #26089: Remove duplicate field 'license' from DistributionMetadata by Berker Peksag · 8 years ago
  28. 557326e Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  29. 0269828 Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation by Berker Peksag · 8 years ago
  30. 745145a Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  31. c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  32. 9046df0 merge 3.5 (#26827) by Benjamin Peterson · 8 years ago
  33. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 8 years ago
  34. 8b9eefc Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  35. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  36. 3973d27 merge 3.5 by Senthil Kumaran · 8 years ago
  37. 21ce717 Issue23806 - Document the no_proxy environment variable in Python 3 docs. by Senthil Kumaran · 8 years ago
  38. da28494 Issue #22359: Merge cross-compilation fix from 3.5 by Martin Panter · 8 years ago
  39. 1046d5c Issue #22359: Disable running cross-compiled _freeze_importlib and pgen by Martin Panter · 8 years ago
  40. 1593259 Issue #26249: Try test_capi on Windows by Victor Stinner · 8 years ago
  41. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  42. 5439fc4 [minor] Doc fix in old python doc. by Senthil Kumaran · 8 years ago
  43. af1baab Merge 3.5 by Victor Stinner · 8 years ago
  44. 19620c5 gdb/libpython.py: inline _type_void_ptr() by Victor Stinner · 8 years ago
  45. b4faa8e Merge 3.5 by Victor Stinner · 8 years ago
  46. d7a7122 Issue #26799: Fix typo in Misc/NEWS by Victor Stinner · 8 years ago
  47. c88390f Merge 3.5: Issue #26799 by Victor Stinner · 8 years ago
  48. 4e75ca8 python-gdb.py: get C types at runtime by Victor Stinner · 8 years ago
  49. a2bf306 Issue #21668: Add also Chi Hsuan Yen to Misc/ACKS by Victor Stinner · 8 years ago
  50. 61f68db Issue #21668: Fix author of the patch. by Victor Stinner · 8 years ago
  51. 614827c Additional grammar fix by Martin Panter · 8 years ago
  52. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  53. f8d6f73 Null merge 3.5 (changes already applied to test_gdb) by Victor Stinner · 8 years ago
  54. 0d88c65 Backport test_gdb fix for s390x buildbots by Victor Stinner · 8 years ago
  55. 0b2e98d Optimize func(*tuple) function call by Victor Stinner · 8 years ago
  56. 201c4ec Merge with 3.5 by Paul Moore · 8 years ago
  57. 79d6e8d Issue #26802: Optimized calling a function with *args only positional arguments. by Serhiy Storchaka · 8 years ago
  58. 5bfe0da Merge 3.5: issue #26801 by Victor Stinner · 8 years ago
  59. 119ebb7 Fix shutil.get_terminal_size() error handling by Victor Stinner · 8 years ago
  60. 0fea25a MERGE: Trivial typo by Jesus Cea · 8 years ago
  61. ded4c49 Trivial typo by Jesus Cea · 8 years ago
  62. b5d164c Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  63. 9a8d0d5 Mention types.SimpleNamespace in collections.namedtuple doc by Paul Moore · 8 years ago
  64. edaf865 Merge with 3.5 by Zachary Ware · 8 years ago
  65. 75b1bdc Replace assert statements with self.assertXxx() calls by Zachary Ware · 8 years ago
  66. 0621e0e Don't define _PyMem_PymallocEnabled() if pymalloc is disabled by Victor Stinner · 8 years ago
  67. 1fa5a38 Merge 3.5: Issue #21668 by Victor Stinner · 8 years ago
  68. def8072 setup.py: add missing libm dependency by Victor Stinner · 8 years ago
  69. daac5f9 Issue #24838: Merge test_tarfile.py fix from 3.5. by Lars Gustäbel · 8 years ago
  70. ddd9917 Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings. by Lars Gustäbel · 8 years ago
  71. 7c3e684 Issue #24838: Merge tarfile fix from 3.5. by Lars Gustäbel · 8 years ago
  72. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 8 years ago
  73. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  74. 1d04892 Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  75. 472233e Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs by Berker Peksag · 8 years ago
  76. 49ed08f typing.py: merge 3.5->3.6 (Tuple/ellipsis/equality). by Guido van Rossum · 8 years ago
  77. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  78. 27e1240 Merge 3.5 (test_asyncio) by Victor Stinner · 8 years ago
  79. c1b5786 Fix test_asyncio.test_timeout_disable() by Victor Stinner · 8 years ago
  80. 791ac54 Issue #26657: Merge http.server fix from 3.5 by Martin Panter · 8 years ago
  81. d2be07e #25987: add versionadded to Reversible. by Georg Brandl · 8 years ago
  82. a648339 Fix spelling error by Raymond Hettinger · 8 years ago
  83. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 8 years ago
  84. 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
  85. 6aafbd4 Sync test_typing.py with upstream git repo (typing.py was already synced). by Guido van Rossum · 8 years ago
  86. 55c861f Issue #26745: Removed redundant code in _PyObject_GenericSetAttrWithDict. by Serhiy Storchaka · 8 years ago
  87. a858bbd Avoid fcntl() if possible in set_inheritable() by Victor Stinner · 8 years ago
  88. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  89. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  90. 5562563 Automated merge with ssh://hg.python.org/cpython by Steven D'Aprano · 8 years ago
  91. 4ad4654 Shorten secrets module docstring, add function docstrings. by Steven D'Aprano · 8 years ago
  92. 151f5d5 Fix a few minor typos to secrets documentation. by Steven D'Aprano · 8 years ago
  93. d77133b Issue #26717: Merge wsgiref fix from 3.5 by Martin Panter · 8 years ago
  94. 50dd1f7 Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8 by Martin Panter · 8 years ago
  95. 528619b Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows by Martin Panter · 8 years ago
  96. 9015eb4 Issue #26782: Merge test_subprocess from 3.5 by Martin Panter · 8 years ago
  97. 06172e7 Issue #26782: Acknowledge the incomplete status of __all__ in 3.5 by Martin Panter · 8 years ago
  98. a4ed2da merge 3.5 by Benjamin Peterson · 8 years ago
  99. b0c04cb fix slice cache finalization to use gc del by Benjamin Peterson · 8 years ago
  100. 50074f1 merge 3.5 by Benjamin Peterson · 8 years ago