summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove old definitionsrefactor-c-pid-existsGiampaolo Rodola2016-10-051-2/+0
* fix task_for_pid err handling on OSXGiampaolo Rodola2016-10-051-5/+14
* fix psutil_raise_ad_or_nsp() so that it raises an exception which makes more ...Giampaolo Rodola2016-10-057-16/+36
* Merge branch 'master' into refactor-c-pid-existsGiampaolo Rodola2016-10-042-2/+9
|\
| * fix #907: [FreeBSD] Process.exe() may fail with OSError(ENOENT).Giampaolo Rodola2016-10-042-2/+9
* | refactor osx codeGiampaolo Rodola2016-10-053-47/+0
* | bsd: move pid_exists() and raise_ad_or_nsp out of bsd C modulesGiampaolo Rodola2016-10-049-124/+74
|/
* remove unused C headerGiampaolo Rodola2016-10-041-2/+0
* freebsd: remove unused header fileGiampaolo Rodola2016-10-041-1/+0
* fix #906 / disk_partitions(): ignore 'all' parameter and return all partitionsGiampaolo Rodola2016-10-043-7/+11
* remove unneeded C includesGiampaolo Rodola2016-10-046-42/+33
* freebsd fix compiler warningGiampaolo Rodola2016-10-041-0/+1
* ignore meGiampaolo Rodola2016-10-041-10/+10
* add C macros to distinguish OSes from CGiampaolo Rodola2016-10-045-42/+101
* update some broken linksGiampaolo Rodola2016-10-042-47/+46
* remove find_broken_links.py script; it really belongs elsewhere (sysconf proj...Giampaolo Rodola2016-10-043-133/+1
* #904: add script to detect broken linksGiampaolo Rodola2016-10-043-0/+133
* update docGiampaolo Rodola2016-10-031-1/+5
* fix OSX testsGiampaolo Rodola2016-10-032-9/+13
* adjust makefile for OSX; also fix one test on OSXGiampaolo Rodola2016-10-032-0/+6
* make more files executableGiampaolo Rodola2016-10-031-0/+0
* make more files executableGiampaolo Rodola2016-10-0311-1/+0
* make setup.py and runner.py executableGiampaolo Rodola2016-10-033-0/+1
* Merge pull request #901 from giampaolo/sync-test-primitivesGiampaolo Rodola2016-10-028-218/+376
|\
| * refactor create_temp_executable_filesync-test-primitivesGiampaolo Rodola2016-10-021-14/+15
| * refactoringGiampaolo Rodola2016-10-022-6/+5
| * fix safe_rmpath on windowsGiampaolo Rodola2016-10-023-19/+15
| * more testsGiampaolo Rodola2016-10-012-6/+14
| * refactoringGiampaolo Rodola2016-10-012-4/+6
| * get rid of safe_remove and safe_rmdir and provide a single safe_rmpath functionGiampaolo Rodola2016-10-016-102/+53
| * refactoringGiampaolo Rodola2016-10-011-37/+38
| * add tests for fs test utilsGiampaolo Rodola2016-10-012-0/+87
| * add the possibility to change confg params of the retry decoGiampaolo Rodola2016-10-011-0/+3
| * fix call_until timeoutGiampaolo Rodola2016-10-012-2/+5
| * write more testsGiampaolo Rodola2016-10-012-19/+52
| * move retry testsGiampaolo Rodola2016-10-012-85/+75
| * refactoringGiampaolo Rodola2016-10-012-47/+65
| * add tests for the test utils (lol)Giampaolo Rodola2016-09-302-5/+69
| * refactoringGiampaolo Rodola2016-09-301-19/+3
| * refactor call_until so that it uses retry decoGiampaolo Rodola2016-09-301-15/+9
| * add a retry decoratorGiampaolo Rodola2016-09-301-52/+76
* | Merge pull request #895 from embray/bug/test_net_if_addrsGiampaolo Rodola2016-09-301-12/+17
|\ \
| * | Trying to bind a socket to the address of an interface that's down can fail, ...Erik M. Bray2016-09-271-12/+17
* | | Merge pull request #894 from embray/bug/assert-stdoutGiampaolo Rodola2016-09-301-3/+3
|\ \ \ | |_|/ |/| |
| * | Quote script paths when invoking them from the shell in case they contain spa...Erik M. Bray2016-09-271-3/+3
| |/
* | Merge pull request #897 from embray/bug/windows/get_test_subprocessGiampaolo Rodola2016-09-301-13/+28
|\ \ | |/ |/|
| * Further cleaned up the exception handling here to make sense on bothErik M. Bray2016-09-291-6/+9
| * Right--keep forgetting IOError is not same as OSError on Python 2Erik M. Bray2016-09-291-1/+1
| * Narrower condition for retrying wait_for_fileErik M. Bray2016-09-291-1/+12
| * Limit time to sleep between wait_for_file loops to 0.01 seconds so the tests ...Erik M. Bray2016-09-291-2/+2