- 26 Jan, 2015 30 commits
-
-
Serhiy Storchaka authored
non-seekable streams.
-
Serhiy Storchaka authored
threadsafe now.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
a function or a loop (e.g. "return" or "break").
-
Serhiy Storchaka authored
a function or a loop (e.g. "return" or "break").
-
Victor Stinner authored
-
Victor Stinner authored
In debug mode, BaseEventLoop._run_once() now sets the BaseEventLoop._current_handle attribute to the handle currently executed. In release mode or when no handle is executed, the attribute is None. BaseEventLoop.default_exception_handler() displays the traceback of the current handle if available.
-
Victor Stinner authored
The special case for connect_pipe() is not more needed. connect_pipe() doesn't use overlapped operations anymore.
-
Victor Stinner authored
Fix create_datagram_endpoint(), connect_read_pipe() and connect_write_pipe(): close the transport if the task is cancelled or on error.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
directory containing a backslash.
-
Serhiy Storchaka authored
directory containing a backslash.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
returned NotImplemented. Removed incorrect implementations of __ne__().
-
Serhiy Storchaka authored
returned NotImplemented. Removed incorrect implementations of __ne__().
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Cory Benfield.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 25 Jan, 2015 8 commits
-
-
Serhiy Storchaka authored
replacment string longer than mailformed input data.
-
Serhiy Storchaka authored
replacment string longer than mailformed input data.
-
Serhiy Storchaka authored
decoding and translating.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
This change parallels the language used in the unix man page.
-
Senthil Kumaran authored
Increase http.client.HTTPConnection test coverage. Added a new tunnel test to verify setting of _tunnel_host, _tunnel_port, _tunnel_headers attributes on HTTPConnection object.
-
Senthil Kumaran authored
Added a new tunnel test to verify setting of _tunnel_host, _tunnel_port, _tunnel_headers attributes on HTTPConnection object.
-
- 24 Jan, 2015 2 commits
-
-
Steve Dower authored
-
Ethan Furman authored
-