- 14 Sep, 2016 1 commit
-
-
Berker Peksag authored
Patch by Ed Schouten.
-
- 06 Sep, 2016 1 commit
-
-
Benjamin Peterson authored
-
- 08 Aug, 2016 1 commit
-
-
Berker Peksag authored
-
- 19 Jul, 2016 3 commits
-
-
Berker Peksag authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 15 May, 2016 1 commit
-
-
Senthil Kumaran authored
-
- 25 Dec, 2015 1 commit
-
-
Serhiy Storchaka authored
-
- 11 Oct, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 02 Aug, 2015 1 commit
-
-
Zachary Ware authored
Patch by Matt Frank.
-
- 31 Mar, 2015 2 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
- 30 Mar, 2015 4 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
timeout when interrupted by a signal, except if the signal handler raises an exception. This change is part of the PEP 475. The asyncore and selectors module doesn't catch the InterruptedError exception anymore when calling select.select(), since this function should not raise InterruptedError anymore.
-
Victor Stinner authored
All these functions only accept positive timeouts, so this change has no effect in practice.
-
- 28 Mar, 2015 1 commit
-
-
Victor Stinner authored
-
- 19 Mar, 2015 1 commit
-
-
Victor Stinner authored
by a signal (EINTR). Modify devpoll_flush() to use _Py_write() instead of calling directly write().
-
- 17 Mar, 2015 1 commit
-
-
Victor Stinner authored
* _Py_open() now raises exceptions on error. If open() fails, it raises an OSError with the filename. * _Py_open() now releases the GIL while calling open() * Add _Py_open_noraise() when _Py_open() cannot be used because the GIL is not held
-
- 18 Feb, 2014 2 commits
-
-
Victor Stinner authored
Cast from time_t (64 bit) to long (32 bit). It should fix a compiler warning.
-
Victor Stinner authored
-
- 16 Feb, 2014 1 commit
-
-
Victor Stinner authored
aways from zero, instead of rounding towards zero. It should make test_asyncio more reliable, especially test_timeout_rounding() test.
-
- 09 Feb, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 31 Jan, 2014 1 commit
-
-
Victor Stinner authored
poll and epoll Improve also debug info to analyze the issue
-
- 25 Jan, 2014 2 commits
-
-
Victor Stinner authored
towards zero
-
Georg Brandl authored
-
- 21 Jan, 2014 1 commit
-
-
Victor Stinner authored
instead of rounding towards zero. For example, a timeout of one microsecond is now rounded to one millisecond, instead of being rounded to zero.
-
- 21 Dec, 2013 1 commit
-
-
Christian Heimes authored
-
- 14 Dec, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 13 Dec, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 07 Dec, 2013 1 commit
-
-
Guido van Rossum authored
-
- 30 Oct, 2013 1 commit
-
-
Victor Stinner authored
The bug was introduced with the select.epoll module! So it's 5 years old :-)
-
- 28 Aug, 2013 1 commit
-
-
Victor Stinner authored
descriptor
-
- 27 Aug, 2013 1 commit
-
-
Victor Stinner authored
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
- 25 Aug, 2013 1 commit
-
-
Christian Heimes authored
properly handled as unsigned.
-
- 22 Aug, 2013 3 commits
-
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
- 21 Aug, 2013 1 commit
-
-
Victor Stinner authored
objects. Add also tests on fileno() method and closed attribute of select.epoll and select.kqueue.
-
- 20 Aug, 2013 1 commit
-
-
Serhiy Storchaka authored
RuntimeError exception. Patch by Christian Schubert.
-