- 21 Agu, 2016 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 20 Agu, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 18 Agu, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 19 Agu, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails.
-
Victor Stinner yazdı
Issue #27128. Fix a reference leak if creating the tuple to pass positional parameters fails.
-
- 17 Agu, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
rearrange methodcaller_new so that the main error case does not cause uninitialized memory usage (closes #27783)
-
- 16 Agu, 2016 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 15 Agu, 2016 2 kayıt (commit)
- 14 Agu, 2016 4 kayıt (commit)
-
-
Donald Stufft yazdı
-
Benjamin Peterson yazdı
Reported by Thomas E. Hybel
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Reported by Thomas E. Hybel
-
- 13 Agu, 2016 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
R David Murray yazdı
-
Raymond Hettinger yazdı
-
- 10 Agu, 2016 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
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 yazdı
-
- 09 Agu, 2016 3 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Initial patch by Jelle Zijlstra.
-
Vinay Sajip yazdı
-
- 05 Agu, 2016 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 28 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 26 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Julien Palard.
-
- 04 Agu, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 29 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 03 Agu, 2016 2 kayıt (commit)
-
-
Donald Stufft yazdı
-
Stefan Krah yazdı
-
- 30 Tem, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
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 Tem, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Ville Skyttä.
-
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.
-
- 27 Tem, 2016 1 kayıt (commit)
-
-
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.
-
- 25 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
- 23 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Ported from patches by Xiang Zhang, Nadeem Vawda, and myself.
-
- 19 Tem, 2016 1 kayıt (commit)
-
-
Zachary Ware yazdı
Patch by Alakshendra Yadav.
-