- 28 Ara, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 27 Ara, 2016 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Antoine Pitrou yazdı
WeakValueDictionary when collecting from another thread.
-
Berker Peksag yazdı
Patch by paka.
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Xiang Zhang yazdı
Patch by Dhushyanth Ramasamy.
-
- 25 Ara, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Chi Hsuan Yen.
-
R David Murray yazdı
Patch by Maciej Szulik.
-
- 24 Ara, 2016 5 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Patrila.
-
Martin Panter yazdı
-
Martin Panter yazdı
Based on suggestion from Fumihiro Bessho.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 23 Ara, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Ned Deily yazdı
-
- 22 Ara, 2016 3 kayıt (commit)
-
-
Brett Cannon yazdı
-
Xiang Zhang yazdı
-
Terry Jan Reedy yazdı
-
- 21 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 20 Ara, 2016 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
INADA Naoki yazdı
setattr() must not convert combined table into split table.
-
- 19 Ara, 2016 4 kayıt (commit)
-
-
Xiang Zhang 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.
-
Xiang Zhang yazdı
-
Antoine Pitrou yazdı
when a GC collection happens in another thread. Original patch and report by Armin Rigo.
-
- 11 Ara, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Michael Layzell.
-
- 19 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
doesn't own its elements as limits.
-
- 18 Ara, 2016 3 kayıt (commit)
-
-
R David Murray yazdı
Patch by Jim Fasarakis-Hilliard.
-
Martin Panter yazdı
-
R David Murray yazdı
Patch by Dillon Brock.
-
- 17 Ara, 2016 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Serhiy Storchaka yazdı
form.
-
- 16 Ara, 2016 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Xavier de Gaye yazdı
for issue #28971.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Imporoved the documentation and tests for make_archive() and unpack_archive(). Improved error handling when corresponding compress module is not available. Brake circular dependency between shutil and tarfile modules.
-
Yury Selivanov yazdı
-