- 25 Ock, 2014 19 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
-
Victor Stinner yazdı
EpollSelector.select() round again the timeout towards zero
-
Victor Stinner yazdı
select.epoll.poll() rounds again the timeout towards zero
-
Victor Stinner yazdı
towards zero
-
Serhiy Storchaka yazdı
LZMACompressor.__init__ is left not converted.
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
a2b_qp() now accepts keyword arguments. All "ascii" parameters is renamed to "data" for consistancy with a2b_qp().
-
Zachary Ware yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
also specified.
-
- 24 Ock, 2014 15 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
On Windows os.open() error message doesn't contain file name.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Add also entries in the table of content for each synchronization primitive class.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Larry Hastings yazdı
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 yazdı
-
Nick Coghlan yazdı
- 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 yazdı
-
Benjamin Peterson yazdı
-
- 23 Ock, 2014 6 kayıt (commit)
-
-
Victor Stinner yazdı
Carneiro.
-
Victor Stinner yazdı
raise a RuntimeError, instead of using an assertion, if another coroutine is already waiting for incoming data
-
Victor Stinner yazdı
older than 10.9 (Maverick). kqueue doesn't support character devices (PTY) on Mac OS X older than 10.9.
-
Serhiy Storchaka yazdı
representation in Tcl and Python.
-
Serhiy Storchaka yazdı
representation in Tcl and Python.
-
Serhiy Storchaka yazdı
These files have shebangs and executable bits in the libffi distribution.
-