| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added more tests for issue #27122. | Serhiy Storchaka | 2016-06-20 | 1 | -5/+11 |
| |\ | |||||
| | * | Added more tests for issue #27122. | Serhiy Storchaka | 2016-06-20 | 1 | -5/+11 |
| | | | |||||
| * | | Issue #27319: Methods selection_set(), selection_add(), selection_remove() | Serhiy Storchaka | 2016-06-19 | 2 | -20/+85 |
| | | | | | | | | | | | | | and selection_toggle() of ttk.TreeView now allow to pass multiple items as multiple arguments instead of passing them as a tuple. Deprecated undocumented ability of calling the selection() method with arguments. | ||||
| * | | Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. | Serhiy Storchaka | 2016-06-19 | 1 | -0/+1 |
| |\ \ | |/ | |||||
| | * | Issue #23641: Added __getnewargs_ex__ to the list of special mock attributes. | Serhiy Storchaka | 2016-06-19 | 1 | -0/+1 |
| | | | |||||
| * | | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 2 | -3/+57 |
| |\ \ | |/ | | | | | represented as a compination of known flags. | ||||
| | * | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 2 | -3/+57 |
| | | | | | | | | | represented as a compination of known flags. | ||||
| * | | Issue #27294: Numerical state in the repr for Tkinter event objects is now | Serhiy Storchaka | 2016-06-18 | 1 | -8/+21 |
| | | | | | | | | | represented as a compination of known flags. | ||||
| * | | Issue #27349: Merge from 3.5 | Berker Peksag | 2016-06-18 | 2 | -2/+3 |
| |\ \ | |/ | |||||
| | * | Issue #27349: Fix typo in distutils upload command | Berker Peksag | 2016-06-18 | 2 | -2/+3 |
| | | | |||||
| * | | Issue #27177: Match objects in the re module now support index-like objects | Serhiy Storchaka | 2016-06-18 | 1 | -7/+21 |
| | | | | | | | | | as group indices. Based on patches by Jeroen Demeyer and Xiang Zhang. | ||||
| * | | Issue #26536: Skip test_sio_loopback_fast_path under Windows 7 | Berker Peksag | 2016-06-18 | 1 | -2/+8 |
| | | | |||||
| * | | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 4 | -0/+44 |
| |\ \ | |/ | | | | | an iterable of integers. Now only strings and byte-like objects are accepted. | ||||
| | * | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 4 | -0/+44 |
| | | | | | | | | | an iterable of integers. Now only strings and byte-like objects are accepted. | ||||
| * | | Issue #27343: Fixed error message for conflicting initializers of ↵ | Serhiy Storchaka | 2016-06-18 | 1 | -3/+3 |
| |\ \ | |/ | | | | | ctypes.Structure. | ||||
| | * | Issue #27343: Fixed error message for conflicting initializers of ↵ | Serhiy Storchaka | 2016-06-18 | 1 | -3/+3 |
| | | | | | | | | | ctypes.Structure. | ||||
| * | | Issue #27312: Fix TypeError in test_setupapp | Berker Peksag | 2016-06-18 | 1 | -1/+4 |
| | | | |||||
| * | | Issue #27312: mock out function that fails when called from setupApp during | Terry Jan Reedy | 2016-06-17 | 1 | -0/+1 |
| | | | | | | | | | IDLE test_macosx and see if addOpenEventSupport() fails. | ||||
| * | | Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by ↵ | Steve Dower | 2016-06-17 | 1 | -0/+10 |
| | | | | | | | | | Daniel Stokes. | ||||
| * | | Issue #27048: Prevents distutils failing on Windows when environment ↵ | Steve Dower | 2016-06-17 | 2 | -4/+20 |
| |\ \ | |/ | | | | | variables contain non-ASCII characters | ||||
| | * | Issue #27048: Prevents distutils failing on Windows when environment ↵ | Steve Dower | 2016-06-17 | 2 | -4/+20 |
| | | | | | | | | | variables contain non-ASCII characters | ||||
| * | | Issue #27238: Got rid of bare excepts in the turtle module. Original patch | Serhiy Storchaka | 2016-06-14 | 1 | -9/+9 |
| |\ \ | |/ | | | | | by Jelle Zijlstra. | ||||
| | * | Issue #27238: Got rid of bare excepts in the turtle module. Original patch | Serhiy Storchaka | 2016-06-14 | 1 | -9/+9 |
| | | | | | | | | | by Jelle Zijlstra. | ||||
| * | | Issue #27123: When an exception is raised within the context being | Gregory P. Smith | 2016-06-14 | 2 | -0/+31 |
| |\ \ | |/ | | | | | | | | | | | managed by a contextlib.ExitStack() and one of the exit stack generators catches and raises it in a chain, do not re-raise the original exception when exiting, let the new chained one through. This avoids the PEP 479 bug described in issue25782. | ||||
| | * | Issue #27123: When an exception is raised within the context being | Gregory P. Smith | 2016-06-14 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | managed by a contextlib.ExitStack() and one of the exit stack generators catches and raises it in a chain, do not re-raise the original exception when exiting, let the new chained one through. This avoids the PEP 479 bug described in issue25782. | ||||
| * | | subprocess: enhance ResourceWarning message | Victor Stinner | 2016-06-14 | 1 | -3/+4 |
| | | | | | | | | | | | * Add the process identifier to the warning message * Add also a comment to explain the issue | ||||
| * | | Issue #16864: Cursor.lastrowid now supports REPLACE statement | Berker Peksag | 2016-06-14 | 1 | -1/+42 |
| | | | | | | | | | Initial patch by Alex LordThorsen. | ||||
| * | | Issue #16182: Merge test_readline from 3.5 | Martin Panter | 2016-06-14 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Issue #16182: One more check for set_pre_input_hook() | Martin Panter | 2016-06-14 | 1 | -1/+1 |
| | | | |||||
| * | | Merge from 3.5 | Berker Peksag | 2016-06-14 | 4 | -16/+9 |
| |\ \ | |/ | |||||
| | * | Mark tests as skipped when a SQLite version is not supported | Berker Peksag | 2016-06-14 | 4 | -16/+9 |
| | | | |||||
| * | | Merge from 3.5 | Berker Peksag | 2016-06-14 | 2 | -18/+0 |
| |\ \ | |/ | |||||
| | * | Remove empty setUp and tearDown methods from sqlite3 tests | Berker Peksag | 2016-06-14 | 2 | -18/+0 |
| | | | | | | | | | | | They are not used as base classes by another tests so they can safely be removed. | ||||
| * | | Issue #26386: Fixed ttk.TreeView selection operations with item id's | Serhiy Storchaka | 2016-06-14 | 2 | -1/+54 |
| |\ \ | |/ | | | | | containing spaces. | ||||
| | * | Issue #26386: Fixed ttk.TreeView selection operations with item id's | Serhiy Storchaka | 2016-06-14 | 2 | -1/+54 |
| | | | | | | | | | containing spaces. | ||||
| * | | Issue #16182: Merge readline update from 3.5 | Martin Panter | 2016-06-14 | 1 | -7/+15 |
| |\ \ | |/ | |||||
| | * | Issue #16182: set_pre_input_hook() may not exist; document, and update test | Martin Panter | 2016-06-14 | 1 | -7/+15 |
| | | | |||||
| * | | - Issue #23968: Update distutils/sysconfig.py to look for the renamed | doko@ubuntu.com | 2016-06-14 | 1 | -1/+3 |
| | | | | | | | | | _sysconfigdata module too. | ||||
| * | | - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to | doko@ubuntu.com | 2016-06-14 | 1 | -3/+3 |
| | | | | | | | | | one set by the env var PAGER). | ||||
| * | | - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to | doko@ubuntu.com | 2016-06-14 | 3 | -5/+36 |
| | | | | | | | | | | | | | | | | | plat-$(PLATFORM_TRIPLET). Rename the config directory (LIBPL) from config-$(LDVERSION) to config-$(LDVERSION)-$(PLATFORM_TRIPLET). Install the platform specifc _sysconfigdata module into the platform directory and rename it to include the ABIFLAGS. | ||||
| * | | - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to | doko@ubuntu.com | 2016-06-14 | 1 | -1/+2 |
| | | | | | | | | | one set by the env var PAGER). | ||||
| * | | Issue #16182: Merge test_readline from 3.5 | Martin Panter | 2016-06-14 | 1 | -5/+13 |
| |\ \ | |/ | |||||
| | * | Issue #16182: Attempted workarounds for Apple Editline | Martin Panter | 2016-06-14 | 1 | -5/+13 |
| | | | |||||
| * | | Issue #27245: revert temporary rename | Terry Jan Reedy | 2016-06-14 | 1 | -0/+0 |
| | | | |||||
| * | | Merge with 3.5 | Terry Jan Reedy | 2016-06-14 | 1 | -2/+6 |
| |\ \ | |/ | |||||
| | * | Issue #27245: IDLE: Cleanly delete custom themes and key bindings. | Terry Jan Reedy | 2016-06-14 | 1 | -2/+6 |
| | | | | | | | | | | | Previously, when IDLE was started from a console or by import, a cascade of warnings was emitted. Patch by Serhiy Storchaka. | ||||
| * | | Issue #27245: temporary rename for merge. | Terry Jan Reedy | 2016-06-14 | 1 | -0/+0 |
| | | | |||||
| * | | Issue #22636: Merge ctypes.util from 3.5 | Martin Panter | 2016-06-14 | 1 | -19/+35 |
| |\ \ | |/ | |||||
| | * | Issue #22636: Handle OSError from subprocess, e.g. if command not found | Martin Panter | 2016-06-14 | 1 | -19/+35 |
| | | | |||||
| * | | Merge 3.6.0a2 releasing branch into default | Ned Deily | 2016-06-14 | 1 | -80/+122 |
| |\ \ | |||||
