- 11 Nov, 2016 2 commits
-
-
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 3 commits
-
-
Benjamin Peterson 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.
-
- 05 Nov, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
This matches the documentation, and passes the test suite when multithreading is disabled.
-
- 04 Nov, 2016 3 commits
-
-
Ned Deily authored
Patch by Anish Tambe.
-
Yury Selivanov authored
when called from coroutines or callbacks.
-
INADA Naoki authored
-
- 03 Nov, 2016 4 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
Run expensive type checks only in debug mode. In addition, stop supporting passing handles to loop.run_in_executor.
-
Guido van Rossum authored
-
Serhiy Storchaka authored
the garbage collector is invoked in other thread. Based on patch by Sebastian Cufre.
-
- 02 Nov, 2016 3 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Serhiy Storchaka authored
-