- 26 Ock, 2014 7 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 25 Ock, 2014 29 kayıt (commit)
-
-
Victor Stinner yazdı
- Make the new granularity attribute private - Simplify BaseEventLoop._run_once(): avoid math.ceil(), use simple arithmetic instead
-
Victor Stinner yazdı
-
Eric Snow yazdı
The function is also moved to importlib.util.
-
Victor Stinner yazdı
BaseProactorEventLoop Import them from submodules if you really need them.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
http.server, imghdr, mailcap, mimetypes, xml.etree.
-
Serhiy Storchaka yazdı
http.server, imghdr, mailcap, mimetypes, xml.etree.
-
Ezio Melotti yazdı
-
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 4 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.
-