- 25 Jul, 2016 15 commits
-
-
Alexander Belopolsky authored
-
Terry Jan Reedy authored
-
Martin Panter authored
Patch by Xiang Zhang.
-
Martin Panter authored
-
Terry Jan Reedy authored
Fixes problem with writing docstrings at lease twice indented.
-
Martin Panter authored
Patch by Xiang Zhang.
-
Martin Panter authored
Patch by Chuck.
-
Berker Peksag authored
-
Berker Peksag authored
* Fix return value of hash_compute() implementation * Rename variable names to hash_value to improve readability Patch by Emanuel Barry.
-
Berker Peksag authored
Patch by INADA Naoki.
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Alexander Belopolsky authored
-
Terry Jan Reedy authored
In a few cases, reverse a condition and eliminate a return.
-
- 24 Jul, 2016 2 commits
-
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
This should improve the diagnostic and progress reports.
-
- 23 Jul, 2016 12 commits
-
-
Alexander Belopolsky authored
-
Steve Dower authored
-
Steve Dower authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Chris Angelico.
-
Martin Panter authored
-
Martin Panter authored
Patch by Xiang Zhang.
-
- 22 Jul, 2016 8 commits
-
-
Alexander Belopolsky authored
-
Vinay Sajip authored
-
Victor Stinner authored
-
Victor Stinner authored
* Replace "fd = -1" with "fd = INVALID_SOCKET" * Replace "fd < 0" with "fd == INVALID_SOCKET": SOCKET_T is unsigned on Windows Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE
-
Victor Stinner authored
-
Vinay Sajip authored
-
Victor Stinner authored
Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE
-
Xavier de Gaye authored
-
- 19 Jul, 2016 3 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
Patch by Alakshendra Yadav.
-
Berker Peksag authored
-