1. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  2. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  3. 2561bf6 Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  4. ebe95fd Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  5. 877826a Regenerate Argument Clinic code for issue #23026. by Serhiy Storchaka · 8 years ago
  6. fb51e65 Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. by Terry Jan Reedy · 8 years ago
  7. 47791df Null merge. by Barry Warsaw · 8 years ago
  8. efe7256 Fix a comment. by Barry Warsaw · 8 years ago
  9. 118598a Issue #27066: Fixed SystemError if a custom opener (for open()) returns a by Barry Warsaw · 8 years ago
  10. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 8 years ago
  11. 24f3a18 Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx. by Terry Jan Reedy · 8 years ago
  12. d03ed8a Omnibus news entry for updates to typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  13. fda4d67 Omnibus news entry for updates to typing.py. by Guido van Rossum · 8 years ago
  14. 8c0e046 Sync typing.py with upstream (merge 3.5->3.6). by Guido van Rossum · 8 years ago
  15. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  16. 1842e12 Merge 3.5 (NEWS) by Yury Selivanov · 8 years ago
  17. 07a9fcd asyncio: Remove line about asyncio.timeout() from the NEWS file by Yury Selivanov · 8 years ago
  18. 7a71338 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  19. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  20. d211bfb Merge 3.5 (whatsnew) by Yury Selivanov · 8 years ago
  21. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 8 years ago
  22. 81d167a Merge 3.5 (asyncio, issue #27136) by Yury Selivanov · 8 years ago
  23. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 8 years ago
  24. 552bf94 Merge 3.5 (issue #27136, asyncio) by Yury Selivanov · 8 years ago
  25. f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo by Yury Selivanov · 8 years ago
  26. b198c42 Fix RST conflicts with Idle news entries by Martin Panter · 8 years ago
  27. 7764f4d Merge from 3.5; no changes to 3.6 by Martin Panter · 8 years ago
  28. 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 8 years ago
  29. 3c923ea Issue #21593: Merge from 3.5 by Berker Peksag · 8 years ago
  30. 84f387d Issue #21593: Clarify that re.search() returns the first match by Berker Peksag · 8 years ago
  31. 40de69a Issue #25738: Merge HTTP server from 3.5 by Martin Panter · 8 years ago
  32. 58f0169 Issue #21313: Merge version parsing from 3.5 by Martin Panter · 8 years ago
  33. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  34. e187195 odict: Remove useless ";" after function definition by Victor Stinner · 8 years ago
  35. cfb1961 py_getrandom(): use char* instead of void* for the destination by Victor Stinner · 8 years ago
  36. 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 8 years ago
  37. 24a72ca Fixed #27251: merged fix from 3.5. by Vinay Sajip · 8 years ago
  38. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
  39. ea938ba Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  40. 8bff8f6 Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  41. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  42. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  43. cb3a581 Issue #27229: Merge makefile fix from 3.5 by Martin Panter · 8 years ago
  44. 6827fd8 Issue #27229: Comment in middle of shell command fails on BSD and OS X by Martin Panter · 8 years ago
  45. bb70760 Issue #27229: Merge cross-compiling fix from 3.5 by Martin Panter · 8 years ago
  46. 9c2a8f9 Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye by Martin Panter · 8 years ago
  47. 6db1f6f Issue #26983: Fixed test_format failure. Patch by SilentGhost. by Serhiy Storchaka · 8 years ago
  48. 83815ae Issue #27107: mailbox.fcntl = None on Windows by Martin Panter · 8 years ago
  49. 0d3535a Issue #23883: News updates for __all__ attributes by Martin Panter · 8 years ago
  50. 380ef01 Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  51. d04d213 Issue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  52. f8f3121 Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  53. ed84ab3 Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  54. 1cd2772 Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch by Martin Panter · 8 years ago
  55. 2e747c4 Issue #27156: Remove more unused idlelib code. by Terry Jan Reedy · 8 years ago
  56. 223b874 Issue #26014: merge from 3.5 by Ned Deily · 8 years ago
  57. 8f5798e Issue #26014: Update 3.x packaging documentation: by Ned Deily · 8 years ago
  58. 1ab2f14 Issue #27164: Merge raw Deflate zdict support from 3.5 by Martin Panter · 8 years ago
  59. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 8 years ago
  60. 841de28 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. by Serhiy Storchaka · 8 years ago
  61. 484c913 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. by Serhiy Storchaka · 8 years ago
  62. b07b57c Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 8 years ago
  63. 3c5fa56 Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 8 years ago
  64. ff5cd45 Issue #24291: Merge wsgi partial write fix from 3.5 by Martin Panter · 8 years ago
  65. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  66. 1b749c5 [merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) by Senthil Kumaran · 8 years ago
  67. 889f914 issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca6 (3.6) by Senthil Kumaran · 8 years ago
  68. 20ab954 Issue #17888: Merge from 3.5 by Berker Peksag · 8 years ago
  69. 03fe002 Issue #17888: Add a note about contributing to Python docs by Berker Peksag · 8 years ago
  70. 94f89a6 Fix typos in datetime documentation. by Berker Peksag · 8 years ago
  71. 003f604 [merge from 3.5] - issue27202 - Exclude 2.x release notes from python3 make doctests. by Senthil Kumaran · 8 years ago
  72. ff6c5c5 issue27202 - Exclude 2.x release notes from python3 make doctests. by Senthil Kumaran · 8 years ago
  73. 2950776 [merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst. by Senthil Kumaran · 8 years ago
  74. 7749320 Issue27203 - Fix doctests Doc/faq/programming.rst. by Senthil Kumaran · 8 years ago
  75. 7a9ddd1 merge from 3.5. (moves the issue26372 tests to the proper class) by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  76. 2daf8e7 Move the BrokenPipeError tests to the POSIXProcessTestCase class by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  77. f39571e Issue #26930: merge from 3.5 by Ned Deily · 8 years ago
  78. 92b4b5a Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. by Ned Deily · 8 years ago
  79. ae68365 - Issue #21277: Don't try to link _ctypes with a ffi_convenience library. by doko@ubuntu.com · 8 years ago
  80. 5f2702b Fixes whitespace issue by Kushal Das · 8 years ago
  81. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  82. 4094822 - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig. by doko@ubuntu.com · 8 years ago
  83. b11c744 add Dusty Phillips to ACKS by Ethan Furman · 8 years ago
  84. 36987d7 - merge 3.5 by doko@ubuntu.com · 8 years ago
  85. 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 8 years ago
  86. b4b966e Issue #19611: handle implicit parameters in inspect.signature by Nick Coghlan · 8 years ago
  87. d62548a issue27186: add open/io.open; patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  88. 228c636 issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra by Ethan Furman · 8 years ago
  89. db780cf Null merge by Serhiy Storchaka · 8 years ago
  90. 30eba66 Merge heads by Serhiy Storchaka · 8 years ago
  91. a23234b Merge heads by Serhiy Storchaka · 8 years ago
  92. 6e8e10e Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  93. 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  94. 64b8f6b Merge with 3.5 by Terry Jan Reedy · 8 years ago
  95. f13cc2f Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 8 years ago
  96. 55de5c3 Merge: Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  97. 05dab09 Revise and synchronize idle_test.test_configdialog. by Terry Jan Reedy · 8 years ago
  98. 958b3e4 issue27186: add PathLike ABC by Ethan Furman · 8 years ago
  99. 8bc9378 Closes #26809: Merge with 3.5 by Zachary Ware · 8 years ago
  100. c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry by Zachary Ware · 8 years ago