- 04 Haz, 2016 6 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Ned Deily yazdı
-
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 yazdı
Clarifies what is returned when and that the methods are common between the two. Patch by Alexander Liu as part of #22797.
-
- 03 Haz, 2016 34 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Sean Rodman, test by Kaushik N.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by Oren Milman.
-
R David Murray yazdı
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 yazdı
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 yazdı
-
R David Murray yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Senthil Kumaran yazdı
Patch contributed by Dave Sawyer.
-
Senthil Kumaran yazdı
Patch contributed by Dave Sawyer.
-
Senthil Kumaran yazdı
[merge from 3.5] - issue8519 - Reference termios and ioctl manual pages in the library documentation.
-
Senthil Kumaran yazdı
-
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().
-