- 09 Mar, 2017 2 commits
-
-
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 2 commits
-
-
Mariatta authored
Change the documentation's `Show Source` link on the left menu to GitHub source file.
-
- 11 Feb, 2017 1 commit
-
-
Mariatta authored
There were some grammatical errors in weakref.WeakValueDictionary documentation.
-
- 10 Feb, 2017 1 commit
-
-
Victor Stinner authored
-
- 09 Feb, 2017 1 commit
-
-
Nick Coghlan authored
Add canonical header link on each page to corresponding major version of the documentation. Patch by Matthias Bussonnier.
-
- 07 Feb, 2017 1 commit
-
-
Mariatta Wijaya authored
-
- 04 Feb, 2017 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
using PySlice_GetIndicesEx() in debug builds.
-
- 02 Feb, 2017 3 commits
-
-
Mark Dickinson authored
-
Mariatta Wijaya authored
-
Mariatta Wijaya authored
-
- 01 Feb, 2017 2 commits
-
-
Serhiy Storchaka authored
variables.
-
Serhiy Storchaka authored
buffer object with custom index object.
-
- 31 Jan, 2017 2 commits
-
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
- 21 Jan, 2017 1 commit
-
-
Martin Panter authored
Some of the details of comparing mixed types were incorrect or ambiguous. Added default behaviour and consistency suggestions for user-defined classes. Based on patch from Andy Maier.
-