1. 425ec15 Issue #28402: Adds signed catalog files for stdlib on Windows. by Steve Dower · 8 years ago
  2. fd1df3f Issue #28394: Merge typo fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  3. d2a584b Issue #28394: Spelling and typo fixes in code comments and changelog by Martin Panter · 8 years ago
  4. 49f5cdd Issue #28183: Optimize and cleanup dict iteration. by Serhiy Storchaka · 8 years ago
  5. 917c1c3 Merge 3.5 (issue #27972) by Yury Selivanov · 8 years ago
  6. 4145c83 Issue #27972: Prohibit Tasks to await on themselves. by Yury Selivanov · 8 years ago
  7. 88e8aca Merge 3.5 (issue #28399) by Yury Selivanov · 8 years ago
  8. 908d55d Issue #28399: Remove UNIX socket from FS before binding. by Yury Selivanov · 8 years ago
  9. 3b8c547 Fixed wrong issue number in NEWS by INADA Naoki · 8 years ago
  10. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago
  11. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  12. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 8 years ago
  13. ea200db Add proper credit to NEWS file. by Steve Dower · 8 years ago
  14. 3cd187b Issue #28333: Enables Unicode for ps1/ps2 and input() prompts. (Patch by Eryk Sun) by Steve Dower · 8 years ago
  15. c3215f5 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  16. 48b1c3f Issue #28376: The type of long range iterator is now registered as Iterator. by Serhiy Storchaka · 8 years ago
  17. c7f490c Issue #28376: Creating instances of range_iterator by calling range_iterator by Serhiy Storchaka · 8 years ago
  18. 639098c Merge from 3.5. by Serhiy Storchaka · 8 years ago
  19. 44759bc Issue #28376: The constructor of range_iterator now checks that step is not 0. by Serhiy Storchaka · 8 years ago
  20. 2674bc7 Issue #27998: Fixed bytes path support in os.scandir() on Windows. by Serhiy Storchaka · 8 years ago
  21. dd102f7 Issue #28317: The disassembler now decodes FORMAT_VALUE argument. by Serhiy Storchaka · 8 years ago
  22. 56588b7 Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 8 years ago
  23. 8ef3460 Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 8 years ago
  24. e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  25. de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  26. 242c170 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
  27. 8793b21 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
  28. 5e80855 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  29. cf38060 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 8 years ago
  30. ac5084b Fixes issue28380: unittest.mock Mock autospec functions now properly support by Gregory P. Smith · 8 years ago
  31. 267941c Issue #28201: Dict reduces possibility of 2nd conflict in hash table. by INADA Naoki · 8 years ago
  32. 87845bc merge 3.5 by Benjamin Peterson · 8 years ago
  33. cd04db0 mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 8 years ago
  34. 996dd4a Merge 3.5 (issue #28372) by Yury Selivanov · 8 years ago
  35. 8dc3e43 Issue #28372: Fix asyncio to support formatting of non-python coroutines by Yury Selivanov · 8 years ago
  36. d2c5fab Merge 3.5 (issue #28371) by Yury Selivanov · 8 years ago
  37. 0de3de6 Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. by Yury Selivanov · 8 years ago
  38. 139914a Merge 3.5 (issue #28370) by Yury Selivanov · 8 years ago
  39. 3e56ff0 Issue #28370: Speedup asyncio.StreamReader.readexactly by Yury Selivanov · 8 years ago
  40. bb8eb92 Merge 3.5 (issue #28369) by Yury Selivanov · 8 years ago
  41. 5b8d4f9 Issue #28369: Raise an error when transport's FD is used with add_reader by Yury Selivanov · 8 years ago
  42. 67ea618 Merge 3.5 (issue #28368) by Yury Selivanov · 8 years ago
  43. 9eb6c67 Issue #28368: Refuse monitoring processes if the child watcher has no loop attached. by Yury Selivanov · 8 years ago
  44. 7338ebc Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. by Serhiy Storchaka · 8 years ago
  45. fae2829 Issue #27181 remove geometric_mean and defer for 3.7. by Steven D'Aprano · 8 years ago
  46. 5f59ddd Issue #28229: lzma module now supports pathlib by Berker Peksag · 8 years ago
  47. db8d626 Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. by Serhiy Storchaka · 8 years ago
  48. 7fd9f4b Merge heads by Serhiy Storchaka · 8 years ago
  49. e81b0d3 Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 8 years ago
  50. 09f3d08 Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 8 years ago
  51. 8044809 merge 3.5 (#26617) by Benjamin Peterson · 8 years ago
  52. 8f657c3 ensure gc tracking is off when invoking weakref callbacks (closes #26617) by Benjamin Peterson · 8 years ago
  53. 312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. by Steve Dower · 8 years ago
  54. 8bdd448 Issue #28225: bz2 module now supports pathlib by Berker Peksag · 8 years ago
  55. 03020cf Issue #28227: gzip now supports pathlib by Berker Peksag · 8 years ago
  56. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  57. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  58. 8f0f205 Issue #28322: Fixed possible crashes when unpickle itertools objects from by Serhiy Storchaka · 8 years ago
  59. 85c3f26 Issue #28322: Fixed possible crashes when unpickle itertools objects from by Serhiy Storchaka · 8 years ago
  60. 55c9239 Issue #28275: Merge bz2 fix from 3.5 into 3.6 by Martin Panter · 8 years ago
  61. 38317d3 Issue #28275: Clean up to avoid use-after-free after bzip decompress failure by Martin Panter · 8 years ago
  62. ef223a1 Issue #28228: imghdr now supports pathlib by Berker Peksag · 8 years ago
  63. 812a2b6 Issue #28226: compileall now supports pathlib by Berker Peksag · 8 years ago
  64. b4b55eb Merge with 3.5 by Terry Jan Reedy · 8 years ago
  65. 30eee4d Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  66. 3738c2d Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  67. 00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 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. 6c58c34 IDLE NEWS item and ack. by Terry Jan Reedy · 8 years ago
  74. 3b7cfd4 Issue #28148: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  75. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  76. 1dc7aa4 Issue #28253: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  77. 0c6974d Issue #28253: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  78. 389ef9d Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  79. 47dee11 Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  80. a12e784 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  81. c0b7037 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  82. 9016f28 Issue #18844: Make the number of selections a keyword-only argument for random.choices(). by Raymond Hettinger · 8 years ago
  83. 22805ca Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  84. 407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  85. 11179b2 Issue #18893: Merge from 3.5 by Berker Peksag · 8 years ago
  86. 8b6b508 Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py by Berker Peksag · 8 years ago
  87. 1aca389 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  88. e6f0199 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  89. 6997946 Issue #28203: Merge from 3.5 by Mark Dickinson · 8 years ago
  90. 613f8e5 Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma. by Mark Dickinson · 8 years ago
  91. 7652853 Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  92. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  93. 63dc548 Issue #28086: Single var-positional argument of tuple subtype was passed by Serhiy Storchaka · 8 years ago
  94. 3217b12 Merge socketserver fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  95. f3b0639 Issue #27348: Merge exception formatting fix from 3.5 into 3.6 by Martin Panter · 8 years ago
  96. 463ef2b Fix references to Python 3’s socketserver (lowercase) module by Martin Panter · 8 years ago
  97. bb8b1cb Issue #27348: Restore “Exception: None” formatting in traceback module by Martin Panter · 8 years ago
  98. b3d4e7f Issue #25651: Merge from 3.5 by Berker Peksag · 8 years ago
  99. 16ea19f Issue #25651: Allow falsy values to be used for msg parameter of subTest() by Berker Peksag · 8 years ago
  100. afd02a4 Issue #28214: Now __set_name__ is looked up on the class instead of the by Serhiy Storchaka · 8 years ago