- 21 Aug, 2016 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 20 Aug, 2016 1 commit
-
-
Martin Panter authored
-
- 18 Aug, 2016 1 commit
-
-
Martin Panter authored
-
- 19 Aug, 2016 2 commits
-
-
Victor Stinner authored
Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails.
-
Victor Stinner authored
Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails.
-
- 17 Aug, 2016 1 commit
-
-
Benjamin Peterson authored
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
-
- 16 Aug, 2016 3 commits
-
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 Aug, 2016 2 commits
- 14 Aug, 2016 4 commits
-
-
Donald Stufft authored
-
Benjamin Peterson authored
Reported by Thomas E. Hybel
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Reported by Thomas E. Hybel
-
- 13 Aug, 2016 3 commits
-
-
Benjamin Peterson authored
-
R David Murray authored
-
Raymond Hettinger authored
-
- 10 Aug, 2016 2 commits
-
-
Terry Jan Reedy authored
instead of overriding methods with mocks in original class and module. This makes the 2.7 test_textview nearly identical to the 3.5/.6 test.
-
Martin Panter authored
-
- 09 Aug, 2016 3 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
Initial patch by Jelle Zijlstra.
-
Vinay Sajip authored
-
- 05 Aug, 2016 1 commit
-
-
Vinay Sajip authored
-
- 28 Jul, 2016 1 commit
-
-
Martin Panter authored
-
- 26 Jul, 2016 1 commit
-
-
Martin Panter authored
Patch by Julien Palard.
-
- 04 Aug, 2016 1 commit
-
-
Benjamin Peterson authored
-
- 29 Jul, 2016 1 commit
-
-
Martin Panter authored
-
- 03 Aug, 2016 2 commits
-
-
Donald Stufft authored
-
Stefan Krah authored
-
- 30 Jul, 2016 1 commit
-
-
Senthil Kumaran authored
Ignore the HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates that the script is in CGI mode. Issue reported and patch contributed by Rémi Rampin.
-
- 28 Jul, 2016 3 commits
-
-
Martin Panter authored
Based on patch by Ville Skyttä.
-
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.
-
- 27 Jul, 2016 1 commit
-
-
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.
-
- 25 Jul, 2016 1 commit
-
-
Martin Panter authored
Patch by Xiang Zhang.
-
- 23 Jul, 2016 1 commit
-
-
Martin Panter authored
Ported from patches by Xiang Zhang, Nadeem Vawda, and myself.
-
- 19 Jul, 2016 1 commit
-
-
Zachary Ware authored
Patch by Alakshendra Yadav.
-