summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* test commit appveyorappveyor-debugGiampaolo Rodola2018-03-281-0/+1
* test againGiampaolo Rodola2018-03-281-0/+1
* test 3Giampaolo Rodola2018-03-281-0/+1
* ignore meGiampaolo Rodola2018-03-281-0/+1
* remove duplicate testGiampaolo Rodola2018-03-241-67/+0
* rename function argGiampaolo Rodola2018-03-248-17/+17
* 1224 fix windows Process.wait() (#1253)Giampaolo Rodola2018-03-242-15/+68
* fix #1238: sensors_battery() may return None in case battery is not listed as...Giampaolo Rodola2018-03-202-3/+7
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-03-201-371/+345
|\
| * refactor open mock + add purge script (#1249)Giampaolo Rodola2018-03-172-412/+364
* | linux: disable unreliable testGiampaolo Rodola2018-03-171-14/+15
* | linux: add mock test for virtual_memory()Giampaolo Rodola2018-03-171-25/+73
* | suppress warnings from mock moduleGiampaolo Rodola2018-03-171-1/+3
|/
* Adding 'slab' info to virtual_memory on linux (#1239)maxime mouial2018-03-172-2/+33
* Solaris 10 Fixes (#1248)Georg Sauthoff2018-03-174-117/+120
* Ignore negative deltas in cpu times when calculating percentages (#1210) (#1214)wiggin152018-03-142-31/+86
* #1222 / linux / memory_full_info: we were erroneously adding "Pss:" and "Swap...Giampaolo Rodola2018-03-132-3/+44
* #1222: [Linux] Process.memory_full_info() was summing both 'swap PSS' (swap p...Giampaolo Rodola2018-03-131-1/+1
* more detailed error msg in case of missing file when reading temperaturesGiampaolo Rodola2018-03-131-4/+6
* #1245 / linux / temperatures: skip sensors if 'name' file does not existGiampaolo Rodola2018-03-131-2/+3
* cpu_times() GetSystemTimes function double dword convert to __int64,t… (#1243)stswandering2018-03-131-18/+18
* give credits to @alxchk for #1220; bump up versionGiampaolo Rodola2018-03-111-1/+1
* Try to extract argv[] from process address space first (#1220)alxchk2018-03-111-1/+82
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-1117-0/+11053
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-0917-11053/+0
* test environ: clean returned dictGiampaolo Rodola2018-03-081-1/+3
* Remove unused import 'psutil.tests' in test_unicode.py (#1231)Jon Dufresne2018-03-081-1/+0
* Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)Jon Dufresne2018-03-046-15/+1
* add test for safe_mkdirGiampaolo Rodola2018-02-231-0/+7
* rename funGiampaolo Rodola2018-02-141-5/+5
* fix compatibility with python 2.6.x (#1216)Dan Vinakovsky2018-02-121-1/+1
* Add mount points to disk_partitions() in Windows (#775) (#1192)Jake Omann2017-12-121-0/+39
* add test for cpu_affinityGiampaolo Rodola2017-12-091-2/+19
* what a stupid bug! (#1190)Giampaolo Rodola2017-12-072-4/+3
* Use FutureWarning instead of DeprecationWarning (#1188)Giampaolo Rodola2017-12-072-2/+19
* fix testGiampaolo Rodola2017-12-051-3/+3
* refactor environ() testGiampaolo Rodola2017-12-041-21/+15
* Fix OSX pid 0 bug (#1187)Giampaolo Rodola2017-12-042-5/+25
* change assert in testGiampaolo Rodola2017-12-021-5/+1
* refactor Process.__repr__Giampaolo Rodola2017-12-021-13/+28
* Faster Process.children(recursive=True) (#1186)Antoine Pitrou2017-12-021-20/+20
* Speedup Process.children() (#1185)Giampaolo Rodola2017-12-012-41/+65
* fix #1179 / linux / cmdline: handle processes erroneously overwriting /proc/p...Giampaolo Rodola2017-11-282-2/+24
* set x bit to test_aix.pyGiampaolo Rodola2017-11-261-0/+0
* fix #1181: raise AD if task_for_pid() fails with 5 and errno == ENOENTGiampaolo Rodola2017-11-241-2/+10
* fix posix failureGiampaolo Rodola2017-11-241-0/+1
* Arguments for NoSuchProcess and AccessDenied for the C ext (#1180)Giampaolo Rodola2017-11-2412-48/+50
* fix travis failure https://travis-ci.org/giampaolo/psutil/jobs/306424509Giampaolo Rodola2017-11-241-0/+4
* be smarter in searching python exeGiampaolo Rodola2017-11-231-7/+22
* do not test platf specific modules on wheelhouseGiampaolo Rodola2017-11-232-6/+8