1. c8bc3d1 Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Finish(). by Serhiy Storchaka · 8 years ago
  2. c3adf1e Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
  3. 036fb15 Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator(). by Serhiy Storchaka · 8 years ago
  4. c4a3e90 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  5. 839023f Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  6. 77eede3 Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. by Serhiy Storchaka · 8 years ago
  7. b1f5287 Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix by Serhiy Storchaka · 8 years ago
  8. 7db3c48 Issue #28517: Fixed of-by-one error in the peephole optimizer that caused by Serhiy Storchaka · 8 years ago
  9. 802883a merge 3.5 (#28525) by Benjamin Peterson · 8 years ago
  10. bc51a8a fix name of keyword parameter to gc.collect() (closes #28525) by Benjamin Peterson · 8 years ago
  11. 407c8ac Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago
  12. 071dec2 Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin by Serhiy Storchaka · 8 years ago
  13. 712d593 Issue #5830: Remove old comment. Add empty slots. by Raymond Hettinger · 8 years ago
  14. e896391 Merge heads by Serhiy Storchaka · 8 years ago
  15. 01c521b asyncio: Increase asyncio.Future test coverage; test both implementations. by Yury Selivanov · 8 years ago
  16. cb637fa Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  17. 0211bb7 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  18. 8985031 Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
  19. b4293ef Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
  20. 7fc92bb Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 8 years ago
  21. 666de77 Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 8 years ago
  22. 89ecb4a Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 8 years ago
  23. 61c4c44 Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 8 years ago
  24. 662cef6 Issue #25953: re.sub() now raises an error for invalid numerical group by Serhiy Storchaka · 8 years ago
  25. 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
  26. 52e5004 Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of function annotations. Ivan L. by Guido van Rossum · 8 years ago
  27. 85e81cf Issue #28435: Merge urllib test fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  28. 1002a62 Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 8 years ago
  29. d60ea5f Issue #26620: Fix ResourceWarning in test_urllib2_localnet by Martin Panter · 8 years ago
  30. 7e0062f Two minor typing.py fixes (upstream #305) (3.5->3.6) by Guido van Rossum · 8 years ago
  31. 3b55799 Two minor typing.py fixes (upstream #305) by Guido van Rossum · 8 years ago
  32. e238ab5 Issue #28482: Skip a few test_typing tests if asyncio unavailable (3.5->3.6) by Guido van Rossum · 8 years ago
  33. ac353df Issue #28482: Skip a few test_typing tests if asyncio unavailable by Guido van Rossum · 8 years ago
  34. 6330f2a Merge 3.5 (issue #26796) by Yury Selivanov · 8 years ago
  35. e8a6045 Issue #26796: Don't configure the number of workers for default threadpool executor. by Yury Selivanov · 8 years ago
  36. 2ae0d64 Fix indent (merge) by Guido van Rossum · 8 years ago
  37. 9f91e85 Fix indent by Guido van Rossum · 8 years ago
  38. 6c950ce Sync typing.py from upstream (3.5->3.6) by Guido van Rossum · 8 years ago
  39. 7ef22d6 Sync typing.py from upstream by Guido van Rossum · 8 years ago
  40. e145efc Merge 3.5 (issue #26923) by Yury Selivanov · 8 years ago
  41. 3d67615 Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done. by Yury Selivanov · 8 years ago
  42. ed05406 Issue #28500: Fix asyncio to handle async gens GC from another thread. by Yury Selivanov · 8 years ago
  43. 68adfa3 Merge (issue #25152) by Brett Cannon · 8 years ago
  44. f8c1505 Issue #25152: Mention the deprecation of pyvenv by Brett Cannon · 8 years ago
  45. eb7ebd3 Merge (issue #28396) by Brett Cannon · 8 years ago
  46. 10a7dbd Issue #28396: Remove any mention of .pyo files from the man page. by Brett Cannon · 8 years ago
  47. d5d32d2 Issue #28214: Improved exception reporting for problematic __set_name__ by Serhiy Storchaka · 8 years ago
  48. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  49. b0426cd Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  50. 9e373be Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  51. 0a421a2 Issue #18219: Optimize csv.DictWriter for large number of columns. by INADA Naoki · 8 years ago
  52. 4510e6d mark dtrace stubs as static inline; remove stubs by Benjamin Peterson · 8 years ago
  53. a836362 Issue #28448: Fix C implemented asyncio.Future didn't work on Windows by INADA Naoki · 8 years ago
  54. 56b2cf5 Issue #28484: Skip tests if GIL is not used or multithreading is disabled by Martin Panter · 8 years ago
  55. f536af1 Issue #24381: Avoid unused function warning when building bundled macOS libffi. by Ned Deily · 8 years ago
  56. ea75a51 Issue #26010: Document CO_* constants by Yury Selivanov · 8 years ago
  57. 10f29c9 Issue #28471: Avoid ResourceWarning by detaching test socket by Martin Panter · 8 years ago
  58. 53478f8 Issue #28493: Fix typos in _asynciomodule.c by Yury Selivanov · 8 years ago
  59. b738a1f Issue #26010: fix typos; rewording by Yury Selivanov · 8 years ago
  60. a4b884f Issue #28492: Fix how StopIteration is raised in _asyncio.Future by Yury Selivanov · 8 years ago
  61. 82919ec Issue #24381: merge from 3.5 by Ned Deily · 8 years ago
  62. e20fed9 Merge 3.5 + document CO_ASYNC_GENERATOR; issue #26010 by Yury Selivanov · 8 years ago
  63. 94332cb Issue #28480: Adjust or skip tests if multithreading is disabled by Martin Panter · 8 years ago
  64. fa27d5f Issue #28480: Avoid label at end of compound statement --without-threads by Martin Panter · 8 years ago
  65. c6b1e15 Close #28479: Fix reST syntax in windows.rst by Victor Stinner · 8 years ago
  66. 69d3de6 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 8 years ago
  67. 807e2f3 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 8 years ago
  68. 7d6dda4 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  69. 4adf01c Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 8 years ago
  70. 3f561b7 Issue #19795: Fixed markup errors. by Serhiy Storchaka · 8 years ago
  71. 1883542 Issue #19795: Fixed markup errors. by Serhiy Storchaka · 8 years ago
  72. 0bbf8c0 Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  73. a97cd2e Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 8 years ago
  74. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  75. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  76. 24c3b49 Issue #26944: Fix test_posix for Android where 'id -G' is entirely wrong by Xavier de Gaye · 8 years ago
  77. 8166a5d always use double quotes for SystemTap string literals (closes #28472) by Benjamin Peterson · 8 years ago
  78. b17ba09 bold arguments by Benjamin Peterson · 8 years ago
  79. fa22b29 Issue #28471: Fix crash (GIL state related) in socket.setblocking by Yury Selivanov · 8 years ago
  80. 33bb64f Merge 3.5 by Victor Stinner · 8 years ago
  81. df0fd74 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception by Serhiy Storchaka · 8 years ago
  82. 04eb777 Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and exception by Serhiy Storchaka · 8 years ago
  83. c411a7d Issue #28452: Remove _asyncio._init_module function by INADA Naoki · 8 years ago
  84. 80b618b Merge from 3.5 by Berker Peksag · 8 years ago
  85. e5b0bd1 Fix default value of StreamReader.readuntil() by Berker Peksag · 8 years ago
  86. a506a93 Merge 3.6: Issue #28409: regrtest: fix the parser of command line arguments. by Victor Stinner · 8 years ago
  87. 1f6b69b Issue #28409: regrtest: fix the parser of command line arguments. by Victor Stinner · 8 years ago
  88. 066b121 Issue #28455: Merge from 3.5 by Berker Peksag · 8 years ago
  89. 5493e47 Issue #28455: Clarify example of overriding the convert_arg_line_to_args method by Berker Peksag · 8 years ago
  90. 3aa7552 merge 3.5 (#28454) by Benjamin Peterson · 8 years ago
  91. 8d761ff remove extra PyErr_Format arguments (closes #28454) by Benjamin Peterson · 8 years ago
  92. b8bddec Issue #28432: Merge from 3.5 by Berker Peksag · 8 years ago
  93. 90e0289 Issue #28432: Fix first parameter name in PyUnicode_EncodeLocale documentation by Berker Peksag · 8 years ago
  94. 9f2e377 Issue #27896: Allow passing sphinx options to Doc/Makefile by Victor Stinner · 8 years ago
  95. bf7dcb9 Remove spurious article. by Ned Deily · 8 years ago
  96. 11194f7 Remove spurious article. by Ned Deily · 8 years ago
  97. 9f2ce25 Issue #28428: Rename _futures module to _asyncio. by INADA Naoki · 8 years ago
  98. 479eb76 Issue #27800: Merge RE repetition doc from 3.5 into 3.6 by Martin Panter · 8 years ago
  99. 684340e Issue #27800: Document limitation and workaround for multiple RE repetitions by Martin Panter · 8 years ago
  100. 36700e4 Issue #23231: Merge codecs doc from 3.5 into 3.6 by Martin Panter · 8 years ago