- 14 Ock, 2014 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Andrew Barnert.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 13 Ock, 2014 15 kayıt (commit)
-
-
Zachary Ware yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Ned Deily yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
(No idea why test_tarfile is listed as changed...it isn't.)
-
R David Murray yazdı
This fixes an edge case (20206) where if the input ended in a character needing encoding but there was no newline on the string, the last byte of the encoded character would be dropped. The fix is to use a more efficient algorithm, provided by Serhiy Storchaka (5803), that does not have the bug.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Senthil Kumaran yazdı
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation.
-
Senthil Kumaran yazdı
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation.
-
- 12 Ock, 2014 13 kayıt (commit)
-
-
Larry Hastings yazdı
methods.
-
Larry Hastings yazdı
-
Larry Hastings yazdı
Argument Clinic (see issue for details).
-
Larry Hastings yazdı
parsing code for functions with positional-only parameters where all arguments are optional.
-
Ethan Furman yazdı
-
Serhiy Storchaka yazdı
functions now conform to PEP 3333 when handle non-ASCII URLs.
-
Serhiy Storchaka yazdı
functions now conform to PEP 3333 when handle non-ASCII URLs.
-
Serhiy Storchaka yazdı
-
Ethan Furman yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an invalid file-obj. Also use __bool__ to determine the bool of the FieldStorage object.
-