- 15 Kas, 2016 5 kayıt (commit)
-
-
Xavier de Gaye yazdı
-
Xavier de Gaye yazdı
would raise ImportError
-
Victor Stinner yazdı
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 yazdı
-
Steve Dower yazdı
-
- 14 Kas, 2016 12 kayıt (commit)
-
-
Yury Selivanov yazdı
Per suggestions by Ivan Levkivskyi. Patch by Elvis Pranskevichus.
-
Serhiy Storchaka yazdı
non-integer numbers. Django tests depend on this.
-
Serhiy Storchaka yazdı
non-integer numbers. Django tests depend on this.
-
Serhiy Storchaka yazdı
non-integer numbers. Django tests depend on this.
-
Serhiy Storchaka yazdı
non-integer numbers. Django tests depend on this.
-
Xavier de Gaye yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
"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 yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by Matthieu S.
-
Martin Panter yazdı
-
- 13 Kas, 2016 7 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Xavier de Gaye yazdı
-
Xavier de Gaye yazdı
-
Xavier de Gaye yazdı
-
Xavier de Gaye yazdı
-
Raymond Hettinger yazdı
-
- 12 Kas, 2016 8 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
Patch by Gareth Rees.
-
Serhiy Storchaka yazdı
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
-
Serhiy Storchaka yazdı
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
-
Serhiy Storchaka yazdı
when decode astral characters.
-
Serhiy Storchaka yazdı
when decode astral characters.
-
Serhiy Storchaka yazdı
when decode astral characters.
-
Serhiy Storchaka yazdı
when decode astral characters.
-
- 11 Kas, 2016 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Serhiy Storchaka yazdı
(e.g. on Android).
-
Serhiy Storchaka yazdı
(e.g. on Android).
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
-
Serhiy Storchaka yazdı
empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
-
Serhiy Storchaka yazdı
-