summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 #897 from embray/bug/windows/get_test_subprocessGiampaolo Rodola2016-09-301-13/+28
|\ | | | | Fix for #896
| * Further cleaned up the exception handling here to make sense on bothErik M. Bray2016-09-291-6/+9
| | | | | | | | | | | | | | | | | | | | | | windows and non-windows, Python 2 and 3. On Python 3 EnvironmentError is an alias for OSError. On Python 2 WindowsError is a subclass of EnvironmentError. So this will correctly check the windows error, if it exists, in all cases. On Travis we also need to catch ENXIO on Linux, and for some reason EOPNOTSUPP on OSX.
| * 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
| | | | | | | | don't wind up taking too long
| * Allow wait_for_file to also wait on empty files.Erik M. Bray2016-09-271-4/+8
| | | | | | | | Sleep between empty reads as well.
| * Double sleep time between attemptsErik M. Bray2016-09-271-1/+3
| |
| * On Python 2 IOError is not a subclass of OSError, so catch both explicitlyErik M. Bray2016-09-271-1/+1
| |
| * Attempt to fix failing tests on AppVeyor--reuse existing wait_for_file ↵Erik M. Bray2016-09-271-9/+4
|/ | | | helper, and allow it to catch a broader range of OSErrors (which may also occur when, for example, attempting to delete the file) if it's still held open by either the test process or some background process).
* fix testGiampaolo Rodola2016-09-272-8/+7
|
* fix testGiampaolo Rodola2016-09-261-1/+1
|
* update docGiampaolo Rodola2016-09-231-35/+35
|
* update docGiampaolo Rodola2016-09-232-26/+47
|
* improve ifconfig scriptGiampaolo Rodola2016-09-231-14/+14
|
* improve ifconfig scriptGiampaolo Rodola2016-09-231-18/+19
|
* #874: update docs/history/creditsGiampaolo Rodola2016-09-234-1/+8
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-09-235-15/+93
|\
| * Merge pull request #874 from ewedlund/netmask-on-windowsGiampaolo Rodola2016-09-231-2/+34
| |\ | | | | | | Added getting IPv4 netmask in Windows 7 and above
| | * Windows 7 -> Windows Vistaewedlund2016-08-251-2/+2
| | |
| | * Added getting IPv4 netmask in Windows 7 and aboveewedlund2016-08-231-2/+34
| | |
| * | update IDEASGiampaolo Rodola2016-08-042-1/+3
| | |
| * | add freebsd testGiampaolo Rodola2016-08-042-2/+22
| | |
| * | small test refactoringGiampaolo Rodola2016-08-041-0/+5
| | |
| * | add test for ctx switchesGiampaolo Rodola2016-08-042-0/+17
| | |
| * | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-08-044-47/+42
| |\ \
| * | | small test refactoringGiampaolo Rodola2016-08-041-11/+13
| | | |
* | | | fix test + update docGiampaolo Rodola2016-09-232-8/+8
| |/ / |/| |
* | | better synchronize get_test_subprocess() so that it has more time to ↵Giampaolo Rodola2016-09-234-47/+42
|/ / | | | | | | initialize properly
* | fix test failure on winGiampaolo Rodola2016-09-231-2/+5
| |
* | fix travisGiampaolo Rodola2016-09-231-1/+2
| |
* | issue #892: [Linux] Process.cpu_affinity([-1]) raise SystemError with no ↵Giampaolo Rodola2016-09-225-7/+14
| | | | | | | | error set; now ValueError is raised.
* | fix testGiampaolo Rodola2016-09-221-1/+1
| |
* | update HISTORYGiampaolo Rodola2016-09-221-4/+4
| |