- 12 Ock, 2014 12 kayıt (commit)
-
-
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.
-
Senthil Kumaran yazdı
invalid file-obj. Also use __bool__ to determine the bool of the FieldStorage object.
-
- 11 Ock, 2014 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Serhiy Storchaka yazdı
Fixed a regression inroduced in issue #6157.
-
Serhiy Storchaka yazdı
Fixed a regression inroduced in issue #6157.
-
Serhiy Storchaka yazdı
The application object must return an iterable yielding bytestrings.
-
Serhiy Storchaka yazdı
The application object must return an iterable yielding bytestrings.
-
- 10 Ock, 2014 17 kayıt (commit)
-
-
Victor Stinner yazdı
close the write end of the socket pair
-
Victor Stinner yazdı
* store the "self reading" future when the "self pipe" is closed (when the event loop is closed) * store "accept" futures to cancel them when we stop serving * close the "accept socket" if the "accept future" is cancelled Fix many warnings which can be seen when unit tests are run in verbose mode.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
ifconfig executable is not available.
-
Serhiy Storchaka yazdı
ifconfig executable is not available.
-
Brett Cannon yazdı
-
Serhiy Storchaka yazdı
Incorrect requirements can cause memory swapping.
-
Serhiy Storchaka yazdı
Incorrect requirements can cause memory swapping.
-
Zachary Ware yazdı
'python' clinic block, not a 'clinic' clinic block. Patch written by Ryan Smith-Roberts.
-
Brett Cannon yazdı
-
- 09 Ock, 2014 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
Serhiy Storchaka yazdı
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
Antoine Pitrou yazdı
-