- 12 Feb, 2017 1 commit
-
- 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.
-
- 28 Jan, 2017 1 commit
-
-
Senthil Kumaran authored
-
- 25 Jan, 2017 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
Patch contributed by Mariatta Wijaya.
-
- 24 Jan, 2017 1 commit
-
-
Martin Panter authored
-
- 23 Jan, 2017 1 commit
-
-
Gregory P. Smith authored
exited to a stopped instead of terminated state (ex: when under ptrace).
-
- 18 Jan, 2017 1 commit
-
-
Martin Panter authored
-
- 16 Jan, 2017 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 14 Jan, 2017 3 commits
-
-
Martin Panter authored
-
Martin Panter authored
Patch by Serhiy Storchaka.
-
Martin Panter authored
* Mark up ``--help`` to avoid generating an en dash * Use forward slash in Unix command line with a dollar sign ($) prompt
-
- 13 Jan, 2017 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
ctypes.CDLL instances.
-
- 12 Jan, 2017 4 commits
-
-
Alexander Belopolsky authored
Thanks Greg Bengeult for the patch.
-
Serhiy Storchaka authored
Original patch by Chi Hsuan Yen.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 10 Jan, 2017 1 commit
-
-
Xiang Zhang authored
-
- 09 Jan, 2017 3 commits
-
-
Victor Stinner authored
Issue #29188: Support glibc 2.24 on Linux: don't use getentropy() function but read from /dev/urandom to get random bytes, for example in os.urandom(). On Linux, getentropy() is implemented which getrandom() is blocking mode, whereas os.urandom() should not block.
-
Xiang Zhang authored
In urllib, suffixes in no_proxy environment variable with leading dots could match related hostnames again (e.g. .b.c matches a.b.c). Patch by Milan Oberkirch.
-
Xiang Zhang authored
Patch by jan matejek and Xiang Zhang.
-
- 07 Jan, 2017 2 commits
-
-
Berker Peksag authored
-
Raymond Hettinger authored
-