- 09 Nov, 2016 6 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
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.
-
Yury Selivanov authored
-
- 08 Nov, 2016 16 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Serhiy Storchaka authored
Every opcode should end with DISPATCH() or goto error.
-
Serhiy Storchaka authored
Every opcode should end with DISPATCH() or goto error.
-
Yury Selivanov authored
As it was agreed in the issue, __aiter__ returning an awaitable should result in PendingDeprecationWarning in 3.5 and in DeprecationWarning in 3.6.
-
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
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
This makes Python startup from a virtual environment a little faster.
-
Yury Selivanov authored
-
Terry Jan Reedy authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
- 07 Nov, 2016 12 commits
-
-
Victor Stinner authored
Importing the enum module in the re module slows down Python startup by 34% when Python is run from a virtual environment, or more generally when the re module is imported at startup but not the enum module.
-
Eric V. Smith authored
-
Terry Jan Reedy authored
Update and augment description of the configuration system.
-
Yury Selivanov authored
Patch by Elvis Pranskevichus.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Berker Peksag authored
-
Berker Peksag authored
Also update versionadded directive to 3.5.3.
-
Yury Selivanov authored
Patch by Jim Fulton.
-
Steve Dower authored
-
Guido van Rossum authored
-
- 06 Nov, 2016 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
WARNING: Could not lex literal_block as "c". Highlighting skipped. Patch by SilentGhost.
-
Berker Peksag authored
-
Berker Peksag authored
Move the still relevant parts of it to the previous chapter, "Errors and Exceptions".
-
Serhiy Storchaka authored
StopIteration with value. More safely handle non-normalized exceptions in -_PyGen_FetchStopIterationValue.
-