1. bec93b3 Update pydoc topics for 3.6.0b2 by Ned Deily · 9 years ago
  2. b1321fb Issue #28394: More typo fixes for 3.6+ by Martin Panter · 9 years ago
  3. fd1df3f Issue #28394: Merge typo fixes from 3.5 into 3.6 by Martin Panter · 9 years ago
  4. d2a584b Issue #28394: Spelling and typo fixes in code comments and changelog by Martin Panter · 9 years ago
  5. 0606072 Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. (merge 3.5->3.6) by Guido van Rossum · 9 years ago
  6. 5e2a0ef Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. by Guido van Rossum · 9 years ago
  7. 917c1c3 Merge 3.5 (issue #27972) by Yury Selivanov · 9 years ago
  8. 4145c83 Issue #27972: Prohibit Tasks to await on themselves. by Yury Selivanov · 9 years ago
  9. 88e8aca Merge 3.5 (issue #28399) by Yury Selivanov · 9 years ago
  10. 908d55d Issue #28399: Remove UNIX socket from FS before binding. by Yury Selivanov · 9 years ago
  11. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 9 years ago
  12. 518599b Merge further typing.py changes from upstream. (merge 3.5->3.6) by Guido van Rossum · 9 years ago
  13. e259267 Merge further typing.py changes from upstream. by Guido van Rossum · 9 years ago
  14. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  15. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 9 years ago
  16. c6f9b2b Issue #28162: Fixes Ctrl+Z handling in console readall() by Steve Dower · 9 years ago
  17. c3215f5 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  18. 48b1c3f Issue #28376: The type of long range iterator is now registered as Iterator. by Serhiy Storchaka · 9 years ago
  19. c7f490c Issue #28376: Creating instances of range_iterator by calling range_iterator by Serhiy Storchaka · 9 years ago
  20. 639098c Merge from 3.5. by Serhiy Storchaka · 9 years ago
  21. 44759bc Issue #28376: The constructor of range_iterator now checks that step is not 0. by Serhiy Storchaka · 9 years ago
  22. 88212ae Merge from 3.5. by Serhiy Storchaka · 9 years ago
  23. 3bd9fde Issue #28376: Fixed typos. Based on patch by Oren Milman. by Serhiy Storchaka · 9 years ago
  24. dd102f7 Issue #28317: The disassembler now decodes FORMAT_VALUE argument. by Serhiy Storchaka · 9 years ago
  25. 2b80145 Issue #25783: Fixed test_traceback when run directly (without regrtest). by Serhiy Storchaka · 9 years ago
  26. 1c1130f Issue #25783: Fixed test_traceback when run directly (without regrtest). by Serhiy Storchaka · 9 years ago
  27. 5665301 Issue #28257: Improved error message when pass a non-mapping as a var-keyword by Serhiy Storchaka · 9 years ago
  28. 242c170 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 9 years ago
  29. 8793b21 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 9 years ago
  30. 3df053e Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  31. 36e7e97 asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection by Yury Selivanov · 9 years ago
  32. ac5084b Fixes issue28380: unittest.mock Mock autospec functions now properly support by Gregory P. Smith · 9 years ago
  33. 87845bc merge 3.5 by Benjamin Peterson · 9 years ago
  34. 4c8b2cd skip test on windows by Benjamin Peterson · 9 years ago
  35. cf0b9da fix bug in 48797808a302 by Benjamin Peterson · 9 years ago
  36. e06cc67 skip test if resizing is not supported by Benjamin Peterson · 9 years ago
  37. cd04db0 mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 9 years ago
  38. a886142 Merge 3.5 (issue #23749) by Yury Selivanov · 9 years ago
  39. 92e7c7f asyncio: Add "call_connection_made" arg to SSLProtocol.__init__ by Yury Selivanov · 9 years ago
  40. 996dd4a Merge 3.5 (issue #28372) by Yury Selivanov · 9 years ago
  41. 8dc3e43 Issue #28372: Fix asyncio to support formatting of non-python coroutines by Yury Selivanov · 9 years ago
  42. d2c5fab Merge 3.5 (issue #28371) by Yury Selivanov · 9 years ago
  43. 0de3de6 Issue #28371: Deprecate passing asyncio.Handles to run_in_executor. by Yury Selivanov · 9 years ago
  44. 139914a Merge 3.5 (issue #28370) by Yury Selivanov · 9 years ago
  45. 3e56ff0 Issue #28370: Speedup asyncio.StreamReader.readexactly by Yury Selivanov · 9 years ago
  46. bb8eb92 Merge 3.5 (issue #28369) by Yury Selivanov · 9 years ago
  47. 5b8d4f9 Issue #28369: Raise an error when transport's FD is used with add_reader by Yury Selivanov · 9 years ago
  48. 67ea618 Merge 3.5 (issue #28368) by Yury Selivanov · 9 years ago
  49. 9eb6c67 Issue #28368: Refuse monitoring processes if the child watcher has no loop attached. by Yury Selivanov · 9 years ago
  50. 3ae4155 Issue #27998: Removed workarounds for supporting bytes paths on Windows in by Serhiy Storchaka · 9 years ago
  51. b5bb404 Issue #28222: Don't fail if pygments is not available by Berker Peksag · 9 years ago
  52. 7338ebc Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. by Serhiy Storchaka · 9 years ago
  53. fae2829 Issue #27181 remove geometric_mean and defer for 3.7. by Steven D'Aprano · 9 years ago
  54. d3dbba4 Issue #28222: Merge from 3.5 by Berker Peksag · 9 years ago
  55. 5f59ddd Issue #28229: lzma module now supports pathlib by Berker Peksag · 9 years ago
  56. db8d626 Issue #28321: Fixed writing non-BMP characters with binary format in plistlib. by Serhiy Storchaka · 9 years ago
  57. 7fd9f4b Merge heads by Serhiy Storchaka · 9 years ago
  58. e81b0d3 Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 9 years ago
  59. 09f3d08 Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 9 years ago
  60. 8044809 merge 3.5 (#26617) by Benjamin Peterson · 9 years ago
  61. 8f657c3 ensure gc tracking is off when invoking weakref callbacks (closes #26617) by Benjamin Peterson · 9 years ago
  62. 312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. by Steve Dower · 9 years ago
  63. 7fe091d More updates from upstream typing.py (3.5->3.6) by Guido van Rossum · 9 years ago
  64. b47c9d2 More updates from upstream typing.py by Guido van Rossum · 9 years ago
  65. 0a6ef79 test_invalid_sequences seems don't have to stay in CAPITest. by Serhiy Storchaka · 9 years ago
  66. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  67. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  68. 1edebef Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 9 years ago
  69. 63b5b6f Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 9 years ago
  70. 8bdd448 Issue #28225: bz2 module now supports pathlib by Berker Peksag · 9 years ago
  71. 03020cf Issue #28227: gzip now supports pathlib by Berker Peksag · 9 years ago
  72. 02e247f Issue #28338: Restore test_pdb doctests. by Xavier de Gaye · 9 years ago
  73. d261cb6 Issue #20254: Merge from 3.5 by Berker Peksag · 9 years ago
  74. 480b069 Issue #20254: Fix duplicate tests in test_socket by Berker Peksag · 9 years ago
  75. d556a35 Issue #27358: Backported tests. by Serhiy Storchaka · 9 years ago
  76. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 9 years ago
  77. 6498e52 Issue #28257: Backported a test. by Serhiy Storchaka · 9 years ago
  78. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 9 years ago
  79. 8f0f205 Issue #28322: Fixed possible crashes when unpickle itertools objects from by Serhiy Storchaka · 9 years ago
  80. 85c3f26 Issue #28322: Fixed possible crashes when unpickle itertools objects from by Serhiy Storchaka · 9 years ago
  81. bf090e3 Issue #28324: Remove vestigal MacOS 9 references in os.py docstring. by Ned Deily · 9 years ago
  82. c6ef503 Issue #28323: Remove vestigal MacOS 9 checks from exit() and quit(). by Ned Deily · 9 years ago
  83. 55c9239 Issue #28275: Merge bz2 fix from 3.5 into 3.6 by Martin Panter · 9 years ago
  84. 38317d3 Issue #28275: Clean up to avoid use-after-free after bzip decompress failure by Martin Panter · 9 years ago
  85. ef223a1 Issue #28228: imghdr now supports pathlib by Berker Peksag · 9 years ago
  86. 6c63f19 Issue #28283: Merge from 3.5 by Berker Peksag · 9 years ago
  87. 34b9d14 Issue #28283: Remove flaky test test_sock_connect_sock_write_race again by Berker Peksag · 9 years ago
  88. d8e9713 Issue #28226: Fix test_compileall on Windows by Berker Peksag · 9 years ago
  89. 812a2b6 Issue #28226: compileall now supports pathlib by Berker Peksag · 9 years ago
  90. 0035be3 Misc asyncio improvements from upstream (merge 3.5->3.6) by Guido van Rossum · 9 years ago
  91. e3c65a7 Misc asyncio improvements from upstream by Guido van Rossum · 9 years ago
  92. 8cb6091 Merge heads by Serhiy Storchaka · 9 years ago
  93. 07cfd50 Merge heads by Serhiy Storchaka · 9 years ago
  94. 3738c2d Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 9 years ago
  95. 00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 9 years ago
  96. b63c4fc Issue #25488: merge idle.py from 3.5. by Terry Jan Reedy · 9 years ago
  97. 1813aa1 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 9 years ago
  98. c6b5f08 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 9 years ago
  99. 55f3ae6 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 9 years ago
  100. 095e32b merge 3.5 (#1703178) by Benjamin Peterson · 9 years ago