- 16 Nov, 2016 13 commits
-
-
Kushal Das authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
The latter function is more readable, faster and doesn't raise exceptions. Based on patch by Xiang Zhang.
-
Serhiy Storchaka authored
The latter function is more readable, faster and doesn't raise exceptions. Based on patch by Xiang Zhang.
-
Serhiy Storchaka authored
The latter function is more readable, faster and doesn't raise exceptions.
-
Serhiy Storchaka authored
The latter function is more readable, faster and doesn't raise exceptions.
-
Xavier de Gaye authored
-
Xavier de Gaye authored
on platforms that do not have langinfo
-
Donald Stufft authored
-
Donald Stufft authored
-
Donald Stufft authored
-
- 15 Nov, 2016 12 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Xavier de Gaye authored
incorrectly formats %V or %G for the last or the first incomplete week in a year
-
Xavier de Gaye authored
-
Xavier de Gaye authored
would raise ImportError
-
Victor Stinner authored
Issue #28691: Fix warn_invalid_escape_sequence(): handle correctly DeprecationWarning raised as an exception. First clear the current exception to replace the DeprecationWarning exception with a SyntaxError exception. Unit test written by Serhiy Storchaka.
-
Steve Dower authored
-
Steve Dower authored
-
- 14 Nov, 2016 12 commits
-
-
Yury Selivanov authored
Per suggestions by Ivan Levkivskyi. Patch by Elvis Pranskevichus.
-
Serhiy Storchaka authored
non-integer numbers. Django tests depend on this.
-
Serhiy Storchaka authored
non-integer numbers. Django tests depend on this.
-
Serhiy Storchaka authored
non-integer numbers. Django tests depend on this.
-
Serhiy Storchaka authored
non-integer numbers. Django tests depend on this.
-
Xavier de Gaye authored
-
Victor Stinner authored
-
Victor Stinner authored
"issue28082: use IntFlag for re constants" by Ethan Furman. The re module is not more used in the site module and so adding "import enum" to re.py doesn't impact python_startup benchmark anymore.
-
Benjamin Peterson authored
-
Martin Panter authored
-
Martin Panter authored
Patch by Matthieu S.
-
Martin Panter authored
-
- 13 Nov, 2016 3 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Xavier de Gaye authored
-