- 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.
-
- 07 Ock, 2017 2 kayıt (commit)
-
-
Berker Peksag yazdı
-
Raymond Hettinger yazdı
-
- 06 Ock, 2017 1 kayıt (commit)
-
-
Xavier de Gaye yazdı
-
- 05 Ock, 2017 2 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
- 02 Ock, 2017 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 01 Ock, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
"w" now are relative to the start of the file.
-
- 31 Ara, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 30 Ara, 2016 1 kayıt (commit)
-
-
Xiang Zhang yazdı
-
- 28 Ara, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 03 Ock, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 Ara, 2016 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Tycho Andersen.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 27 Ara, 2016 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
WeakValueDictionary when collecting from another thread.
-
Serhiy Storchaka yazdı
-
Xiang Zhang yazdı
Patch by Dhushyanth Ramasamy.
-
- 24 Ara, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Patrila.
-
Martin Panter yazdı
Based on suggestion from Fumihiro Bessho.
-
Martin Panter yazdı
-
- 23 Ara, 2016 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Xiang Zhang yazdı
-
- 22 Ara, 2016 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Terry Jan Reedy yazdı
including encoding not recognized by codecs.lookup.
-
- 21 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Fixed running MiscTests in test_xml_etree_c.
-
- 20 Ara, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
INADA Naoki yazdı
Original patch by Rasmus Villemoes.
-
- 19 Ara, 2016 3 kayıt (commit)
-
-
Steve Dower yazdı
-
Victor Stinner yazdı
Issue #28383: __hash__ documentation recommends naive XOR to combine but this is suboptimal. Update the doc to suggest to reuse the hash() method using a tuple, with an example.
-
Antoine Pitrou yazdı
when a GC collection happens in another thread. Original patch and report by Armin Rigo.
-