- 15 Şub, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
-
- 12 Şub, 2017 2 kayıt (commit)
-
-
Mariatta yazdı
Change the documentation's `Show Source` link on the left menu to GitHub source file.
-
- 11 Şub, 2017 1 kayıt (commit)
-
-
Mariatta yazdı
There were some grammatical errors in weakref.WeakValueDictionary documentation.
-
- 10 Şub, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 09 Şub, 2017 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Add canonical header link on each page to corresponding major version of the documentation. Patch by Matthias Bussonnier.
-
- 07 Şub, 2017 1 kayıt (commit)
-
-
Mariatta Wijaya yazdı
-
- 04 Şub, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
using PySlice_GetIndicesEx() in debug builds.
-
- 02 Şub, 2017 3 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mariatta Wijaya yazdı
-
Mariatta Wijaya yazdı
-
- 01 Şub, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
variables.
-
Serhiy Storchaka yazdı
buffer object with custom index object.
-
- 31 Ock, 2017 2 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
- 21 Ock, 2017 1 kayıt (commit)
-
-
Martin Panter yazdı
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 Ock, 2017 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 25 Ock, 2017 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Senthil Kumaran yazdı
Patch contributed by Mariatta Wijaya.
-
- 24 Ock, 2017 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 23 Ock, 2017 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
exited to a stopped instead of terminated state (ex: when under ptrace).
-
- 18 Ock, 2017 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 16 Ock, 2017 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 14 Ock, 2017 3 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by Serhiy Storchaka.
-
Martin Panter yazdı
* Mark up ``--help`` to avoid generating an en dash * Use forward slash in Unix command line with a dollar sign ($) prompt
-
- 13 Ock, 2017 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
ctypes.CDLL instances.
-
- 12 Ock, 2017 4 kayıt (commit)
-
-
Alexander Belopolsky yazdı
Thanks Greg Bengeult for the patch.
-
Serhiy Storchaka yazdı
Original patch by Chi Hsuan Yen.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 10 Ock, 2017 1 kayıt (commit)
-
-
Xiang Zhang yazdı
-
- 09 Ock, 2017 3 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
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 yazdı
Patch by jan matejek and Xiang Zhang.
-