summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix travis failurerelease-5.2.1Giampaolo Rodola2017-03-241-2/+2
* pre releaseGiampaolo Rodola2017-03-243-2/+5
* Merge branch 'master' of https://github.com/giampaolo/psutilGiampaolo Rodola2017-03-241-3/+3
|\
| * #999 update disk_usage docGiampaolo Rodola2017-03-241-3/+3
* | #993 / windows / memory_maps: fix UnicodeDecodeError occurring on python 3Giampaolo Rodola2017-03-241-3/+16
|/
* update docstringGiampaolo Rodola2017-03-241-2/+9
* fix failure on TRAVISGiampaolo Rodola2017-03-241-1/+2
* fix #981: [Linux] cpu_freq() may return an empty list.Giampaolo Rodola2017-03-244-8/+37
* #996: [Linux] sensors_temperatures() may not show all temperatures.Giampaolo Rodola2017-03-232-5/+6
* disable failing test on BSDGiampaolo Rodola2017-03-231-0/+3
* #997 / virtual_memory() / FreeBSD: sysctl vm.stats.vm.v_cache_count fails on ...Giampaolo Rodola2017-03-233-3/+14
* update docGiampaolo Rodola2017-03-053-2/+4
* 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