1. 31c80e8 Revert incorrect file merge from 3.5. by Steve Dower · 8 years ago
  2. 43d2b26 Merge from 3.5 by Steve Dower · 8 years ago
  3. fcf622e Updates release build to collect symbols and binaries, and create nuget package. by Steve Dower · 8 years ago
  4. 159f97b Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  5. 1ecf7d2 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 8 years ago
  6. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  7. 802426f Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 8 years ago
  8. b29cee4 Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 8 years ago
  9. b1152be Issue #28509: dict.update() no longer allocate unnecessary large memory by INADA Naoki · 8 years ago
  10. ec9357b Ignore harmless suspicious markup by Zachary Ware · 8 years ago
  11. d9aa4d3 Merge from 3.5 by Zachary Ware · 8 years ago
  12. bb44477 Fix default role usage by Zachary Ware · 8 years ago
  13. 66078ac Issue #25002: Back out asyncore/asynchat deprecation. by Guido van Rossum · 8 years ago
  14. 3dca624 Issue #26240: Merge subprocess doc string from 3.5 into 3.6 by Martin Panter · 8 years ago
  15. 4afdca0 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 8 years ago
  16. 6c2b9d3 Issue #28333: Fixes off-by-one error that was adding an extra space. by Steve Dower · 8 years ago
  17. 26231bb Null merge by Serhiy Storchaka · 8 years ago
  18. 36888dd Issue #28353: Fixed tests of os.fwalk() with broken links. by Serhiy Storchaka · 8 years ago
  19. 5ec2431 Issue #28107: Update typing module documentation for NamedTuple (Ivan) by Guido van Rossum · 8 years ago
  20. 28f9820 Issue #28353: Try to fix tests. by Serhiy Storchaka · 8 years ago
  21. 16591f4 Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta. by Guido van Rossum · 8 years ago
  22. 1faf902 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  23. 4832580 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 8 years ago
  24. ecb9018 Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 8 years ago
  25. 7ff51bd Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 8 years ago
  26. a6eba11 Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. by Serhiy Storchaka · 8 years ago
  27. f3ebc9f Issue #20491: The textwrap.TextWrapper class now honors non-breaking spaces. by Serhiy Storchaka · 8 years ago
  28. af4e474 Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 8 years ago
  29. 42babab Issue #28353: os.fwalk() no longer fails on broken links. by Serhiy Storchaka · 8 years ago
  30. 179111b Merge heads by Serhiy Storchaka · 8 years ago
  31. c8bc3d1 Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish(). by Serhiy Storchaka · 8 years ago
  32. 74c1753 Issue #28430: Fix iterator of C implemented asyncio.Future doesn't by INADA Naoki · 8 years ago
  33. c3adf1e Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
  34. 036fb15 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
  35. c4a3e90 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  36. 839023f Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  37. 77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  38. b1f5287 Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix by Serhiy Storchaka · 8 years ago
  39. 7db3c48 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused by Serhiy Storchaka · 8 years ago
  40. 802883a merge 3.5 (#28525) by Benjamin Peterson · 8 years ago
  41. bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) by Benjamin Peterson · 8 years ago
  42. 407c8ac Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago
  43. 071dec2 Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago
  44. 712d593 Issue #5830: Remove old comment. Add empty slots. by Raymond Hettinger · 8 years ago
  45. e896391 Merge heads by Serhiy Storchaka · 8 years ago
  46. 01c521b asyncio: Increase asyncio.Future test coverage; test both implementations. by Yury Selivanov · 8 years ago
  47. cb637fa Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  48. 0211bb7 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  49. 8985031 Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
  50. b4293ef Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
  51. 7fc92bb Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 8 years ago
  52. 666de77 Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 8 years ago
  53. 89ecb4a Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 8 years ago
  54. 61c4c44 Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 8 years ago
  55. 662cef6 Issue #25953: re.sub() now raises an error for invalid numerical group by Serhiy Storchaka · 8 years ago
  56. 265dce6 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. (3.5->3.6) by Guido van Rossum · 8 years ago
  57. 52e5004 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. by Guido van Rossum · 8 years ago
  58. 85e81cf Issue #28435: Merge urllib test fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  59. 1002a62 Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 8 years ago
  60. d60ea5f Issue #26620: Fix ResourceWarning in test_urllib2_localnet by Martin Panter · 8 years ago
  61. 7e0062f Two minor typing.py fixes (upstream #305) (3.5->3.6) by Guido van Rossum · 8 years ago
  62. 3b55799 Two minor typing.py fixes (upstream #305) by Guido van Rossum · 8 years ago
  63. e238ab5 Issue #28482: Skip a few test_typing tests if asyncio unavailable (3.5->3.6) by Guido van Rossum · 8 years ago
  64. ac353df Issue #28482: Skip a few test_typing tests if asyncio unavailable by Guido van Rossum · 8 years ago
  65. 6330f2a Merge 3.5 (issue #26796) by Yury Selivanov · 8 years ago
  66. e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 8 years ago
  67. 2ae0d64 Fix indent (merge) by Guido van Rossum · 8 years ago
  68. 9f91e85 Fix indent by Guido van Rossum · 8 years ago
  69. 6c950ce Sync typing.py from upstream (3.5->3.6) by Guido van Rossum · 8 years ago
  70. 7ef22d6 Sync typing.py from upstream by Guido van Rossum · 8 years ago
  71. e145efc Merge 3.5 (issue #26923) by Yury Selivanov · 8 years ago
  72. 3d67615 Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done. by Yury Selivanov · 8 years ago
  73. ed05406 Issue #28500: Fix asyncio to handle async gens GC from another thread. by Yury Selivanov · 8 years ago
  74. 68adfa3 Merge (issue #25152) by Brett Cannon · 8 years ago
  75. f8c1505 Issue #25152: Mention the deprecation of pyvenv by Brett Cannon · 8 years ago
  76. eb7ebd3 Merge (issue #28396) by Brett Cannon · 8 years ago
  77. 10a7dbd Issue #28396: Remove any mention of .pyo files from the man page. by Brett Cannon · 8 years ago
  78. d5d32d2 Issue #28214: Improved exception reporting for problematic __set_name__ by Serhiy Storchaka · 8 years ago
  79. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  80. b0426cd Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  81. 9e373be Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  82. 0a421a2 Issue #18219: Optimize csv.DictWriter for large number of columns. by INADA Naoki · 8 years ago
  83. 4510e6d mark dtrace stubs as static inline; remove stubs by Benjamin Peterson · 8 years ago
  84. a836362 Issue #28448: Fix C implemented asyncio.Future didn't work on Windows by INADA Naoki · 8 years ago
  85. 56b2cf5 Issue #28484: Skip tests if GIL is not used or multithreading is disabled by Martin Panter · 8 years ago
  86. f536af1 Issue #24381: Avoid unused function warning when building bundled macOS libffi. by Ned Deily · 8 years ago
  87. ea75a51 Issue #26010: Document CO_* constants by Yury Selivanov · 8 years ago
  88. 10f29c9 Issue #28471: Avoid ResourceWarning by detaching test socket by Martin Panter · 8 years ago
  89. 53478f8 Issue #28493: Fix typos in _asynciomodule.c by Yury Selivanov · 8 years ago
  90. b738a1f Issue #26010: fix typos; rewording by Yury Selivanov · 8 years ago
  91. a4b884f Issue #28492: Fix how StopIteration is raised in _asyncio.Future by Yury Selivanov · 8 years ago
  92. 82919ec Issue #24381: merge from 3.5 by Ned Deily · 8 years ago
  93. e20fed9 Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010 by Yury Selivanov · 8 years ago
  94. 94332cb Issue #28480: Adjust or skip tests if multithreading is disabled by Martin Panter · 8 years ago
  95. fa27d5f Issue #28480: Avoid label at end of compound statement --without-threads by Martin Panter · 8 years ago
  96. c6b1e15 Close #28479: Fix reST syntax in windows.rst by Victor Stinner · 8 years ago
  97. 69d3de6 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 8 years ago
  98. 807e2f3 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 8 years ago
  99. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  100. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago