- 30 Mar, 2017 3 commits
-
-
T. Wouters authored
Fix the use of recursion in itertools.chain.from_iterable. Using recursion is unnecessary, and can easily cause stack overflows, especially when building in low optimization modes or with Py_DEBUG enabled. (cherry picked from commit 5466d4af)
-
Serhiy Storchaka authored
when pass indices of wrong type. (cherry picked from commit d4edfc9a) (cherry picked from commit bf4bb2e43030661e568d5d4b046e8b9351cc164c)
-
Senthil Kumaran authored
(cherry picked from commit c3c7ef08)
-
- 29 Mar, 2017 1 commit
-
- 28 Mar, 2017 1 commit
-
-
INADA Naoki authored
The presence of the ``--enable-optimizations`` flag is indicated by the value of ``$enableval``, but the configure script was checking ``$withval``, resulting in the ``--enable-optimizations`` flag being effectively ignored. (cherry picked from commit 8cea5929)
-
- 27 Mar, 2017 2 commits
-
-
Brett Cannon authored
Instead have gcc be used for the coverage build so gcc is exercised in at least one place. (cherry picked from commit ad2f9e2c)
-
cocoatomo authored
-
- 24 Mar, 2017 1 commit
-
-
Antoine Pitrou authored
* bpo-29861: release references to multiprocessing Pool tasks (#743) * bpo-29861: release references to multiprocessing Pool tasks Release references to tasks, their arguments and their results as soon as they are finished, instead of keeping them alive until another task arrives. * Comments in test (cherry picked from commit 8988945c) * Fix Misc/NEWS ?
-
- 22 Mar, 2017 5 commits
-
-
cocoatomo authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
- 20 Mar, 2017 1 commit
-
- 19 Mar, 2017 1 commit
-
-
Brett Cannon authored
The $CXX environment variable is not exported under the 'c' language on Travis. (cherry picked from commit 77ed1155)
-
- 17 Mar, 2017 1 commit
-
-
Brett Cannon authored
This will eliminate one of the builds in Travis, allowing for CI overall to complete faster. (cherry picked from commit 993d4b34)
-
- 14 Mar, 2017 1 commit
-
-
Serhiy Storchaka authored
too many objects.
-
- 13 Mar, 2017 1 commit
-
-
Xiang Zhang authored
-
- 12 Mar, 2017 2 commits
-
-
Nick Coghlan authored
In git worktree directories, `.git` is a configuration file rather than a subdirectory (cherry picked from commit 6a6d0906)
-
Nick Coghlan authored
Additional changes needed to backport: - dropped legacy SVN support from patchcheck - use subprocess.PIPE to silence expected error output - don't try to use subprocess.Popen as a context manager - don't try to pass a keyword argument to str.split() (cherry picked from commit 482f7a27)
-
- 09 Mar, 2017 3 commits
-
-
cocoatomo authored
see [bpo-29772](http://bugs.python.org/issue29772)
-
Serhiy Storchaka authored
(cherry picked from commit 22e707fa)
-
svelankar authored
-
- 08 Mar, 2017 1 commit
-
-
Serhiy Storchaka authored
Original patch by Matthias Bussonnier. (cherry picked from commit 160edb43)
-
- 07 Mar, 2017 1 commit
-
-
INADA Naoki authored
Without this option, AppVeyor log is too unreadable. (cherry picked from commit 8886d5f3)
-
- 04 Mar, 2017 1 commit
-
-
Steve Dower authored
* bpo-27593: Updates Windows build to use information from git (#262) * bpo-27593: Updates Windows build to use information from git * Fixes git command (#451)
-
- 03 Mar, 2017 2 commits
-
-
Zachary Ware authored
-
- 02 Mar, 2017 1 commit
-
-
Donald Stufft authored
-
- 01 Mar, 2017 3 commits
-
-
Donald Stufft authored
-
Xiang Zhang authored
-
Xiang Zhang authored
-
- 28 Feb, 2017 1 commit
-
-
INADA Naoki authored
-
- 26 Feb, 2017 3 commits
-
-
Benjamin Peterson authored
-
Mariatta authored
mention bpo-28929 in the Documentation section of What's New in Python 2.7.14
- 21 Feb, 2017 2 commits
-
-
INADA Naoki authored
* Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT on type struct header. * Backport many minor fixes from Python 3 doc to minimize diff.
-
Benjamin Peterson authored
PyEval_ReInitThread can run arbitrary Python code, which really ought to have the TLS initialized.
-
- 20 Feb, 2017 2 commits
-
-
Mark Dickinson authored
* bpo-29602: fix signed zero handling in complex constructor * Add missing have_getformat definition; remove use of unittest subtests.
-
Xiang Zhang authored
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#187)
-