1. 647a6db Merge the 3.4.5rc1 tag all the way into default (3.6). by Larry Hastings · 8 years ago
  2. cd4a3aa Forward-merge from 3.5 to default. by Larry Hastings · 8 years ago
  3. f5b1af6 Forward-merge from 3.4 to 3.5. by Larry Hastings · 8 years ago
  4. fcff437 - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants by doko@ubuntu.com · 8 years ago
  5. 8acb568 Issue #27025: Generated names for Tkinter widgets are now more meanful by Serhiy Storchaka · 8 years ago
  6. dffd42f Whitespace by Terry Jan Reedy · 8 years ago
  7. d9792a0 Issue #27163: Add idlelib/IDLE entry to What's New in 3.6. by Terry Jan Reedy · 8 years ago
  8. 0c9ad59 Issue #27186: Skip scandir(bytes) test with os.name == "nt" by Martin Panter · 8 years ago
  9. 29f9637 Merge 3.5.2rc1 with current 3.5 branch. by Larry Hastings · 8 years ago
  10. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 8 years ago
  11. 544272a Ignore the VS Code config directory by Brett Cannon · 8 years ago
  12. 82029ac Issue #27186: add Include/osmodule.h to the proper build rules by Brett Cannon · 8 years ago
  13. 2518fa8 Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests. by Terry Jan Reedy · 8 years ago
  14. 7670e3c Merge from 3.5 by Berker Peksag · 8 years ago
  15. 1003b34 Modernize sqlite3 tests by Berker Peksag · 8 years ago
  16. 41ae559 Issue #27186: skip bytes path test for os.scandir() on Windows by Brett Cannon · 8 years ago
  17. f84f259 Merge from 3.5 by Berker Peksag · 8 years ago
  18. 0e1d680 Fix typo in _sqlite/module.h by Berker Peksag · 8 years ago
  19. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 8 years ago
  20. 5697c4b Comment fixes extracted from patch by Demur Rumed. by Serhiy Storchaka · 8 years ago
  21. 0db9016 Issue #15657: Null merge from 3.5 by Berker Peksag · 8 years ago
  22. 8f95e65 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 8 years ago
  23. 4746080 Issue #27289: Merge from 3.5 by Berker Peksag · 8 years ago
  24. c74cdc7 Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib by Berker Peksag · 8 years ago
  25. 8918b89 Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 8 years ago
  26. 46fe29d Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 8 years ago
  27. 0f355c0 Issue #27190: Merge from 3.5 by Berker Peksag · 8 years ago
  28. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 8 years ago
  29. 9647110 Issue #27188: Merge from 3.5 by Berker Peksag · 8 years ago
  30. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 8 years ago
  31. 89f27e5 Merge from 3.5 by Berker Peksag · 8 years ago
  32. 00eaa8a Use exc role for ValueError in multiprocessing.rst by Berker Peksag · 8 years ago
  33. db287b5 Issue #27221: Merge from 3.5 by Berker Peksag · 8 years ago
  34. 0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process by Berker Peksag · 8 years ago
  35. b62ff6e Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  36. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  37. c390544 Null merge by Serhiy Storchaka · 8 years ago
  38. 4aa15a0 Merge heads by Serhiy Storchaka · 8 years ago
  39. cbe6142 Merge heads by Serhiy Storchaka · 8 years ago
  40. f0ee5cc Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  41. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  42. cf2ad55 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  43. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  44. 98e9051 Add grammatical article to “an ASCII letter” by Martin Panter · 8 years ago
  45. aea671e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  46. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  47. 50d4c15 Issue #27030: Merge RE fix from 3.5 by Martin Panter · 8 years ago
  48. d470480 Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 by Martin Panter · 8 years ago
  49. 393c759 Added tag v3.4.5rc1 for changeset 3631bb4a2490 by Larry Hastings · 8 years ago
  50. 463c3f3 Release bump for 3.4.5rc1. by Larry Hastings · 8 years ago
  51. 6e77ebe Regenerate pydoc topics for 3.4.5rc1. by Larry Hastings · 8 years ago
  52. 5285545 Issue #16484: Merge pydoc Windows fixes from 3.5 by Martin Panter · 8 years ago
  53. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  54. 17ce525 Added tag v3.5.2rc1 for changeset 68feec6488b2 by Larry Hastings · 8 years ago
  55. 904465f Updated header for README for 3.5.2rc1. by Larry Hastings · 8 years ago
  56. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 8 years ago
  57. b37a142 Regenerated pydoc topics for 3.5.2rc1. by Larry Hastings · 8 years ago
  58. 62bdea5 Drop unused import by Martin Panter · 8 years ago
  59. ed74e24 Issue #24136: Adjust f-strings doc for interable unpacking by Martin Panter · 8 years ago
  60. 99cb0cd Issue #24136: Merge unpacking doc from 3.5 by Martin Panter · 8 years ago
  61. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  62. 4f62d38 merge heads by Łukasz Langa · 8 years ago
  63. 34ad2ef Merge 3.5, issue #14209 by Łukasz Langa · 8 years ago
  64. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 8 years ago
  65. 7bfb415 Clarify that md5 is in the algorithms_guaranteed list despite what by Gregory P. Smith · 8 years ago
  66. 2d6a58b merge heads by Gregory P. Smith · 8 years ago
  67. 8907dcd issue15468 - use sha256 instead of md5 or sha1 in the examples. by Gregory P. Smith · 8 years ago
  68. 5135e9e Merge 3.5, issue #27194 by Łukasz Langa · 8 years ago
  69. e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 8 years ago
  70. 6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. by Serhiy Storchaka · 8 years ago
  71. d611f4c Issue #27294: Improved repr for Tkinter event objects. by Serhiy Storchaka · 8 years ago
  72. f0d4621 merge 3.5 (#26556) by Benjamin Peterson · 8 years ago
  73. b5ad549 merge 3.4 (#26556) by Benjamin Peterson · 8 years ago
  74. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  75. ab6e156 merge 3.5 by Benjamin Peterson · 8 years ago
  76. b0557e7 merge 3.4 by Benjamin Peterson · 8 years ago
  77. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 8 years ago
  78. 6bf8e61 Merge from 3.5 by Berker Peksag · 8 years ago
  79. af51140 Fix typo and silence a Sphinx warning in Doc/glossary.rst by Berker Peksag · 8 years ago
  80. d1f5340 Merge from 3.5 by Berker Peksag · 8 years ago
  81. 3261960 Silence 'make suspicious' warnings by Berker Peksag · 8 years ago
  82. 28dc118 Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__ by Berker Peksag · 8 years ago
  83. 24b102e Issue #21386: Merge from 3.5 by Berker Peksag · 8 years ago
  84. 742192a Issue #21386: Implement missing IPv4Address.is_global property by Berker Peksag · 8 years ago
  85. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  86. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  87. e670be2 Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open(). by Serhiy Storchaka · 8 years ago
  88. e6dae87 Issue #27030: The re.LOCALE flag now can be used only with bytes patterns. by Serhiy Storchaka · 8 years ago
  89. 9bd85b8 Issue #27030: Unknown escapes consisting of ``'\'`` and ASCII letter in by Serhiy Storchaka · 8 years ago
  90. d35bf03 Merge 3.5 (issue #22970) by Yury Selivanov · 8 years ago
  91. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 8 years ago
  92. 6588712 Merge 3.5 (issue #27223) by Yury Selivanov · 8 years ago
  93. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 8 years ago
  94. b1c9b64 IDLE NEWS entries by Terry Jan Reedy · 8 years ago
  95. 661c032 Merge Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  96. 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  97. 139fb7c Issue #27262: fix missing parameter typo by Ned Deily · 8 years ago
  98. 50288f9 Issue #5124: rename PyShell back to pyshell and patch test for 3.6 by Terry Jan Reedy · 8 years ago
  99. b5c43f4 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  100. 5ad8599 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 8 years ago