- 26 Jan, 2014 23 commits
-
-
Eli Bendersky authored
This file hasn't been touched since its initial commit in 2006. In CPython default branch (3.4), the relevant PEP number is 3333.
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Based on patch by Claudiu Popa.
-
Serhiy Storchaka authored
Based on patch by Claudiu Popa.
-
Guido van Rossum authored
Patch by Glenn Langford.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-
Serhiy Storchaka authored
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-
Andrew Svetlov authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Nick Coghlan authored
-
Larry Hastings authored
no longer specify min{row,col} > max{row,col}.
-
Larry Hastings authored
-
Donald Stufft authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 25 Jan, 2014 17 commits
-
-
Victor Stinner authored
- Make the new granularity attribute private - Simplify BaseEventLoop._run_once(): avoid math.ceil(), use simple arithmetic instead
-
Victor Stinner authored
-
Eric Snow authored
The function is also moved to importlib.util.
-
Victor Stinner authored
BaseProactorEventLoop Import them from submodules if you really need them.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
http.server, imghdr, mailcap, mimetypes, xml.etree.
-
Serhiy Storchaka authored
http.server, imghdr, mailcap, mimetypes, xml.etree.
-
Ezio Melotti authored
-
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
-