- 09 Nov, 2016 16 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Justin Mayfield.
-
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 8 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
-