- 31 Jan, 2014 28 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Zachary Ware authored
-
Zachary Ware authored
Patch by OSAMU NAKAMURA.
-
Zachary Ware authored
-
Zachary Ware authored
-
Andrew Kuchling authored
-
Brett Cannon authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
module Sort also imports
-
Victor Stinner authored
result again to int
-
Victor Stinner authored
Use the same default timeout than Makefile: 1 hour (3600 seconds).
-
Larry Hastings authored
-
Victor Stinner authored
Windows) instead of using the "duplex" pipe transport. The new class uses a simpler overlapped read to be notified when the pipe is closed. So the protocol doesn't need to implement eof_received(): connection_lost() is called instead. _UnixWritePipeTransport has the same approach.
-
Victor Stinner authored
closed, but only if there was pending write
-
Victor Stinner authored
instead of rounding towards zero, in select and selectors modules: select.epoll.poll(), selectors.PollSelector.poll() and selectors.EpollSelector.poll(). For example, a timeout of one microsecond (1e-6) is now rounded to one millisecondi (1e-3), instead of being rounded to zero. Mention the change in Misc/NEWS.
-
Victor Stinner authored
-
Victor Stinner authored
by Vajrasky Kok.
-
Victor Stinner authored
poll and epoll Improve also debug info to analyze the issue
-
Victor Stinner authored
Add also event more debug info
-
Victor Stinner authored
failure on buildbot "x86 Ubuntu Shared 3.x"
-
Guido van Rossum authored
-
Victor Stinner authored
-
Victor Stinner authored
-
- 30 Jan, 2014 6 commits
-
-
Victor Stinner authored
* read_buffer can only be used for TYPE_READ and TYPE_ACCEPT types * write_buffer can only be used for TYPE_WRITE type
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Yury Selivanov authored
all builtin functions.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 29 Jan, 2014 6 commits
-
-
Victor Stinner authored
Mention that wait_for() now accepts None for the timeout.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Guido van Rossum authored
-
Victor Stinner authored
Moreover, bufsize different than 0 is now considered as an error.
-
Victor Stinner authored
-