- 27 Mar, 2017 1 commit
-
-
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 5 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)
-
Senthil Kumaran authored
(cherry picked from commit b2ee40ed)
-
INADA Naoki authored
-
INADA Naoki authored
-
- 19 Feb, 2017 1 commit
-
-
Qingpeng "Q.P." Zhang authored
It was accidentally added in cc798377.
-
- 15 Feb, 2017 1 commit
-
-
INADA Naoki authored
-
- 12 Feb, 2017 1 commit
-
-
Mariatta authored
Change the documentation's `Show Source` link on the left menu to GitHub source file.
-