Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | py_getrandom(): use long type for the syscall() result | Victor Stinner | 2016-06-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #27278. It should fix a conversion warning. In practice, the Linux kernel doesn't return more than 32 MB per call to the getrandom() syscall. | |||||
* | | | | | | | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 4 | -22/+33 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 4 | -22/+33 | |
| | | | | | | | ||||||
* | | | | | | | Issue #26930: Merge with 3.5 | Zachary Ware | 2016-06-15 | 4 | -3/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Issue #26930: Update Windows build to OpenSSL 1.0.2h | Zachary Ware | 2016-06-15 | 4 | -3/+4 | |
| | | | | | | | ||||||
* | | | | | | | Issue #27327: null merge from 3.5 | Ned Deily | 2016-06-15 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Issue #27327: fix doc typo, noted by Jakub Wilk. | Ned Deily | 2016-06-15 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Issue #27301: Fixed incorrect return codes for errors in compile.c. | Serhiy Storchaka | 2016-06-15 | 1 | -24/+38 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Issue #27301: Fixed incorrect return codes for errors in compile.c. | Serhiy Storchaka | 2016-06-15 | 1 | -16/+20 | |
| | | | | | | | ||||||
* | | | | | | | Merge from 3.5 | Berker Peksag | 2016-06-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Make faq/general.rst gender-inclusive, patch by Sam Hathaway. | Berker Peksag | 2016-06-15 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Issue #26862: SYS_getdents64 does not need to be defined on android API 21. | Xavier de Gaye | 2016-06-15 | 1 | -2/+1 | |
| | | | | | | | ||||||
* | | | | | | | merge with 3.5 | Georg Brandl | 2016-06-15 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | merge with 3.4 | Georg Brandl | 2016-06-15 | 1 | -1/+8 | |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| | * | | | | | Docs: add html-stable autobuild variant | Georg Brandl | 2016-06-15 | 1 | -1/+7 | |
| | | | | | | | ||||||
* | | | | | | | Issue #27311: Merge zipfile doc from 3.5 | Martin Panter | 2016-06-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Issue #27311: Fix ZipFile.writestr data argument name. | Martin Panter | 2016-06-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by John Hagen. | |||||
* | | | | | | | Issue #27238: Got rid of bare excepts in the turtle module. Original patch | Serhiy Storchaka | 2016-06-14 | 2 | -9/+12 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | by Jelle Zijlstra. | |||||
| * | | | | | | Issue #27238: Got rid of bare excepts in the turtle module. Original patch | Serhiy Storchaka | 2016-06-14 | 3 | -9/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | by Jelle Zijlstra. | |||||
* | | | | | | | issue27122: fix typo in the news file, wrong issue #. not issue27123. | Gregory P. Smith | 2016-06-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | issue27122: fix typo in the news file, wrong issue #. not issue27123. | Gregory P. Smith | 2016-06-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Issue #27123: When an exception is raised within the context being | Gregory P. Smith | 2016-06-14 | 3 | -0/+37 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -0/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | | | | | Merge 3.5 | Victor Stinner | 2016-06-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | cleanup random.c | Victor Stinner | 2016-06-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Casting Py_ssize_t to Py_ssize_t is useless. | |||||
* | | | | | | | Merge 3.5 (os.urandom, issue #27278) | Victor Stinner | 2016-06-14 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Fix os.urandom() using getrandom() on Linux | Victor Stinner | 2016-06-14 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #27278: Fix os.urandom() implementation using getrandom() on Linux. Truncate size to INT_MAX and loop until we collected enough random bytes, instead of casting a directly Py_ssize_t to int. | |||||
* | | | | | | | Merge 3.5 | Victor Stinner | 2016-06-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Issue #25843: Fix the NEWS entry | Victor Stinner | 2016-06-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Issue #16864: Cursor.lastrowid now supports REPLACE statement | Berker Peksag | 2016-06-14 | 6 | -5/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | | | 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 | |
| | | |/ / / | | |/| | | |