- 09 Kas, 2016 14 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Patch by Justin Mayfield.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
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 yazdı
-
- 08 Kas, 2016 16 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Serhiy Storchaka yazdı
Every opcode should end with DISPATCH() or goto error.
-
Serhiy Storchaka yazdı
Every opcode should end with DISPATCH() or goto error.
-
Yury Selivanov yazdı
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 yazdı
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka yazdı
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka yazdı
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka yazdı
plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
This makes Python startup from a virtual environment a little faster.
-
Yury Selivanov yazdı
-
Terry Jan Reedy yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 07 Kas, 2016 10 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
-
Terry Jan Reedy yazdı
Update and augment description of the configuration system.
-
Yury Selivanov yazdı
Patch by Elvis Pranskevichus.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Also update versionadded directive to 3.5.3.
-
Yury Selivanov yazdı
Patch by Jim Fulton.
-