1. e0b70cd Issue #16864: Cursor.lastrowid now supports REPLACE statement by Berker Peksag · 9 years ago
  2. 34f12d7 Issue #16182: Merge test_readline from 3.5 by Martin Panter · 9 years ago
  3. a8cadb2 Issue #16182: One more check for set_pre_input_hook() by Martin Panter · 9 years ago
  4. 357be7c Merge from 3.5 by Berker Peksag · 9 years ago
  5. f85bce7 Mark tests as skipped when a SQLite version is not supported by Berker Peksag · 9 years ago
  6. 7fb468b Merge from 3.5 by Berker Peksag · 9 years ago
  7. 2b50899 Remove empty setUp and tearDown methods from sqlite3 tests by Berker Peksag · 9 years ago
  8. 4762d5d Merge from 3.5 by Berker Peksag · 9 years ago
  9. 48b13f0 Delete outdated paragraph about OptimizedUnicode again by Berker Peksag · 9 years ago
  10. 255bbf2 Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 9 years ago
  11. 8e6d09c Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 9 years ago
  12. 6d1d2f2 Issue #16182: Merge readline update from 3.5 by Martin Panter · 9 years ago
  13. 6afbc65 Issue #16182: set_pre_input_hook() may not exist; document, and update test by Martin Panter · 9 years ago
  14. 006a56c - Don't use largefile support for GNU/Hurd. by doko@ubuntu.com · 9 years ago
  15. eea86b0 - Issue #23968: Update distutils/sysconfig.py to look for the renamed by doko@ubuntu.com · 9 years ago
  16. c8fd192 - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to by doko@ubuntu.com · 9 years ago
  17. 5553231 - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to by doko@ubuntu.com · 9 years ago
  18. c090876 merge 3.5 by Benjamin Peterson · 9 years ago
  19. 11a693d merge 3.4 by Benjamin Peterson · 9 years ago
  20. 06d49bb sync ordering of stddef.h includes with expat 2.1.1 by Benjamin Peterson · 9 years ago
  21. 9657545 - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to by doko@ubuntu.com · 9 years ago
  22. 8e4b7ac Issue #16182: Merge test_readline from 3.5 by Martin Panter · 9 years ago
  23. 056f76d Issue #16182: Attempted workarounds for Apple Editline by Martin Panter · 9 years ago
  24. 17f0e61 - Modules/_collectionsmodule.c: Mark one more internal symbol as static. by doko@ubuntu.com · 9 years ago
  25. 5cd6ea4 Issue #27245: revert temporary rename by Terry Jan Reedy · 9 years ago
  26. d34bafa Merge with 3.5 by Terry Jan Reedy · 9 years ago
  27. cdd3a99 Issue #27245: temporary rename for merge. by Terry Jan Reedy · 9 years ago
  28. ec84417 Issue #27245: IDLE: Cleanly delete custom themes and key bindings. by Terry Jan Reedy · 9 years ago
  29. bd305e4 Issue #22636: Merge ctypes.util from 3.5 by Martin Panter · 9 years ago
  30. e1b3431 Issue #22636: Handle OSError from subprocess, e.g. if command not found by Martin Panter · 9 years ago
  31. ed80db5 Merge 3.6.0a2 releasing branch into default by Ned Deily · 9 years ago
  32. 8a43f72 Start 3.6.0a3 by Ned Deily · 9 years ago
  33. 1db314b Issue #22636: Merge ctypes.util shell injection fixes from 3.5 by Martin Panter · 9 years ago
  34. 4074f93 Issue #16182: Merge readline locale fix from 3.5 by Martin Panter · 9 years ago
  35. b769164 Issue #17500: Remove merge conflict scar tissue by Martin Panter · 9 years ago
  36. bfb15ab Issue #22636: avoid using a shell in the ctypes.util module by Martin Panter · 9 years ago
  37. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 9 years ago
  38. e371599 Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import. by Ned Deily · 9 years ago
  39. 19e21e4 Issue #27310: remove vestigial import in IDLE.app by Ned Deily · 9 years ago
  40. 9b1f443 Issue #27136: Merge test_asyncio fix from 3.5 by Martin Panter · 9 years ago
  41. c4e1e19 Issue #27306: Merge from 3.5 by Berker Peksag · 9 years ago
  42. 9748478 Issue #27306: Fix typo in tarfile documentation by Berker Peksag · 9 years ago
  43. c8e0058 Merge from 3.5 by Berker Peksag · 9 years ago
  44. 48b5c98 Replace more boilerplate code with modern unittest features in sqlite3 tests by Berker Peksag · 9 years ago
  45. 75bca24 Added tag v3.6.0a2 for changeset 378893423552 by Ned Deily · 9 years ago
  46. fa42893 Version bump for 3.6.0a2 by Ned Deily · 9 years ago
  47. 8b9173a Update pydoc topics for 3.6.0a2 by Ned Deily · 9 years ago
  48. 647a6db Merge the 3.4.5rc1 tag all the way into default (3.6). by Larry Hastings · 9 years ago
  49. cd4a3aa Forward-merge from 3.5 to default. by Larry Hastings · 9 years ago
  50. f5b1af6 Forward-merge from 3.4 to 3.5. by Larry Hastings · 9 years ago
  51. fcff437 - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants by doko@ubuntu.com · 9 years ago
  52. 8acb568 Issue #27025: Generated names for Tkinter widgets are now more meanful by Serhiy Storchaka · 9 years ago
  53. dffd42f Whitespace by Terry Jan Reedy · 9 years ago
  54. d9792a0 Issue #27163: Add idlelib/IDLE entry to What's New in 3.6. by Terry Jan Reedy · 9 years ago
  55. 0c9ad59 Issue #27186: Skip scandir(bytes) test with os.name == "nt" by Martin Panter · 9 years ago
  56. 29f9637 Merge 3.5.2rc1 with current 3.5 branch. by Larry Hastings · 9 years ago
  57. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 9 years ago
  58. 5fc7c4d Issue #27136: Change test to use ::1 for better OS X Tiger compatibility by Martin Panter · 9 years ago
  59. 544272a Ignore the VS Code config directory by Brett Cannon · 9 years ago
  60. 82029ac Issue #27186: add Include/osmodule.h to the proper build rules by Brett Cannon · 9 years ago
  61. 2518fa8 Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests. by Terry Jan Reedy · 9 years ago
  62. 7670e3c Merge from 3.5 by Berker Peksag · 9 years ago
  63. 1003b34 Modernize sqlite3 tests by Berker Peksag · 9 years ago
  64. 41ae559 Issue #27186: skip bytes path test for os.scandir() on Windows by Brett Cannon · 9 years ago
  65. f84f259 Merge from 3.5 by Berker Peksag · 9 years ago
  66. 0e1d680 Fix typo in _sqlite/module.h by Berker Peksag · 9 years ago
  67. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 9 years ago
  68. 5697c4b Comment fixes extracted from patch by Demur Rumed. by Serhiy Storchaka · 9 years ago
  69. 0db9016 Issue #15657: Null merge from 3.5 by Berker Peksag · 9 years ago
  70. 8f95e65 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Berker Peksag · 9 years ago
  71. 4746080 Issue #27289: Merge from 3.5 by Berker Peksag · 9 years ago
  72. c74cdc7 Issue #27289: Prevent test_urllib2net failures due to EOFError raised by ftplib by Berker Peksag · 9 years ago
  73. 8918b89 Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 9 years ago
  74. 46fe29d Issue #25455: Clean up reference loops created in tests for recursive by Serhiy Storchaka · 9 years ago
  75. 0f355c0 Issue #27190: Merge from 3.5 by Berker Peksag · 9 years ago
  76. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 9 years ago
  77. 9647110 Issue #27188: Merge from 3.5 by Berker Peksag · 9 years ago
  78. c415440 Issue #27188: Fix various sqlite3 documentation errors by Berker Peksag · 9 years ago
  79. 89f27e5 Merge from 3.5 by Berker Peksag · 9 years ago
  80. 00eaa8a Use exc role for ValueError in multiprocessing.rst by Berker Peksag · 9 years ago
  81. db287b5 Issue #27221: Merge from 3.5 by Berker Peksag · 9 years ago
  82. 0b19e1e Issue #27221: Delete an outdated paragraph about pickle support of Process by Berker Peksag · 9 years ago
  83. b62ff6e Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 9 years ago
  84. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 9 years ago
  85. c390544 Null merge by Serhiy Storchaka · 9 years ago
  86. 4aa15a0 Merge heads by Serhiy Storchaka · 9 years ago
  87. cbe6142 Merge heads by Serhiy Storchaka · 9 years ago
  88. f0ee5cc Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 9 years ago
  89. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 9 years ago
  90. cf2ad55 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 9 years ago
  91. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 9 years ago
  92. 98e9051 Add grammatical article to “an ASCII letter” by Martin Panter · 9 years ago
  93. aea671e Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  94. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 9 years ago
  95. 50d4c15 Issue #27030: Merge RE fix from 3.5 by Martin Panter · 9 years ago
  96. d470480 Fix buggy RE “\parrot_example.py”, uncovered by Issue #27030 by Martin Panter · 9 years ago
  97. 393c759 Added tag v3.4.5rc1 for changeset 3631bb4a2490 by Larry Hastings · 9 years ago
  98. 463c3f3 Release bump for 3.4.5rc1. by Larry Hastings · 9 years ago
  99. 6e77ebe Regenerate pydoc topics for 3.4.5rc1. by Larry Hastings · 9 years ago
  100. 5285545 Issue #16484: Merge pydoc Windows fixes from 3.5 by Martin Panter · 9 years ago