| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
* Fix bpo-30596: Add close() method to multiprocessing.Process
* Raise ValueError if close() is called before the Process is finished running
* Add docs
* Add NEWS blurb
|
| |
|
|
|
|
|
|
| |
* Fix bpo-30589: improve Process.exitcode with forkserver
When the child is killed, Process.exitcode should return -signum, not 255.
* Add Misc/NEWS
|
| | |
|
| | |
|
| |
|
|
|
| |
This allows different parts of a program to use different methods for
starting processes without interfering with each other.
|
|
|
See http://hg.python.org/sandbox/sbt#spawn
|