- 30 Jul, 2016 7 commits
-
-
Berker Peksag authored
* Added versionadded directives * Deleted duplicate sentence from __init_subclass__ docstring * Modernized tests
-
Xavier de Gaye authored
Patch by Chi Hsuan Yen.
-
Xavier de Gaye authored
Patch by Chi Hsuan Yen.
-
Nick Coghlan authored
- __init_subclass__ called when new subclasses defined - __set_name__ called when descriptors are part of a class definition
-
Berker Peksag authored
-
Berker Peksag authored
This should make ware-docs green again.
-
Berker Peksag authored
-
- 29 Jul, 2016 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
By Michael Lee.
-
Guido van Rossum authored
By Michael Lee.
-
Vinay Sajip authored
-
Martin Panter authored
Based on patch by Roumen Petrov.
-
Martin Panter authored
-
Zachary Ware authored
-
Zachary Ware authored
Found by Jack Copper on docs@
-
- 28 Jul, 2016 12 commits
-
-
Zachary Ware authored
-
Victor Stinner authored
-
Victor Stinner authored
Issue #27404.
-
Martin Panter authored
-
Martin Panter authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
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 7 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
Patch by Julien Palard.
-
Martin Panter authored
-
Martin Panter authored
-
Terry Jan Reedy authored
-
- 25 Jul, 2016 1 commit
-
-
Alexander Belopolsky authored
-