- 19 Feb, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
- 18 Feb, 2016 9 commits
-
-
Berker Peksag authored
the same values as open().
-
Berker Peksag authored
the same values as open().
-
Martin Panter authored
-
Martin Panter authored
Patch by Aviv Palivoda.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Chi Hsuan Yen.
-
- 16 Feb, 2016 2 commits
- 15 Feb, 2016 5 commits
-
-
Georg Brandl authored
-
Ned Deily authored
-
Ned Deily authored
versions 10.5 or higher. Original patch by A. Jesse Jiryu Davis.
-
Ned Deily authored
-
Ned Deily authored
-
- 14 Feb, 2016 3 commits
-
-
Raymond Hettinger authored
-
Martin Panter authored
-
Martin Panter authored
-
- 13 Feb, 2016 5 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Martin Panter authored
Some of the inspiration and wording is taken from the text of PEP 498 by Eric V. Smith, and the existing str.format() documentation.
-
- 11 Feb, 2016 9 commits
-
-
Yury Selivanov authored
Microbenchmarks show 2-2.5x improvement. Built-in 'divmod' function is now also ~10% faster. -m timeit -s "x=22331" "x//2;x//-3;x//4;x//5;x//-6;x//7;x//8;x//-99;x//100;" with patch: 0.321 without patch: 0.633 -m timeit -s "x=22331" "x%2;x%3;x%-4;x%5;x%6;x%-7;x%8;x%99;x%-100;" with patch: 0.224 without patch: 0.66 Big thanks to Serhiy Storchaka, Mark Dickinson and Victor Stinner for thorow code reviews and algorithms improvements.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Different solution from 3.5.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
protocol for the os.scandir() iterator.
-
Serhiy Storchaka authored
no ResourceWarning is emitted.
-
Serhiy Storchaka authored
no ResourceWarning is emitted.
-
Serhiy Storchaka authored
to format short Python version.
-
Serhiy Storchaka authored
PyArg_ParseTupleAndKeywords(). RuntimeError did raised before in some programming bugs.
-
- 10 Feb, 2016 5 commits
-
-
Charles-François Natali authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Serhiy Storchaka authored
if the stack is too deep.
-