- 09 Nov, 2016 1 commit
-
-
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 4 commits
-
-
Donald Stufft authored
-
Donald Stufft authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 31 Oct, 2016 3 commits
-
-
Ned Deily authored
Original patch by Mariatta Wijaya.
-
INADA Naoki authored
-
Serhiy Storchaka authored
given empty data twice. Patch by Benjamin Fogle.
-
- 30 Oct, 2016 8 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
file with compression before trying to open it without compression. Otherwise it had 50% chance failed with ignore_zeros=True.
-
Serhiy Storchaka authored
object.__format__ now contains the name of actual type.
-
Serhiy Storchaka authored
browsers. Based on patch by Oleg Broytman.
-
Serhiy Storchaka authored
by representing the scale as float value internally in Tk. tkinter.IntVar now works if float value is set to underlying Tk variable.
-
Serhiy Storchaka authored
-
Martin Panter authored
* Cannot seem to link directly to main options from the “unittest” module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3
-
Martin Panter authored
-
- 29 Oct, 2016 3 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-