1. d611f4c Issue #27294: Improved repr for Tkinter event objects. by Serhiy Storchaka · 8 years ago
  2. f0d4621 merge 3.5 (#26556) by Benjamin Peterson · 8 years ago
  3. b5ad549 merge 3.4 (#26556) by Benjamin Peterson · 8 years ago
  4. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  5. ab6e156 merge 3.5 by Benjamin Peterson · 8 years ago
  6. b0557e7 merge 3.4 by Benjamin Peterson · 8 years ago
  7. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 8 years ago
  8. 6bf8e61 Merge from 3.5 by Berker Peksag · 8 years ago
  9. af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst by Berker Peksag · 8 years ago
  10. d1f5340 Merge from 3.5 by Berker Peksag · 8 years ago
  11. 3261960 Silence 'make suspicious' warnings by Berker Peksag · 8 years ago
  12. 28dc118 Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ by Berker Peksag · 8 years ago
  13. 24b102e Issue #21386: Merge from 3.5 by Berker Peksag · 8 years ago
  14. 742192a Issue #21386: Implement missing IPv4Address.is_global property by Berker Peksag · 8 years ago
  15. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  16. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  17. e670be2 Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open(). by Serhiy Storchaka · 8 years ago
  18. e6dae87 Issue #27030: The re.LOCALE flag now can be used only with bytes patterns. by Serhiy Storchaka · 8 years ago
  19. 9bd85b8 Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in by Serhiy Storchaka · 8 years ago
  20. d35bf03 Merge 3.5 (issue #22970) by Yury Selivanov · 8 years ago
  21. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 8 years ago
  22. 6588712 Merge 3.5 (issue #27223) by Yury Selivanov · 8 years ago
  23. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 8 years ago
  24. b1c9b64 IDLE NEWS entries by Terry Jan Reedy · 8 years ago
  25. 661c032 Merge Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  26. 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  27. 139fb7c Issue #27262: fix missing parameter typo by Ned Deily · 8 years ago
  28. 50288f9 Issue #5124: rename PyShell back to pyshell and patch test for 3.6 by Terry Jan Reedy · 8 years ago
  29. b5c43f4 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  30. 5ad8599 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 8 years ago
  31. c39e330 Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge. by Terry Jan Reedy · 8 years ago
  32. 01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. by Terry Jan Reedy · 8 years ago
  33. 96881cd Issue #27186: Add os.PathLike support to DirEntry by Brett Cannon · 8 years ago
  34. 419e8ed Issue #20900: Merge from 3.5 by Berker Peksag · 8 years ago
  35. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 8 years ago
  36. 568be63 Issue #27186: Add os.PathLike support to pathlib. by Brett Cannon · 8 years ago
  37. 87a8bcc - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by doko@ubuntu.com · 8 years ago
  38. 420e4d8 Issue #27280: Fix typo in IPv6Network documentation by Berker Peksag · 8 years ago
  39. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  40. 3398808 - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by doko@ubuntu.com · 8 years ago
  41. 62e3ad3 Issue #27280: Merge from 3.5 by Berker Peksag · 8 years ago
  42. b7bdfcf Issue #24617: Merge os.mkdir() doc from 3.5 by Martin Panter · 8 years ago
  43. 596357d Merge comment fix from 3.5 by Martin Panter · 8 years ago
  44. 39b1025 Fix typo and move comment to appropriate condition by Martin Panter · 8 years ago
  45. b18ffb4 Add a versionadded directive to os.PathLike by Berker Peksag · 8 years ago
  46. 1080d13 Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. by Terry Jan Reedy · 8 years ago
  47. 82ae155 Issue #24759: Add test for IDLE syntax colorizoer. by Terry Jan Reedy · 8 years ago
  48. 7082bc3 Issue #8491: Merge readline doc from 3.5 by Martin Panter · 8 years ago
  49. 553245c Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 8 years ago
  50. a0053be Merge by Brett Cannon · 8 years ago
  51. 746102b Issue #27186: Document PyOS_FSPath(). by Brett Cannon · 8 years ago
  52. 5848ac2 Issue #15476: Merge index entries from 3.5 by Martin Panter · 8 years ago
  53. b08388d Issue #27182: Document os.PathLike. by Brett Cannon · 8 years ago
  54. 516f546 Add a missing :term:. by Brett Cannon · 8 years ago
  55. 0fa1aa1 Clarify the os.fspath() documentation. by Brett Cannon · 8 years ago
  56. b4f43e9 Clarify documentation for os.fspath(). by Brett Cannon · 8 years ago
  57. 5f74ebc Fix some PEP 8 violations. by Brett Cannon · 8 years ago
  58. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  59. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  60. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  61. 2561bf6 Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  62. ebe95fd Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  63. 877826a Regenerate Argument Clinic code for issue #23026. by Serhiy Storchaka · 8 years ago
  64. fb51e65 Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. by Terry Jan Reedy · 8 years ago
  65. 47791df Null merge. by Barry Warsaw · 8 years ago
  66. efe7256 Fix a comment. by Barry Warsaw · 8 years ago
  67. 118598a Issue #27066: Fixed SystemError if a custom opener (for open()) returns a by Barry Warsaw · 8 years ago
  68. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 8 years ago
  69. 24f3a18 Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx. by Terry Jan Reedy · 8 years ago
  70. d03ed8a Omnibus news entry for updates to typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  71. fda4d67 Omnibus news entry for updates to typing.py. by Guido van Rossum · 8 years ago
  72. 8c0e046 Sync typing.py with upstream (merge 3.5->3.6). by Guido van Rossum · 8 years ago
  73. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  74. 1842e12 Merge 3.5 (NEWS) by Yury Selivanov · 8 years ago
  75. 07a9fcd asyncio: Remove line about asyncio.timeout() from the NEWS file by Yury Selivanov · 8 years ago
  76. 7a71338 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  77. c1cf296 asyncio: Remove asyncio.timeout() context manager. by Yury Selivanov · 8 years ago
  78. d211bfb Merge 3.5 (whatsnew) by Yury Selivanov · 8 years ago
  79. af74512 asyncio: Update whatsnew/3.5.2 by Yury Selivanov · 8 years ago
  80. 81d167a Merge 3.5 (asyncio, issue #27136) by Yury Selivanov · 8 years ago
  81. 55c5084 Issue #27136: Update asyncio docs by Yury Selivanov · 8 years ago
  82. 552bf94 Merge 3.5 (issue #27136, asyncio) by Yury Selivanov · 8 years ago
  83. f1c6fa9 Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo by Yury Selivanov · 8 years ago
  84. b198c42 Fix RST conflicts with Idle news entries by Martin Panter · 8 years ago
  85. 7764f4d Merge from 3.5; no changes to 3.6 by Martin Panter · 8 years ago
  86. 7d7a11b Issue #23275: Backport target list assignment documentation fixes by Martin Panter · 8 years ago
  87. 3c923ea Issue #21593: Merge from 3.5 by Berker Peksag · 8 years ago
  88. 84f387d Issue #21593: Clarify that re.search() returns the first match by Berker Peksag · 8 years ago
  89. 40de69a Issue #25738: Merge HTTP server from 3.5 by Martin Panter · 8 years ago
  90. 58f0169 Issue #21313: Merge version parsing from 3.5 by Martin Panter · 8 years ago
  91. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  92. e187195 odict: Remove useless ";" after function definition by Victor Stinner · 8 years ago
  93. cfb1961 py_getrandom(): use char* instead of void* for the destination by Victor Stinner · 8 years ago
  94. 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 8 years ago
  95. 24a72ca Fixed #27251: merged fix from 3.5. by Vinay Sajip · 8 years ago
  96. 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
  97. ea938ba Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  98. 8bff8f6 Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  99. 9ff9cbd Merge 3.5 (os.urandom) by Victor Stinner · 8 years ago
  100. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago