summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre-releaserelease-5.2.0Giampaolo Rodola2017-03-054-12/+12
* fix #983: remove CPU% column from test() outputGiampaolo Rodola2017-03-041-4/+3
* windows: disable test causing occasional failuresGiampaolo Rodola2017-03-042-12/+16
* fix failing testGiampaolo Rodola2017-03-041-0/+2
* fix #986: [Linux] Process.cwd() may raise NoSuchProcess instead of ZombieProc...Giampaolo Rodola2017-03-042-1/+11
* Merge pull request #984 from maxbelanger/fix-windows-threadingGiampaolo Rodola2017-03-043-14/+5
|\
| * add history entryMax Belanger2017-03-031-0/+1
| * remove fiber code, not needed as we don't support xp anymoreMax Belanger2017-03-021-12/+0
| * correct signatureMax Belanger2017-03-022-2/+2
| * first passMax Belanger2017-03-011-2/+4
|/
* update HISTORY and CREDITSGiampaolo Rodola2017-02-162-0/+8
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-02-162-0/+4
|\
| * Merge pull request #979 from baruchsiach/fix-musl-libcGiampaolo Rodola2017-02-161-0/+2
| |\
| | * Fix build with musl libcBaruch Siach2017-02-161-0/+2
| |/
| * Update INSTALL.rstGiampaolo Rodola2017-02-151-0/+2
* | add linux testGiampaolo Rodola2017-02-141-4/+7
* | update docGiampaolo Rodola2017-02-141-1/+1
* | update docGiampaolo Rodola2017-02-141-0/+2
* | update docGiampaolo Rodola2017-02-141-3/+9
* | cosmetic changesGiampaolo Rodola2017-02-146-72/+62
|/
* #976 / Linux / Process.io_counters(): return also read_chars and write_chars ...Giampaolo Rodola2017-02-144-20/+45
* update docGiampaolo Rodola2017-02-141-6/+10
* fix #976 / windows / io_counters(): add 2 new fieldsGiampaolo Rodola2017-02-146-23/+54
* add Process.num_handles() windows specific testGiampaolo Rodola2017-02-141-3/+16
* add Process.io_counters() windows specific testGiampaolo Rodola2017-02-141-0/+15
* add Process.cpu_affinity() windows specific testGiampaolo Rodola2017-02-141-0/+12
* add Process.wait() windows specific testGiampaolo Rodola2017-02-141-0/+10
* add Process.memory_info() windows specific testGiampaolo Rodola2017-02-141-0/+27
* add Process.nice() windows specific testGiampaolo Rodola2017-02-141-4/+12
* add Process.cpu_times() windows specific testGiampaolo Rodola2017-02-141-0/+12
* add sensors_battery() windows specific testGiampaolo Rodola2017-02-141-0/+6
* add disk_partitions() windows specific testGiampaolo Rodola2017-02-141-0/+7
* add disk_usage() windows specific testGiampaolo Rodola2017-02-141-0/+11
* add cmdline() windows specific testGiampaolo Rodola2017-02-141-1/+7
* add username() windows specific testGiampaolo Rodola2017-02-141-0/+5
* add cpu_count() windows specific testGiampaolo Rodola2017-02-141-0/+5
* README: add psutil portingsGiampaolo Rodola2017-02-141-0/+11
* add tests for uids() and gids()Giampaolo Rodola2017-02-131-6/+8
* add test for nice()Giampaolo Rodola2017-02-131-3/+12
* add test for ppid() - add FAQGiampaolo Rodola2017-02-132-1/+10
* fix failure on travisGiampaolo Rodola2017-02-131-1/+1
* fix appveyor testGiampaolo Rodola2017-02-131-0/+1
* update docGiampaolo Rodola2017-02-132-5/+9
* sensors.py: change outputGiampaolo Rodola2017-02-131-27/+11
* add testGiampaolo Rodola2017-02-131-0/+3
* add sensors.py example scriptGiampaolo Rodola2017-02-133-4/+112
* #974: move sensors_fans() testGiampaolo Rodola2017-02-133-28/+32
* #974 sensors_fans(): add example script, return dict and named tuple instead ...Giampaolo Rodola2017-02-139-16/+76
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-02-135-1/+82
|\
| * Merge pull request #974 from nicolargo/fansensorGiampaolo Rodola2017-02-135-1/+82
| |\