- 31 Mar, 2015 17 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Rafik Draoui.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Inline internal_select() function * Rename internal_select_ex() internal_select()
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
or nested classes) now are supported with pickle protocols < 4.
-
Serhiy Storchaka yazdı
Tests by Jessica McKellar.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Fixed ambigious reverse mappings. Added many new mappings. Import mapping is no longer applied to modules already mapped with full name mapping. Added tests for compatible pickling and unpickling and for consistency of _compat_pickle mappings.
-
Serhiy Storchaka yazdı
Fixed ambigious reverse mappings. Added many new mappings. Import mapping is no longer applied to modules already mapped with full name mapping. Added tests for compatible pickling and unpickling and for consistency of _compat_pickle mappings.
-
Victor Stinner yazdı
Selector.select() is now retried with the recomputed timeout when interrupted by a signal. Write an unit test with a signal handler raising an exception, and a unit with a signal handler which does not raise an exception (it does nothing).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Berker Peksag yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 30 Mar, 2015 23 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
signal handler does not raise an exception
-
Brett Cannon yazdı
-
Victor Stinner yazdı
Retry: * signal.sigtimedwait() * threading.Lock.acquire() * threading.RLock.acquire() * time.sleep()
-
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.
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
R David Murray yazdı
The previous patch only dealt with KeyboardInterrupt when all of the data had been consumed by the pager. This deals with the interrupt when some data is still pending.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Thanks Ben Hoyt for the report.
-
Victor Stinner yazdı
getentropy() is used (OpenBSD 5.6+).
-
Victor Stinner yazdı
(OpenBSD 5.6+).
-
Victor Stinner yazdı
implementation is used.
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Victor Stinner yazdı
using the C volatile keyword.
-
Victor Stinner yazdı
Add _Py_fstat_noraise() function when a Python exception is not welcome.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
MemoryError.
-