- 30 Mar, 2017 9 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
ValueError always is raised rather than OverflowError for negative counts. Shifting zero with non-negative count always returns zero.
-
Serhiy Storchaka authored
if pass `accept={int, NoneType}`.
-
Serhiy Storchaka authored
os.fwalk() is sped up by 2 times by using os.scandir().
-
Serhiy Storchaka authored
unlucky Unicode characters.
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
-
csabella authored
-
- 29 Mar, 2017 5 commits
-
-
csabella authored
-
Sylvain authored
-
Louie Lu authored
-
Niklas Fiekas authored
-
Xiang Zhang authored
an exception raised at the very first of an iterable would cause pools behave abnormally (swallow the exception or hang)
-
- 28 Mar, 2017 6 commits
-
-
Vajrasky Kok authored
-
Garvit Khatri authored
Add the 'monetary' parameter to format_string so that all uses of format can be converted to format_string. Adjust the documentation accordingly, and add a deprecation warning when format is used.
-
INADA Naoki authored
-
Amit Kumar authored
-
Barry Warsaw authored
bpo-19824 bpo-20314 bpo-12518
-
Alex Wang authored
The presence of the ``--enable-optimizations`` flag is indicated by the value of ``$enableval``, but the configure script was checking ``$withval``, resulting in the ``--enable-optimizations`` flag being effectively ignored.
-
- 27 Mar, 2017 11 commits
-
-
Brett Cannon authored
Instead have gcc be used for the coverage build so gcc is exercised in at least one place.
-
Victor Stinner authored
bpo-23890: unittest.TestCase.assertRaises() now manually breaks a reference cycle to not keep objects alive longer than expected.
-
Gerrit Holl authored
* DOC: clarify documentation for `round` Clarified that `round` can take a negative value for *ndigits*. * DOC: remove trailing whitespace in previous commit remove trailing whitespace in previous commit
-
Sylvain authored
-
Jim Fasarakis-Hilliard authored
-
Victor Stinner authored
Make also minor PEP8 coding style fixes on modified imports.
-
Serhiy Storchaka authored
-
Zachary Ware authored
* Remove unused test file * Remove duplicated text in sndhdrdata README
-
Zachary Ware authored
-
Jelle Zijlstra authored
-
Michael Seifert authored
-
- 26 Mar, 2017 2 commits
-
-
Jim Fasarakis-Hilliard authored
-
cocoatomo authored
-
- 25 Mar, 2017 5 commits
-
-
Serhiy Storchaka authored
Since functions in the os module support path-like objects, explicit converting Path to str no longer needed.
-
Serhiy Storchaka authored
Now general path-like objects are supported, not just pathlib.Path.
-
Serhiy Storchaka authored
Fast paths in partial.__new__ no longer needed since concatenating with empty tuple was optimized.
-
Mandeep Bhutani authored
-
NAKAMURA Osamu authored
-
- 24 Mar, 2017 2 commits
-
-
Ivan Levkivskyi authored
-
Serhiy Storchaka authored
In a future versions of Python this can be an error.
-