aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refactor for py3kPhilip Jenvey2016-09-221-9/+14
* fix for test_fileioArmin Rigo2016-07-171-6/+10
* Fix: GetStdHandle() must not free the handle it returnsArmin Rigo2016-07-171-4/+9
* More fixingArmin Rigo2016-07-171-4/+8
* fixesArmin Rigo2016-07-171-4/+4
* fixesArmin Rigo2016-07-171-19/+30
* Port _subprocess tooArmin Rigo2016-07-171-99/+34
* restrict to windowsPhilip Jenvey2016-05-261-0/+3
* cleanup _subprocess constants, add STILL_ACTIVEBrian Kearns2013-04-101-15/+15
* #Issue 1030: (Akaiten) In _subprocess.py, use ctypes.WinError() to raise a Wi...Amaury Forgeot d'Arc2012-02-121-7/+7
* Tweak. (Don't really remember why, but this was needed at some point...)Armin Rigo2011-08-231-1/+1
* Maybe we should print a ResourceWarning, but at least don't leak too manyAmaury Forgeot d'Arc2011-01-171-0/+4
* Add _subprocess.TerminateProcess(), called directly by the multiprocessing mo...Amaury Forgeot d'Arc2010-10-121-0/+10
* Fix _subprocess, for multiprocessing which directly calls this internal packa...Amaury Forgeot d'Arc2010-10-111-5/+5
* the multiprocessing module calls CreateProcess with startup_info=None.Amaury Forgeot d'Arc2010-10-111-8/+9
* Add constant needed by the win32 implementation of subprocess.Amaury Forgeot d'Arc2010-10-041-1/+2
* merge from trunkBenjamin Peterson2010-06-241-0/+196