- 02 Eki, 2015 16 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
file descriptors. Patch written by Richard Oudkerk.
-
Victor Stinner yazdı
supported. Check if it is supported, it may not be supported on OpenBSD for example.
-
Berker Peksag yazdı
Hg: --
-
Berker Peksag yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Berker Peksag yazdı
Patch by Johannes Niediek.
-
Berker Peksag yazdı
Patch by Johannes Niediek.
-
Berker Peksag yazdı
Patch by Johannes Niediek.
-
Serhiy Storchaka yazdı
1. Non-ASCII bytes were accepted after shift sequence. 2. A low surrogate could be emitted in case of error in high surrogate. 3. In some circumstances the '\xfd' character was produced instead of the replacement character '\ufffd' (due to a bug in _PyUnicodeWriter).
-
Serhiy Storchaka yazdı
1. Non-ASCII bytes were accepted after shift sequence. 2. A low surrogate could be emitted in case of error in high surrogate. 3. In some circumstances the '\xfd' character was produced instead of the replacement character '\ufffd' (due to a bug in _PyUnicodeWriter).
-
Serhiy Storchaka yazdı
1. Non-ASCII bytes were accepted after shift sequence. 2. A low surrogate could be emitted in case of error in high surrogate.
-
Serhiy Storchaka yazdı
hash only once.
-
Serhiy Storchaka yazdı
hash only once.
-
- 01 Eki, 2015 24 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Victor Stinner yazdı
unicodeobject.h exposes PyUnicode_TranslateCharmap() and PyUnicode_Translate().
-
Victor Stinner yazdı
-
Victor Stinner yazdı
handlers: ``ignore``, ``replace``, ``surrogateescape``, ``surrogatepass``. Patch co-written with Serhiy Storchaka.
-
Vinay Sajip yazdı
Closes #24884: refactored WatchedFileHandler file reopening into a separate method, based on a suggestion and patch by Marian Horban.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Victor Stinner yazdı
try to debug a hang on the FreeBSD 9 buildbot. Run also eintr_tester.py with python "-u" command line option to try to get the full output on hang/crash.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Serhiy Storchaka yazdı
longer formatted twice.
-
Serhiy Storchaka yazdı
longer formatted twice.
-
Serhiy Storchaka yazdı
longer formatted twice.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
getentropy() is blocking, whereas os.urandom() should not block. getentropy() is supported since Solaris 11.3.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
function instead of the getentropy() function. The getentropy() function is blocking to generate very good quality entropy, os.urandom() doesn't need such high-quality entropy.
-
Victor Stinner yazdı
sys.gettrace() when the test is executed, not when the module is loaded. sys.settrace() may be after after the test is loaded.
-
Victor Stinner yazdı
sys.gettrace() when the test is executed, not when the module is loaded. sys.settrace() may be after after the test is loaded.
-