- 07 Aug, 2016 1 commit
-
-
Gregory P. Smith authored
for subclasses of property() and other data descriptors.
-
- 06 Aug, 2016 2 commits
-
-
Guido van Rossum authored
-
Berker Peksag authored
Initial patch by py.user.
-
- 05 Aug, 2016 4 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Guido van Rossum authored
-
- 04 Aug, 2016 5 commits
-
-
Martin Panter authored
-
Zachary Ware authored
Reported by Linda Pescatore on docs@.
-
Berker Peksag authored
-
Berker Peksag authored
-
Benjamin Peterson authored
-
- 03 Aug, 2016 2 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
- 31 Jul, 2016 2 commits
-
-
Senthil Kumaran authored
Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin.
-
Senthil Kumaran authored
Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin.
-
- 29 Jul, 2016 1 commit
-
-
Martin Panter authored
-
- 03 Aug, 2016 5 commits
-
-
Martin Panter authored
-
Donald Stufft authored
-
Berker Peksag authored
Since PEP 3123, PyObject_HEAD only has one field named ob_base. Users now need to use the Py_TYPE macro instead of self->ob_type. Initial patch by Ammar Askar.
-
Stefan Krah authored
-
Berker Peksag authored
Patch by Chris Angelico.
-
- 02 Aug, 2016 1 commit
-
-
Stefan Krah authored
-
- 31 Jul, 2016 3 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue #27568 Reported and patch contributed by Rémi Rampin.
-
Benjamin Peterson authored
-
- 30 Jul, 2016 2 commits
-
-
Xavier de Gaye authored
Patch by Chi Hsuan Yen.
-
Berker Peksag authored
This should make ware-docs green again.
-
- 29 Jul, 2016 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
By Michael Lee.
-
- 26 Jul, 2016 1 commit
-
-
Martin Panter authored
Patch by Julien Palard.
-
- 29 Jul, 2016 1 commit
-
-
Zachary Ware authored
Found by Jack Copper on docs@
-
- 28 Jul, 2016 4 commits
-
-
Victor Stinner authored
Issue #27404.
-
Martin Panter authored
-
Martin Panter authored
Based on patch by Ville Skyttä.
-
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.
-
- 27 Jul, 2016 2 commits
-
-
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
Patch by Florian Preinstorfer.
-
- 26 Jul, 2016 2 commits
-
-
Xavier de Gaye authored
as the Python program to be used for file generation during the build.
-
Martin Panter authored
-