- 25 Jan, 2014 19 commits
-
-
Victor Stinner authored
Major changes: - StreamReader.readexactly() now raises an IncompleteReadError if the end of stream is reached before we received enough bytes, instead of returning less bytes than requested. - Unit tests use the main asyncio module instead of submodules like events - _UnixWritePipeTransport now also supports character devices, as _UnixReadPipeTransport. Patch written by Jonathan Slenders. - Export more symbols: BaseEventLoop, BaseProactorEventLoop, BaseSelectorEventLoop, Queue and Queue sublasses, Empty, Full
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
between the resolution of the BaseEventLoop.time() method and the resolution of the selector. The granuarility is used in the scheduler to round time and deadline.
-
Victor Stinner authored
-
Victor Stinner authored
EpollSelector.select() round again the timeout towards zero
-
Victor Stinner authored
select.epoll.poll() rounds again the timeout towards zero
-
Victor Stinner authored
towards zero
-
Serhiy Storchaka authored
LZMACompressor.__init__ is left not converted.
-
Eric V. Smith authored
-
Eric V. Smith authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
a2b_qp() now accepts keyword arguments. All "ascii" parameters is renamed to "data" for consistancy with a2b_qp().
-
Zachary Ware authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
also specified.
-
- 24 Jan, 2014 15 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
On Windows os.open() error message doesn't contain file name.
-
Victor Stinner authored
-
Victor Stinner authored
Add also entries in the table of content for each synchronization primitive class.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Larry Hastings authored
PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes.
-
Nick Coghlan authored
-
Nick Coghlan authored
- Alex J Burke noticed a debugging raise in the commit that fixed the original bug reported in issue 20317 - this showed that multiple iterations through the affected loop wasn't actually being tested
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 23 Jan, 2014 6 commits
-
-
Victor Stinner authored
Carneiro.
-
Victor Stinner authored
raise a RuntimeError, instead of using an assertion, if another coroutine is already waiting for incoming data
-
Victor Stinner authored
older than 10.9 (Maverick). kqueue doesn't support character devices (PTY) on Mac OS X older than 10.9.
-
Serhiy Storchaka authored
representation in Tcl and Python.
-
Serhiy Storchaka authored
representation in Tcl and Python.
-
Serhiy Storchaka authored
These files have shebangs and executable bits in the libffi distribution.
-