summaryrefslogtreecommitdiff
path: root/tests/subprocess_test.py
Commit message (Expand)AuthorAgeFilesLines
* subprocess: Fix patched functions with optional argumentssubprocessJakub Stasiak2016-07-111-0/+10
* patcher: certain order of import subprocess and monkey_patch breaks .communic...issue-290Sergey Shepelev2016-01-241-2/+12
* subprocess: support universal_newlinesSergey Shepelev2015-09-161-0/+9
* Do not close fileno if GreenFileIO marked as closedVictor Sergeyev2015-03-181-0/+19
* Stop skipping a test unnecessarilyJakub Stasiak2015-02-111-3/+3
* Fix typos detected by toolkit misspellingsChangBo Guo(gcb)2015-02-071-1/+1
* Fix __str__ method on the TimeoutExpired exception class. Also fix argumentTomaz Muraus2014-11-121-3/+6
* PEP-8 fixesSergey Shepelev2014-08-271-2/+1
* tests: subprocess.communicate block on Python 2.7Sergey Shepelev2013-06-131-15/+35
* green: subprocess: Popen.wait accepts new `timeout` kwargSergey Shepelev2013-06-071-0/+25