- 14 Nov, 2016 5 commits
-
-
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.
-
Martin Panter authored
Patch by Matthieu S.
-
Martin Panter authored
-
- 13 Nov, 2016 2 commits
-
-
Martin Panter authored
-
Xavier de Gaye authored
-
- 12 Nov, 2016 5 commits
-
-
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
when decode astral characters.
-
Serhiy Storchaka authored
when decode astral characters.
-
Serhiy Storchaka authored
when decode astral characters.
-
- 11 Nov, 2016 4 commits
-
-
Guido van Rossum authored
-
Serhiy Storchaka authored
(e.g. on Android).
-
Serhiy Storchaka authored
empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
-
Serhiy Storchaka authored
-
- 10 Nov, 2016 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 09 Nov, 2016 12 commits
-
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Yury Selivanov authored
Patch by Justin Mayfield.
-
Yury Selivanov authored
-
Yury Selivanov authored
Some built-in coroutine-like objects might not have __name__ or __qualname__. A good example of such are 'asend', 'aclose' and 'athrow' coroutine methods of asynchronous generators.
-
- 08 Nov, 2016 6 commits
-
-
Serhiy Storchaka authored
Every opcode should end with DISPATCH() or goto error.
-
Serhiy Storchaka authored
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka authored
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka authored
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
- 07 Nov, 2016 3 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Jim Fulton.
-
Berker Peksag authored
Also update versionadded directive to 3.5.3.
-
- 06 Nov, 2016 1 commit
-
-
Benjamin Peterson authored
-