Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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. | |||||
* | | | Merge from 3.5 | Berker Peksag | 2016-06-14 | 1 | -4/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Delete outdated paragraph about OptimizedUnicode again | Berker Peksag | 2016-06-14 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | sqlite3.OptimizedUnicode is an alias for str in Python 3 and its behavior is already tested in CheckOptimizedUnicode in Lib/sqlite3/test/factory.py. sqlite3.OptimizedUnicode was undocumented in 0fc10a33eb4c and probably added back with the result of a bad merge. | |||||
* | | | Issue #26386: Fixed ttk.TreeView selection operations with item id's | Serhiy Storchaka | 2016-06-14 | 3 | -1/+57 | |
|\ \ \ | |/ / | | | | | | | containing spaces. | |||||
| * | | Issue #26386: Fixed ttk.TreeView selection operations with item id's | Serhiy Storchaka | 2016-06-14 | 3 | -1/+57 | |
| | | | | | | | | | | | | containing spaces. | |||||
* | | | Issue #16182: Merge readline update from 3.5 | Martin Panter | 2016-06-14 | 2 | -9/+20 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #16182: set_pre_input_hook() may not exist; document, and update test | Martin Panter | 2016-06-14 | 2 | -9/+20 | |
| | | | ||||||
* | | | - Don't use largefile support for GNU/Hurd. | doko@ubuntu.com | 2016-06-14 | 3 | -1/+12 | |
| | | | ||||||
* | | | - 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 | 8 | -14/+117 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | merge 3.5 | Benjamin Peterson | 2016-06-14 | 2 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.4 | Benjamin Peterson | 2016-06-14 | 2 | -4/+4 | |
| |\ \ | | |/ | ||||||
| | * | sync ordering of stddef.h includes with expat 2.1.1 | Benjamin Peterson | 2016-06-14 | 2 | -4/+4 | |
| | | | ||||||
* | | | - Issue #8637: Honor a pager set by the env var MANPAGER (in preference to | doko@ubuntu.com | 2016-06-14 | 2 | -1/+5 | |
| | | | | | | | | | | | | 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 | |
| | | | ||||||
* | | | - Modules/_collectionsmodule.c: Mark one more internal symbol as static. | doko@ubuntu.com | 2016-06-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | 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 | 5 | -86/+129 | |
|\ \ \ | ||||||
| * | | | Start 3.6.0a3 | Ned Deily | 2016-06-14 | 2 | -1/+13 | |
| | | | | ||||||
| * | | | Added tag v3.6.0a2 for changeset 378893423552 | Ned Deily | 2016-06-13 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Version bump for 3.6.0a2v3.6.0a2 | Ned Deily | 2016-06-13 | 3 | -4/+4 | |
| | | | | ||||||
| * | | | Update pydoc topics for 3.6.0a2 | Ned Deily | 2016-06-13 | 1 | -80/+122 | |
| | | | | ||||||
* | | | | Issue #22636: Merge ctypes.util shell injection fixes from 3.5 | Martin Panter | 2016-06-14 | 3 | -44/+85 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Issue #22636: avoid using a shell in the ctypes.util module | Martin Panter | 2016-06-14 | 3 | -44/+85 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace os.popen() with subprocess.Popen. Based on patch by Victor Stinner. If the "gcc", "cc" or "objdump" command is not available, the code was supposed to raise an OSError exception. But there was a bug in the code. The shell code returns the exit code 10 if the required command is missing, and the code tries to check for the status 10. The problem is that os.popen() doesn't return the exit code directly, but a status which should be processed by os.WIFEXITED() and os.WEXITSTATUS(). In practice, the exception was never raised. The OSError exception was not documented and ctypes.util.find_library() is expected to return None if the library is not found. | |||||
* | | | | Issue #16182: Merge readline locale fix from 3.5 | Martin Panter | 2016-06-14 | 3 | -44/+191 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #16182: Fix readline begidx, endidx, and use locale encoding | Martin Panter | 2016-06-14 | 3 | -42/+235 | |
| | | | | | | | | | | | | | | | | Based on patch by Serhiy Storchaka. | |||||
* | | | | Issue #17500: Remove merge conflict scar tissue | Martin Panter | 2016-06-14 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import. | Ned Deily | 2016-06-14 | 2 | -2/+11 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #27310: remove vestigial import in IDLE.app | Ned Deily | 2016-06-14 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | Issue #27136: Merge test_asyncio fix from 3.5 | Martin Panter | 2016-06-13 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #27136: Change test to use ::1 for better OS X Tiger compatibility | Martin Panter | 2016-06-13 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Issue #27306: Merge from 3.5 | Berker Peksag | 2016-06-13 | 1 | -7/+7 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #27306: Fix typo in tarfile documentation | Berker Peksag | 2016-06-13 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | Patch by Gareth Rees. | |||||
* | | | | Merge from 3.5 | Berker Peksag | 2016-06-13 | 3 | -13/+6 | |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | ||||||
| * | | Replace more boilerplate code with modern unittest features in sqlite3 tests | Berker Peksag | 2016-06-13 | 3 | -13/+6 | |
| | | | ||||||
* | | | Merge the 3.4.5rc1 tag all the way into default (3.6). | Larry Hastings | 2016-06-13 | 1 | -0/+1 | |
| | | | ||||||
* | | | Forward-merge from 3.5 to default. | Larry Hastings | 2016-06-13 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Forward-merge from 3.4 to 3.5. | Larry Hastings | 2016-06-13 | 1 | -0/+1 | |
| |\ \ | | |/ |