- 28 Jul, 2016 5 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
The dependendency on the $(PGEN) variable must only be set when not cross-compiling. When cross-compiling, $(PGEN) will not be used, so no need to build it. Patch by Thomas Perl.
-
Martin Panter authored
Based on patch by Ville Skyttä.
-
- 27 Jul, 2016 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
* Initialize restype and flags fields to fix a crash when Python runs on a read-only file system * Use Py_ssize_t type rather than int for the "i" iterator variable * Reorder assignements to be able to more easily check if all fields are initialized Issue #11048. Initial patch written by Marcin Bachry.
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Florian Preinstorfer.
-
- 26 Jul, 2016 6 commits
-
-
Alexander Belopolsky authored
Several 32-bit systems have issues with transitions in the year 2037. This is a bug in the system C library since time_t does not overflow until 2038, but let's skip tests starting from 2037 to work around those bugs.
-
Xavier de Gaye authored
as the Python program to be used for file generation during the build.
-
Xavier de Gaye authored
as the Python program to be used for file generation during the build.
-
Martin Panter authored
-
Martin Panter authored
-
Terry Jan Reedy authored
-
- 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 8 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
-