- 12 Jan, 2014 10 commits
-
-
Ethan Furman authored
-
Serhiy Storchaka authored
functions now conform to PEP 3333 when handle non-ASCII URLs.
-
Serhiy Storchaka authored
functions now conform to PEP 3333 when handle non-ASCII URLs.
-
Serhiy Storchaka authored
-
Ethan Furman authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Senthil Kumaran authored
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 authored
invalid file-obj. Also use __bool__ to determine the bool of the FieldStorage object.
-
- 11 Jan, 2014 7 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Serhiy Storchaka authored
Fixed a regression inroduced in issue #6157.
-
Serhiy Storchaka authored
Fixed a regression inroduced in issue #6157.
-
Serhiy Storchaka authored
The application object must return an iterable yielding bytestrings.
-
Serhiy Storchaka authored
The application object must return an iterable yielding bytestrings.
-
- 10 Jan, 2014 17 commits
-
-
Victor Stinner authored
close the write end of the socket pair
-
Victor Stinner authored
* 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 authored
-
Serhiy Storchaka authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
ifconfig executable is not available.
-
Serhiy Storchaka authored
ifconfig executable is not available.
-
Brett Cannon authored
-
Serhiy Storchaka authored
Incorrect requirements can cause memory swapping.
-
Serhiy Storchaka authored
Incorrect requirements can cause memory swapping.
-
Zachary Ware authored
'python' clinic block, not a 'clinic' clinic block. Patch written by Ryan Smith-Roberts.
-
Brett Cannon authored
-
- 09 Jan, 2014 6 commits
-
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
Serhiy Storchaka authored
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-