- 11 Eki, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 02 Agu, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
Patch by Matt Frank.
-
- 31 Mar, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 30 Mar, 2015 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
All these functions only accept positive timeouts, so this change has no effect in practice.
-
- 28 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 19 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
by a signal (EINTR). Modify devpoll_flush() to use _Py_write() instead of calling directly write().
-
- 17 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
* _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 Şub, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
Cast from time_t (64 bit) to long (32 bit). It should fix a compiler warning.
-
Victor Stinner yazdı
-
- 16 Şub, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
aways from zero, instead of rounding towards zero. It should make test_asyncio more reliable, especially test_timeout_rounding() test.
-
- 09 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 31 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
poll and epoll Improve also debug info to analyze the issue
-
- 25 Ock, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
towards zero
-
Georg Brandl yazdı
-
- 21 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
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 Ara, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 14 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Ara, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Ara, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Eki, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
The bug was introduced with the select.epoll module! So it's 5 years old :-)
-
- 28 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
descriptor
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
- 25 Agu, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
properly handled as unsigned.
-
- 22 Agu, 2013 3 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
- 21 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
objects. Add also tests on fileno() method and closed attribute of select.epoll and select.kqueue.
-
- 20 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
RuntimeError exception. Patch by Christian Schubert.
-
- 08 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
in set2list()
-
- 20 May, 2013 1 kayıt (commit)
-
-
Charles-Francois Natali yazdı
when applicable.
-
- 06 May, 2013 1 kayıt (commit)
-
-
Charles-Francois Natali yazdı
platforms. Patch by Federico Schwindt.
-
- 19 Ock, 2013 4 kayıt (commit)
-
-
Charles-François Natali yazdı
Patch by Jeffrey Armstrong.
-
Charles-François Natali yazdı
Patch by Jeffrey Armstrong.
-
Serhiy Storchaka yazdı
when result of PyInt_AsLong() or PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
-
Serhiy Storchaka yazdı
when result of PyLong_AsLong() narrowed to int without checks. This is a backport of changesets 13e2e44db99d and 525407d89277.
-
- 14 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when result of PyLong_AsLong() narrowed to int without checks.
-