- 10 Aug, 2016 3 commits
-
-
Zachary Ware authored
Patch by Jelle Zijlstra.
-
Zachary Ware authored
Patch by Jelle Zijlstra.
-
Zachary Ware authored
Initial patch by Jelle Zijlstra.
-
- 09 Aug, 2016 6 commits
-
-
Zachary Ware authored
Patch by Jelle Zijlstra.
-
Zachary Ware authored
Initial patch by Jelle Zijlstra.
-
Zachary Ware authored
-
Zachary Ware authored
Patch by Jelle Zijlstra.
-
Zachary Ware authored
Reported by Oleg Gromyak on docs@
-
Vinay Sajip authored
-
- 08 Aug, 2016 4 commits
-
-
Guido van Rossum authored
-
Berker Peksag authored
-
Berker Peksag authored
Initial patch by Sahil Chelaramani.
-
Andrew Svetlov authored
gather will raise exception in case of problem but wait just returns done and pending lists of futures. For getting error every future result should be retrieved, which is boring and error prone.
-
- 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 1 commit
-
-
Xavier de Gaye authored
Patch by Chi Hsuan Yen.
-