- 03 Agu, 2016 1 kayıt (commit)
-
-
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 2 kayıt (commit)
-
-
Zachary Ware yazdı
Patch by Alakshendra Yadav.
-
Martin Panter yazdı
-
- 18 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Xiang Zhang.
-
- 15 Tem, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Ammar Askar.
-
- 14 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 12 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
concatenations and repetitions. Based on patch by Xiang Zhang.
-
- 11 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed to fix the grammar.
-
- 11 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 10 Tem, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
http.cookie.time2netscape, confirming the netscape cookie format.
-
- 07 Tem, 2016 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 06 Tem, 2016 2 kayıt (commit)
-
-
Donald Stufft yazdı
-
Terry Jan Reedy yazdı
-
- 03 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 01 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
unicode paths with embedded null character on Windows instead of silently truncate them.
-
- 30 Haz, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Gabriel Genellina.
-
Victor Stinner yazdı
Patch written by R. David Murray.
-
- 27 Haz, 2016 1 kayıt (commit)
-
-
Steve Dower yazdı
-
- 26 Haz, 2016 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
* trace_vdelete() with wrong mode no longer break tracing * trace_vinfo() now always returns a list of pairs of strings
-
- 25 Haz, 2016 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 24 Haz, 2016 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
-
- 23 Haz, 2016 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
-