- 15 Haz, 2016 12 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Xavier de Gaye yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by John Hagen.
-
- 14 Haz, 2016 28 kayıt (commit)
-
-
Serhiy Storchaka yazdı
by Jelle Zijlstra.
-
Serhiy Storchaka yazdı
by Jelle Zijlstra.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
managed by a contextlib.ExitStack() and one of the exit stack generators catches and raises it in a chain, do not re-raise the original exception when exiting, let the new chained one through. This avoids the PEP 479 bug described in issue25782.
-
Gregory P. Smith yazdı
managed by a contextlib.ExitStack() and one of the exit stack generators catches and raises it in a chain, do not re-raise the original exception when exiting, let the new chained one through. This avoids the PEP 479 bug described in issue25782.
-
Victor Stinner yazdı
* Add the process identifier to the warning message * Add also a comment to explain the issue
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Casting Py_ssize_t to Py_ssize_t is useless.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #27278: Fix os.urandom() implementation using getrandom() on Linux. Truncate size to INT_MAX and loop until we collected enough random bytes, instead of casting a directly Py_ssize_t to int.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Berker Peksag yazdı
Initial patch by Alex LordThorsen.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
They are not used as base classes by another tests so they can safely be removed.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
sqlite3.OptimizedUnicode is an alias for str in Python 3 and its behavior is already tested in CheckOptimizedUnicode in Lib/sqlite3/test/factory.py. sqlite3.OptimizedUnicode was undocumented in 0fc10a33eb4c and probably added back with the result of a bad merge.
-
Serhiy Storchaka yazdı
containing spaces.
-
Serhiy Storchaka yazdı
containing spaces.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
_sysconfigdata module too.
-