- 28 Dec, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 27 Dec, 2016 7 commits
-
-
Serhiy Storchaka authored
-
Antoine Pitrou authored
WeakValueDictionary when collecting from another thread.
-
Berker Peksag authored
Patch by paka.
-
Berker Peksag authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Xiang Zhang authored
Patch by Dhushyanth Ramasamy.
-
- 25 Dec, 2016 2 commits
-
-
Serhiy Storchaka authored
Patch by Chi Hsuan Yen.
-
R David Murray authored
Patch by Maciej Szulik.
-
- 24 Dec, 2016 5 commits
-
-
Martin Panter authored
Based on patch by Patrila.
-
Martin Panter authored
-
Martin Panter authored
Based on suggestion from Fumihiro Bessho.
-
Martin Panter authored
-
Martin Panter authored
-
- 23 Dec, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Ned Deily authored
-
- 22 Dec, 2016 3 commits
-
-
Brett Cannon authored
-
Xiang Zhang authored
-
Terry Jan Reedy authored
-
- 21 Dec, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 20 Dec, 2016 2 commits
-
-
Benjamin Peterson authored
-
INADA Naoki authored
setattr() must not convert combined table into split table.
-
- 19 Dec, 2016 4 commits
-
-
Xiang Zhang authored
-
Victor Stinner authored
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 authored
-
Antoine Pitrou authored
when a GC collection happens in another thread. Original patch and report by Armin Rigo.
-
- 11 Dec, 2016 1 commit
-
-
Martin Panter authored
Based on patch by Michael Layzell.
-
- 19 Dec, 2016 1 commit
-
-
Serhiy Storchaka authored
doesn't own its elements as limits.
-
- 18 Dec, 2016 3 commits
-
-
R David Murray authored
Patch by Jim Fasarakis-Hilliard.
-
Martin Panter authored
-
R David Murray authored
Patch by Dillon Brock.
-
- 17 Dec, 2016 2 commits
-
-
Brett Cannon authored
-
Serhiy Storchaka authored
form.
-
- 16 Dec, 2016 5 commits
-
-
Raymond Hettinger authored
-
Xavier de Gaye authored
for issue #28971.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
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 authored
-