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