- 04 Jun, 2016 21 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
The update_idletasks solution was provided by Serhiy Storchaka.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Ned Deily authored
-
now correctly ignores BrokenPipeError when the child process dies before .communicate() is called in more (all?) circumstances.
-
BrokenPipeError when the child process dies before .communicate() is called in more (all?) circumstances.
-
R David Murray authored
Clarifies what is returned when and that the methods are common between the two. Patch by Alexander Liu as part of #22797.
-
- 03 Jun, 2016 19 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Sean Rodman, test by Kaushik N.
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Patch by Oren Milman.
-
R David Murray authored
I'm not sure how my previous merge commit got screwed up, hopefully this one will do the right thing.
-
consistent name for values having multiple names. Ex: signal.Signals(6) now refers to itself as signal.SIGALRM rather than flipping between that and signal.SIGIOT based on the interpreter's hash randomization seed. This helps finish issue27167.
-
Serhiy Storchaka authored
The deprecation warning is emitted if __float__ returns an instance of a strict subclass of float. In a future versions of Python this can be an error.
-
R David Murray authored
-
R David Murray authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-