- 15 Nov, 2016 5 commits
-
-
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 7 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Xavier de Gaye authored
-
Xavier de Gaye authored
-
Xavier de Gaye authored
-
Xavier de Gaye authored
-
Raymond Hettinger authored
-
- 12 Nov, 2016 8 commits
-
-
Ned Deily authored
-
Ned Deily authored
Patch by Gareth Rees.
-
Serhiy Storchaka authored
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
-
Serhiy Storchaka authored
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
-
Serhiy Storchaka authored
when decode astral characters.
-
Serhiy Storchaka authored
when decode astral characters.
-
Serhiy Storchaka authored
when decode astral characters.
-
Serhiy Storchaka authored
when decode astral characters.
-
- 11 Nov, 2016 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Serhiy Storchaka authored
(e.g. on Android).
-
Serhiy Storchaka authored
(e.g. on Android).
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
-
Serhiy Storchaka authored
empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
-
Serhiy Storchaka authored
-