- 28 Tem, 2016 7 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
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 yazdı
Based on patch by Ville Skyttä.
-
- 27 Tem, 2016 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* 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 yazdı
-
Berker Peksag yazdı
Patch by Florian Preinstorfer.
-
- 26 Tem, 2016 6 kayıt (commit)
-
-
Alexander Belopolsky yazdı
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 yazdı
as the Python program to be used for file generation during the build.
-
Xavier de Gaye yazdı
as the Python program to be used for file generation during the build.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Terry Jan Reedy yazdı
-
- 25 Tem, 2016 15 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Terry Jan Reedy yazdı
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
Martin Panter yazdı
-
Terry Jan Reedy yazdı
Fixes problem with writing docstrings at lease twice indented.
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
Martin Panter yazdı
Patch by Chuck.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
* Fix return value of hash_compute() implementation * Rename variable names to hash_value to improve readability Patch by Emanuel Barry.
-
Berker Peksag yazdı
Patch by INADA Naoki.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Alexander Belopolsky yazdı
-
Terry Jan Reedy yazdı
In a few cases, reverse a condition and eliminate a return.
-
- 24 Tem, 2016 2 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
This should improve the diagnostic and progress reports.
-
- 23 Tem, 2016 6 kayıt (commit)
-
-
Alexander Belopolsky yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-