- 24 Jun, 2016 2 commits
-
-
Berker Peksag authored
Patch by Matt Morrison.
-
Berker Peksag authored
Several test cases in distutils use PyPIRCCommandTestCase as their base class and as a result of that the following tests were ran more than once: * test_server_registration * test_server_empty_registration * test_config_interpolation This commit moves the infrastructure used by other tests into a new BasePyPIRCCommandTestCase class.
-
- 23 Jun, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
Patch by Yoni Lavi
-
- 22 Jun, 2016 3 commits
-
-
Terry Jan Reedy authored
Rest of patch that should not be cherry picked into 3.5.2 final.
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
- 20 Jun, 2016 5 commits
-
-
Berker Peksag authored
I noticed that there is no test for this feature while doing triaging work on pypa/pypi-legacy.
-
Stefan Krah authored
-
Stefan Krah authored
-
Martin Panter authored
-
Serhiy Storchaka authored
-
- 19 Jun, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 18 Jun, 2016 6 commits
-
-
Serhiy Storchaka authored
represented as a compination of known flags.
-
Berker Peksag authored
-
Senthil Kumaran authored
Patch contributed Марк Коренберг.
-
Serhiy Storchaka authored
an iterable of integers. Now only strings and byte-like objects are accepted.
-
Martin Panter authored
-
Serhiy Storchaka authored
-
- 17 Jun, 2016 2 commits
-
-
Steve Dower authored
Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters
-
Serhiy Storchaka authored
-
- 16 Jun, 2016 2 commits
-
-
Victor Stinner authored
Issue #27278. It should fix a conversion warning. In practice, the Linux kernel doesn't return more than 32 MB per call to the getrandom() syscall.
-
Serhiy Storchaka authored
-
- 15 Jun, 2016 7 commits
-
-
Zachary Ware authored
-
Ned Deily authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin Panter authored
Patch by John Hagen.
-
- 14 Jun, 2016 10 commits
-
-
Serhiy Storchaka authored
by Jelle Zijlstra.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 authored
Casting Py_ssize_t to Py_ssize_t is useless.
-
Victor Stinner authored
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 authored
-
Martin Panter authored
-
Berker Peksag authored
-
Berker Peksag authored
They are not used as base classes by another tests so they can safely be removed.
-
Berker Peksag authored
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.
-