Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into 1173-debug-mode1173-debug-mode | Giampaolo Rodola | 2017-11-13 | 11 | -171/+129 |
|\ | |||||
| * | update MANIFEST | Giampaolo Rodola | 2017-11-13 | 1 | -0/+1 |
| | | |||||
| * | #1174: use TimeoutExpired in wait_pid() | Giampaolo Rodola | 2017-11-13 | 7 | -37/+10 |
| | | |||||
| * | sort imports by name | Giampaolo Rodola | 2017-11-12 | 7 | -13/+13 |
| | | |||||
| * | Move exceptions to separate file (#1174) | wiggin15 | 2017-11-12 | 8 | -139/+123 |
| | | |||||
* | | do not print too much | Giampaolo Rodola | 2017-11-12 | 1 | -2/+0 |
| | | |||||
* | | properly print debug message | Giampaolo Rodola | 2017-11-12 | 1 | -0/+2 |
| | | |||||
* | | provide DEBUG info in psutil_raise_for_pid() | Giampaolo Rodola | 2017-11-12 | 8 | -19/+27 |
| | | |||||
* | | change psutil_debug() signature so that it can accept variable num of args | Giampaolo Rodola | 2017-11-12 | 3 | -7/+9 |
| | | |||||
* | | update appveyor.yml | Giampaolo Rodola | 2017-11-12 | 1 | -1/+1 |
| | | |||||
* | | enable PSUTIL_DEBUG for tests | Giampaolo Rodola | 2017-11-12 | 3 | -1/+8 |
| | | |||||
* | | Merge branch '1173-debug-mode' of github.com:giampaolo/psutil into ↵ | Giampaolo Rodola | 2017-11-12 | 0 | -0/+0 |
|\ \ | | | | | | | | | | 1173-debug-mode | ||||
| * \ | Merge branch 'master' into 1173-debug-mode | Giampaolo Rodola | 2017-11-12 | 3 | -14/+30 |
| |\ \ | | |/ | |||||
* | | | Merge branch 'master' into 1173-debug-mode | Giampaolo Rodola | 2017-11-12 | 3 | -14/+30 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | appveyor: enable python warnings when running tests | Giampaolo Rodola | 2017-11-12 | 1 | -1/+1 |
| | | |||||
| * | refactor winmake.py | Giampaolo Rodola | 2017-11-12 | 2 | -13/+29 |
| | | |||||
* | | update doc | Giampaolo Rodola | 2017-11-12 | 1 | -3/+4 |
| | | |||||
* | | add psutil_debug() utility function | Giampaolo Rodola | 2017-11-12 | 2 | -0/+11 |
| | | |||||
* | | update doc | Giampaolo Rodola | 2017-11-12 | 2 | -0/+27 |
| | | |||||
* | | implement PSUTIL_DEBUG from C module | Giampaolo Rodola | 2017-11-12 | 2 | -0/+4 |
|/ | |||||
* | use a C global variable to figure out whether we're in testing mode | Giampaolo Rodola | 2017-11-12 | 3 | -20/+13 |
| | |||||
* | fix unicode err | Giampaolo Rodola | 2017-11-12 | 1 | -1/+5 |
| | |||||
* | define a setup() function which is called on import by all C modules | Giampaolo Rodola | 2017-11-12 | 8 | -11/+29 |
| | |||||
* | move PyUnicode compt fun definition up in the file | Giampaolo Rodola | 2017-11-12 | 1 | -20/+21 |
| | |||||
* | rename C func | Giampaolo Rodola | 2017-11-12 | 3 | -5/+4 |
| | |||||
* | re-enable test on appveyor; remove unused C code | Giampaolo Rodola | 2017-11-12 | 2 | -13/+3 |
| | |||||
* | refactor PSUTIL_TESTING C APIs | Giampaolo Rodola | 2017-11-12 | 9 | -24/+12 |
| | |||||
* | inspect PSUTIL_TESTING env var from C again | Giampaolo Rodola | 2017-11-12 | 1 | -3/+15 |
| | |||||
* | #1152: (DeviceIOControl), skip disk on ERROR_INVALID_FUNCTION and ↵ | Giampaolo Rodola | 2017-11-12 | 2 | -2/+25 |
| | | | | ERROR_NOT_SUPPORTED | ||||
* | #1152 / win / disk_io_counters(): DeviceIOControl errors were ignored; che ↵ | Giampaolo Rodola | 2017-11-12 | 2 | -29/+41 |
| | | | | return value and retry call on ERROR_INSUFFICIENT_BUFFER | ||||
* | upgrade dist cmds | Giampaolo Rodola | 2017-11-11 | 1 | -9/+19 |
| | |||||
* | change make cmds | Giampaolo Rodola | 2017-11-11 | 2 | -7/+7 |
| | |||||
* | disable IPv6 tests if IPv6 is not supported | Giampaolo Rodola | 2017-11-11 | 2 | -1/+4 |
| | |||||
* | travis / OSX: run py 3.6 instead of 3.4 | Giampaolo Rodola | 2017-11-11 | 1 | -14/+3 |
| | |||||
* | fix #1169: (Linux) users() hostname returns username instead | Giampaolo Rodola | 2017-11-11 | 3 | -1/+7 |
| | |||||
* | update README, bump up version | Giampaolo Rodola | 2017-11-11 | 2 | -1/+10 |
| | |||||
* | get rid of PSUTIL_TESTING env var: it must be necessarily set from cmdline, ↵psutil-test-flag | Giampaolo Rodola | 2017-11-11 | 9 | -23/+38 |
| | | | | hence 'python -m psutil.tests' won't work out of the box | ||||
* | try to set PSUTIL_TESTING env var from python before failing | Giampaolo Rodola | 2017-11-11 | 2 | -19/+22 |
| | |||||
* | skip cpu_freq tests if not available (#1170) | wiggin15 | 2017-11-11 | 2 | -1/+10 |
| | | | cpu_freq is not always available on Linux | ||||
* | update doc | Giampaolo Rodola | 2017-11-08 | 3 | -8/+13 |
| | |||||
* | pre-releaserelease-5.4.1 | Giampaolo Rodola | 2017-11-08 | 2 | -1/+5 |
| | |||||
* | #1053: drop python 3.3 support | Giampaolo Rodola | 2017-11-08 | 6 | -13/+5 |
| | |||||
* | try to fix appveyor failure; also refactor generate_manifest.py | Giampaolo Rodola | 2017-11-08 | 2 | -3/+7 |
| | |||||
* | #1167 give CREDITS to @matray | Giampaolo Rodola | 2017-11-08 | 3 | -2/+7 |
| | |||||
* | Including non-unicast packets in packet count calculation (#1167) | Matthew Long | 2017-11-08 | 1 | -4/+4 |
| | |||||
* | fix #1166 (doc mistake) | Giampaolo Rodola | 2017-11-07 | 2 | -3/+3 |
| | |||||
* | provide a 'make help' command | Giampaolo Rodola | 2017-11-06 | 2 | -75/+42 |
| | |||||
* | ifconfig.py humanize bytes | Giampaolo Rodola | 2017-11-06 | 1 | -18/+38 |
| | |||||
* | try to limit false positives on appveyor/windows | Giampaolo Rodola | 2017-11-04 | 1 | -8/+9 |
| | |||||
* | reap_children() in a finally block in order to limit false positives | Giampaolo Rodola | 2017-11-04 | 1 | -1/+2 |
| |