1. fae2829 Issue #27181 remove geometric_mean and defer for 3.7. by Steven D'Aprano · 8 years ago
  2. d3dbba4 Issue #28222: Merge from 3.5 by Berker Peksag · 8 years ago
  3. b5bb404 Issue #28222: Don't fail if pygments is not available by Berker Peksag · 8 years ago
  4. 5cb63ae Issue #28348: Merge from 3.5 by Berker Peksag · 8 years ago
  5. 002b0a7 Issue #28348: Fix typo in asyncio.Task() documentation by Berker Peksag · 8 years ago
  6. 5f59ddd Issue #28229: lzma module now supports pathlib by Berker Peksag · 8 years ago
  7. db8d626 Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. by Serhiy Storchaka · 8 years ago
  8. 7338ebc Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. by Serhiy Storchaka · 8 years ago
  9. 27b4098 Null merge by Serhiy Storchaka · 8 years ago
  10. 7fd9f4b Merge heads by Serhiy Storchaka · 8 years ago
  11. e81b0d3 Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 8 years ago
  12. 09f3d08 Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 8 years ago
  13. 8044809 merge 3.5 (#26617) by Benjamin Peterson · 8 years ago
  14. 8f657c3 ensure gc tracking is off when invoking weakref callbacks (closes #26617) by Benjamin Peterson · 8 years ago
  15. fb12ce1 Issue #28218: Fixes versionadded description in using/windows.rst by Steve Dower · 8 years ago
  16. 312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. by Steve Dower · 8 years ago
  17. 7fe091d More updates from upstream typing.py (3.5->3.6) by Guido van Rossum · 8 years ago
  18. b47c9d2 More updates from upstream typing.py by Guido van Rossum · 8 years ago
  19. 0a6ef79 test_invalid_sequences seems don't have to stay in CAPITest. by Serhiy Storchaka · 8 years ago
  20. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  21. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  22. 1edebef Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 8 years ago
  23. 63b5b6f Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 8 years ago
  24. 8bdd448 Issue #28225: bz2 module now supports pathlib by Berker Peksag · 8 years ago
  25. 03020cf Issue #28227: gzip now supports pathlib by Berker Peksag · 8 years ago
  26. 8e9045d Issue #27358: Fix typo in error message by Berker Peksag · 8 years ago
  27. 02e247f Issue #28338: Restore test_pdb doctests. by Xavier de Gaye · 8 years ago
  28. d261cb6 Issue #20254: Merge from 3.5 by Berker Peksag · 8 years ago
  29. 480b069 Issue #20254: Fix duplicate tests in test_socket by Berker Peksag · 8 years ago
  30. aa7a55e Null merge by Serhiy Storchaka · 8 years ago
  31. d556a35 Issue #27358: Backported tests. by Serhiy Storchaka · 8 years ago
  32. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  33. 0a3beff Null merge by Serhiy Storchaka · 8 years ago
  34. 6498e52 Issue #28257: Backported a test. by Serhiy Storchaka · 8 years ago
  35. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  36. 8f0f205 Issue #28322: Fixed possible crashes when unpickle itertools objects from by Serhiy Storchaka · 8 years ago
  37. 85c3f26 Issue #28322: Fixed possible crashes when unpickle itertools objects from by Serhiy Storchaka · 8 years ago
  38. bf090e3 Issue #28324: Remove vestigal MacOS 9 references in os.py docstring. by Ned Deily · 8 years ago
  39. c6ef503 Issue #28323: Remove vestigal MacOS 9 checks from exit() and quit(). by Ned Deily · 8 years ago
  40. 55c9239 Issue #28275: Merge bz2 fix from 3.5 into 3.6 by Martin Panter · 8 years ago
  41. 38317d3 Issue #28275: Clean up to avoid use-after-free after bzip decompress failure by Martin Panter · 8 years ago
  42. ef223a1 Issue #28228: imghdr now supports pathlib by Berker Peksag · 8 years ago
  43. 6c63f19 Issue #28283: Merge from 3.5 by Berker Peksag · 8 years ago
  44. 34b9d14 Issue #28283: Remove flaky test test_sock_connect_sock_write_race again by Berker Peksag · 8 years ago
  45. d8e9713 Issue #28226: Fix test_compileall on Windows by Berker Peksag · 8 years ago
  46. 41937bc Issue #28319: Merge from 3.5 by Berker Peksag · 8 years ago
  47. b334ee0 Issue #28319: Fix typo in lzma.rst by Berker Peksag · 8 years ago
  48. 009bc05 Merge from 3.5 by Berker Peksag · 8 years ago
  49. 5e3677d Fix markup in pathlib.rst by Berker Peksag · 8 years ago
  50. 50bb940 Merge from 3.5 by Berker Peksag · 8 years ago
  51. 06a8ac0 Fix Path.glob() link, reported by SilentGhost by Berker Peksag · 8 years ago
  52. 812a2b6 Issue #28226: compileall now supports pathlib by Berker Peksag · 8 years ago
  53. b4b55eb Merge with 3.5 by Terry Jan Reedy · 8 years ago
  54. 30eee4d Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  55. 0035be3 Misc asyncio improvements from upstream (merge 3.5->3.6) by Guido van Rossum · 8 years ago
  56. e3c65a7 Misc asyncio improvements from upstream by Guido van Rossum · 8 years ago
  57. 61cd726 Null merge by Serhiy Storchaka · 8 years ago
  58. 8cb6091 Merge heads by Serhiy Storchaka · 8 years ago
  59. 07cfd50 Merge heads by Serhiy Storchaka · 8 years ago
  60. 3738c2d Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  61. 00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  62. b63c4fc Issue #25488: merge idle.py from 3.5. by Terry Jan Reedy · 8 years ago
  63. 1813aa1 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 8 years ago
  64. c6b5f08 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 8 years ago
  65. 55f3ae6 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 8 years ago
  66. e234fce Merge 3.5 by Victor Stinner · 8 years ago
  67. 8d50d62 Issue #28258: Explain the LC_ALL change in a comment by Victor Stinner · 8 years ago
  68. 84d8baa Fix xml.etree.ElementTree.Element.getiterator() by Victor Stinner · 8 years ago
  69. cf6d2d9 Issue #28258: Fixed build with Estonian locale (python-config and distclean by Serhiy Storchaka · 8 years ago
  70. 80bc7dc Issue #28258: Fixed build with Estonian locale (python-config and distclean by Serhiy Storchaka · 8 years ago
  71. 095e32b merge 3.5 (#1703178) by Benjamin Peterson · 8 years ago
  72. 4254e8c build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 8 years ago
  73. 6a8e1ea Merge test cleanup from 3.5 into 3.6 by Martin Panter · 8 years ago
  74. c49b4d8 Remove disabled ctypes test by Martin Panter · 8 years ago
  75. 6c58c34 IDLE NEWS item and ack. by Terry Jan Reedy · 8 years ago
  76. 3b7cfd4 Issue #28148: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  77. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  78. e5ccf3d Issue #28306: Merge from 3.5 by Berker Peksag · 8 years ago
  79. cf79cdb Issue #28306: Update exception message of ZeroDivisionError by Berker Peksag · 8 years ago
  80. db83f72 Issue #27740: Merge from 3.5 by Berker Peksag · 8 years ago
  81. ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags by Berker Peksag · 8 years ago
  82. 408b78c Issue #27322: Set sys.path to a temp dir in test_compile_path by Berker Peksag · 8 years ago
  83. eadf443 Issue #28303: Merge from 3.5 by Berker Peksag · 8 years ago
  84. aa5c2fd Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish by Berker Peksag · 8 years ago
  85. d39370b Issue #28300: Merge from 3.5 by Berker Peksag · 8 years ago
  86. c16387b Issue #28300: Fix typos, patch by Shlomi Fish by Berker Peksag · 8 years ago
  87. fa4a305 Issue #21903: Merge from 3.5 by Berker Peksag · 8 years ago
  88. de55c61 Issue #21903: Update ctypes example to use MessageBoxW by Berker Peksag · 8 years ago
  89. b163b14 Null merge by Serhiy Storchaka · 8 years ago
  90. 1dc7aa4 Issue #28253: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  91. 0c6974d Issue #28253: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  92. e3fd248 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  93. 957b756 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  94. 6703e04 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) (merge 3.5->3.6) by Guido van Rossum · 8 years ago
  95. 4cefe74 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) by Guido van Rossum · 8 years ago
  96. 49d2c38 Issue #28283: Merge from 3.5 by Berker Peksag · 8 years ago
  97. 63461bc Issue #28283: Remove flaky test test_sock_connect_sock_write_race by Berker Peksag · 8 years ago
  98. 9574e0a Issue #20947: Fixed a gcc warning with -Wstrict-overflow. by Serhiy Storchaka · 8 years ago
  99. 5ae4f49 Issue #20947: Fixed a gcc warning with -Wstrict-overflow. by Serhiy Storchaka · 8 years ago
  100. 389ef9d Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago