- 31 Dec, 2016 3 commits
-
-
Berker Peksag authored
-
Raymond Hettinger authored
-
Berker Peksag authored
* Document how comparison of UUID objects work * Document str(uuid) returns the braceless standard form * Add a test for comparison of a UUID object with a non-UUID object Patch by Ammar Askar.
-
- 30 Dec, 2016 3 commits
-
-
Stefan Krah authored
-
Xiang Zhang authored
-
Victor Stinner authored
* Wrong parameter name, 'group_by' instead of 'key_type' * Don't round up numbers when explaining the examples. If they exactly match what can be read in the script output, it is to easier to understand (4.8 MiB vs 4855 KiB) * Fix incorrect method link that was pointing to another module Patch written by Loic Pefferkorn.
-
- 28 Dec, 2016 6 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Serhiy Storchaka authored
Based on patch by Tycho Andersen.
-
Serhiy Storchaka authored
-
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.
-