- 03 Agu, 2016 2 kayıt (commit)
-
-
Stefan Krah yazdı
-
Berker Peksag yazdı
Patch by Chris Angelico.
-
- 02 Agu, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 31 Tem, 2016 5 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
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 yazdı
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 yazdı
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 yazdı
-
- 30 Tem, 2016 2 kayıt (commit)
-
-
Xavier de Gaye yazdı
Patch by Chi Hsuan Yen.
-
Berker Peksag yazdı
This should make ware-docs green again.
-
- 29 Tem, 2016 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
By Michael Lee.
-
- 26 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Julien Palard.
-
- 29 Tem, 2016 1 kayıt (commit)
-
-
Zachary Ware yazdı
Found by Jack Copper on docs@
-
- 28 Tem, 2016 4 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #27404.
-
Martin Panter yazdı
-
Martin Panter yazdı
Based on patch by Ville Skyttä.
-
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 2 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.
-
Berker Peksag yazdı
Patch by Florian Preinstorfer.
-
- 26 Tem, 2016 2 kayıt (commit)
-
-
Xavier de Gaye yazdı
as the Python program to be used for file generation during the build.
-
Martin Panter yazdı
-
- 25 Tem, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
Berker Peksag yazdı
* Fix return value of hash_compute() implementation * Rename variable names to hash_value to improve readability Patch by Emanuel Barry.
-
Steve Dower yazdı
-
- 16 Tem, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 23 Tem, 2016 4 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Chris Angelico.
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
- 22 Tem, 2016 2 kayıt (commit)
-
-
Victor Stinner yazdı
* Replace "fd = -1" with "fd = INVALID_SOCKET" * Replace "fd < 0" with "fd == INVALID_SOCKET": SOCKET_T is unsigned on Windows Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE
-
Victor Stinner yazdı
Bug found by Pavel Belikov ("Fragment N1"): http://www.viva64.com/en/b/0414/#ID0ECDAE
-
- 19 Tem, 2016 2 kayıt (commit)
-
-
Zachary Ware yazdı
Patch by Alakshendra Yadav.
-
Martin Panter yazdı
-
- 18 Tem, 2016 6 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-