1. df1d34c Issue #27365: add chunk by Terry Jan Reedy · 8 years ago
  2. 5deed33 Issue #27365: revert temporary rename by Terry Jan Reedy · 8 years ago
  3. 096c6aa Issue #27365: partial merge by Terry Jan Reedy · 8 years ago
  4. 317c56d Issue #27365: temporary rename by Terry Jan Reedy · 8 years ago
  5. 06a1fcb Issue #27365: Allow non-ascii in idlelib/NEWS.txt, for contributor names. by Terry Jan Reedy · 8 years ago
  6. b8a79ae Issue #27365: Merge minimal part. by Terry Jan Reedy · 8 years ago
  7. 6ff7a14 Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2. by Terry Jan Reedy · 8 years ago
  8. ec51eb7 merge 3.5 by Benjamin Peterson · 8 years ago
  9. 8550bd8 alter header; '%' really throws latex through a loop by Benjamin Peterson · 8 years ago
  10. b60adc5 Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. by Terry Jan Reedy · 8 years ago
  11. aacd53f Issue #18726: All optional parameters of the dump(), dumps(), by Serhiy Storchaka · 8 years ago
  12. 4335437 Issue #20120: Merge from 3.5 by Berker Peksag · 8 years ago
  13. c529af3 Issue #20120: Add a test case to verify the % char can be used in .pypirc by Berker Peksag · 8 years ago
  14. 1d245fa Merge 3.5. by Stefan Krah · 8 years ago
  15. 947f099 Issue #27006: Do not use PyDec_CheckExact() on a type. by Stefan Krah · 8 years ago
  16. 8113f49 Merge 3.5. by Stefan Krah · 8 years ago
  17. 6817c59 Issue #27006: from_float(): call the subclass' __new__() and __init__(). by Stefan Krah · 8 years ago
  18. df1d31c Fix “allow(s) to” by Martin Panter · 8 years ago
  19. 590dcab Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  20. 2275e62 Fix spelling errors in code comments by Martin Panter · 8 years ago
  21. 9a573a0 Added more tests for issue #27122. by Serhiy Storchaka · 8 years ago
  22. ce1a9f3 Added more tests for issue #27122. by Serhiy Storchaka · 8 years ago
  23. b84f029 Issue #27319: Methods selection_set(), selection_add(), selection_remove() by Serhiy Storchaka · 8 years ago
  24. 6c85091 Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. by Serhiy Storchaka · 8 years ago
  25. 5943ea7 Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. by Serhiy Storchaka · 8 years ago
  26. 696c8af Use macros instead of corresponding functions (they never fail) in _tkinter.c. by Serhiy Storchaka · 8 years ago
  27. b8d3e40 Issue #23968: Fix installs of the renamed config directory for OS X by Ned Deily · 8 years ago
  28. f81a266 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  29. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  30. 9c6c3fb Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  31. 45ff4a5 Issue #27349: Merge from 3.5 by Berker Peksag · 8 years ago
  32. 56fe474 Issue #27349: Fix typo in distutils upload command by Berker Peksag · 8 years ago
  33. 4c3e687 [merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. by Senthil Kumaran · 8 years ago
  34. d37de3c issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev. by Senthil Kumaran · 8 years ago
  35. 977b3ac Issue #27177: Match objects in the re module now support index-like objects by Serhiy Storchaka · 8 years ago
  36. 3583c3b Issue #26536: Use spaces instead of tabs by Berker Peksag · 8 years ago
  37. ce4271a Issue #26536: Skip test_sio_loopback_fast_path under Windows 7 by Berker Peksag · 8 years ago
  38. f95de0e Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  39. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  40. 2fec611 Issue #24314: Merge doc links from 3.5 by Martin Panter · 8 years ago
  41. d91e676 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  42. 886a5f3 Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure. by Serhiy Storchaka · 8 years ago
  43. 5d062d7 Issue #27333: Simplified testing step on 0. by Serhiy Storchaka · 8 years ago
  44. cfdfbb4 Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  45. bae5d81 Issue #24314: Fix doc links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
  46. 75a2586 Issue #27312: Fix TypeError in test_setupapp by Berker Peksag · 8 years ago
  47. fdb6ef7 Issue #27312: mock out function that fails when called from setupApp during by Terry Jan Reedy · 8 years ago
  48. ea93ac0 Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. by Steve Dower · 8 years ago
  49. 99d66f9 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  50. 08bb8a4 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  51. d7292b5 Issue #27336: Fix compilation on Windows by Victor Stinner · 8 years ago
  52. 531396c Issue #27336: Fix compilation failures --without-threads by Berker Peksag · 8 years ago
  53. d4b45cb ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  54. 85e6635 ctypes: the type of b_size is Py_ssize_t. by Serhiy Storchaka · 8 years ago
  55. a63073a Merge 3.5 by Victor Stinner · 8 years ago
  56. ec721f3 py_getrandom(): use long type for the syscall() result by Victor Stinner · 8 years ago
  57. 7410861 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  58. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  59. 0475ffa Issue #26930: Merge with 3.5 by Zachary Ware · 8 years ago
  60. f88d83b Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  61. 6df108b Issue #27327: null merge from 3.5 by Ned Deily · 8 years ago
  62. dccc5ed Issue #27327: fix doc typo, noted by Jakub Wilk. by Ned Deily · 8 years ago
  63. 607f8a5 Issue #27301: Fixed incorrect return codes for errors in compile.c. by Serhiy Storchaka · 8 years ago
  64. 694de3b Issue #27301: Fixed incorrect return codes for errors in compile.c. by Serhiy Storchaka · 8 years ago
  65. f0f2960 Merge from 3.5 by Berker Peksag · 8 years ago
  66. 33e7ca7 Make faq/general.rst gender-inclusive, patch by Sam Hathaway. by Berker Peksag · 8 years ago
  67. c716f18 Issue #26862: SYS_getdents64 does not need to be defined on android API 21. by Xavier de Gaye · 8 years ago
  68. d20cb02 merge with 3.5 by Georg Brandl · 8 years ago
  69. b14f0c6 merge with 3.4 by Georg Brandl · 8 years ago
  70. 4b9e75b Docs: add html-stable autobuild variant by Georg Brandl · 8 years ago
  71. 9a8b5ca Issue #27311: Merge zipfile doc from 3.5 by Martin Panter · 8 years ago
  72. 71e8636 Issue #27311: Fix ZipFile.writestr data argument name. by Martin Panter · 8 years ago
  73. e80b658 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  74. cefa917 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  75. 319a57c issue27122: fix typo in the news file, wrong issue #. not issue27123. by Gregory P. Smith · 8 years ago
  76. fcbe337 issue27122: fix typo in the news file, wrong issue #. not issue27123. by Gregory P. Smith · 8 years ago
  77. 881aa38 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  78. ba2ecd6 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  79. c206f1e subprocess: enhance ResourceWarning message by Victor Stinner · 8 years ago
  80. d017176 Merge 3.5 by Victor Stinner · 8 years ago
  81. c72828b cleanup random.c by Victor Stinner · 8 years ago
  82. 370f513 Merge 3.5 (os.urandom, issue #27278) by Victor Stinner · 8 years ago
  83. b98a36e Fix os.urandom() using getrandom() on Linux by Victor Stinner · 8 years ago
  84. 673ac27 Merge 3.5 by Victor Stinner · 8 years ago
  85. fd7f19e Issue #25843: Fix the NEWS entry by Victor Stinner · 8 years ago
  86. e0b70cd Issue #16864: Cursor.lastrowid now supports REPLACE statement by Berker Peksag · 8 years ago
  87. 34f12d7 Issue #16182: Merge test_readline from 3.5 by Martin Panter · 8 years ago
  88. a8cadb2 Issue #16182: One more check for set_pre_input_hook() by Martin Panter · 8 years ago
  89. 357be7c Merge from 3.5 by Berker Peksag · 8 years ago
  90. f85bce7 Mark tests as skipped when a SQLite version is not supported by Berker Peksag · 8 years ago
  91. 7fb468b Merge from 3.5 by Berker Peksag · 8 years ago
  92. 2b50899 Remove empty setUp and tearDown methods from sqlite3 tests by Berker Peksag · 8 years ago
  93. 4762d5d Merge from 3.5 by Berker Peksag · 8 years ago
  94. 48b13f0 Delete outdated paragraph about OptimizedUnicode again by Berker Peksag · 8 years ago
  95. 255bbf2 Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  96. 8e6d09c Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  97. 6d1d2f2 Issue #16182: Merge readline update from 3.5 by Martin Panter · 8 years ago
  98. 6afbc65 Issue #16182: set_pre_input_hook() may not exist; document, and update test by Martin Panter · 8 years ago
  99. 006a56c - Don't use largefile support for GNU/Hurd. by doko@ubuntu.com · 8 years ago
  100. eea86b0 - Issue #23968: Update distutils/sysconfig.py to look for the renamed by doko@ubuntu.com · 8 years ago