- 06 Nov, 2016 1 commit
-
-
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 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Xavier de Gaye authored
-
- 28 Oct, 2016 3 commits
-
-
Steve Dower authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 27 Oct, 2016 4 commits
-
-
Serhiy Storchaka authored
-
Steve Dower authored
-
Serhiy Storchaka authored
special input values as literal text.
-
Serhiy Storchaka authored
PyUnicode_AsEncodedObject() in _curese to ensure that the result is a bytes object.
-
- 26 Oct, 2016 1 commit
-
-
Zachary Ware authored
-
- 25 Oct, 2016 3 commits
-
-
Martin Panter authored
Patch by Tim Mitchell.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
subclasses of accelerated OrderedDict.
-