- 04 Jun, 2016 6 commits
-
-
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 34 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
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Senthil Kumaran authored
Patch contributed by Dave Sawyer.
-
Senthil Kumaran authored
Patch contributed by Dave Sawyer.
-
Senthil Kumaran authored
[merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in the library documentation.
-
Senthil Kumaran authored
-
error message as some numbers map to multiple names.
-
when the child process died due to a signal.
-
lacking os.fork().
-
-
-
-
signal number when the process died due to a signal.
-
-
as Windows that do not support os.fork().
-