summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #1268: fix setup.py's extra_requirerelease-5.4.5Giampaolo Rodola2018-04-134-9/+29
* pre-releaserelease-5.4.4Giampaolo Rodola2018-04-132-2/+6
* 771 Windows CPU count (#1257)Giampaolo Rodola2018-04-1310-149/+195
* fix some compilation warns on winGiampaolo Rodola2018-04-131-1/+1
* fix some compilation warns on winGiampaolo Rodola2018-04-131-2/+3
* adust winmake individual testsGiampaolo Rodola2018-04-131-7/+7
* remove incorrect test assumption that proc cpu percent on windows is supposed...Giampaolo Rodola2018-04-121-4/+0
* and another oneGiampaolo Rodola2018-04-122-2/+6
* another appveyor adjustmentGiampaolo Rodola2018-04-121-1/+1
* adjust win depsGiampaolo Rodola2018-04-122-8/+9
* have safe_rmpath() on windows retry for 1 sec in case of failure as a workaro...Giampaolo Rodola2018-04-111-4/+26
* #1255 adjust style + give CREDITS to @hrefGiampaolo Rodola2018-03-294-23/+28
* Fixes swap_memory not returning bytes on FreeBSD (#1260)Denis Krienbühl2018-03-292-4/+40
* appveyor: use a pywin32 version which works with python 3.4Giampaolo Rodola2018-03-291-1/+1
* try to fix appveyor failureGiampaolo Rodola2018-03-291-1/+1
* try to fix appveyor / setuptoolsGiampaolo Rodola2018-03-291-0/+1
* fix appveyor.yml syntaxGiampaolo Rodola2018-03-292-19/+19
* add oshi projectGiampaolo Rodola2018-03-291-0/+1
* try to fix appveyorGiampaolo Rodola2018-03-281-2/+0
* try to fix appveyorGiampaolo Rodola2018-03-281-24/+24
* fix appveyor failure, see https://ci.appveyor.com/project/giampaolo/psutil/bu...Giampaolo Rodola2018-03-283-4/+6
* appveyor: do not use only_commit files directive as it no longer worksGiampaolo Rodola2018-03-281-21/+23
* remove duplicate testGiampaolo Rodola2018-03-241-67/+0
* rename function argGiampaolo Rodola2018-03-248-17/+17
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-03-243-15/+69
|\
| * 1224 fix windows Process.wait() (#1253)Giampaolo Rodola2018-03-245-17/+81
* | fix git commit hook cmd on winGiampaolo Rodola2018-03-242-2/+12
|/
* fix #1238: sensors_battery() may return None in case battery is not listed as...Giampaolo Rodola2018-03-203-3/+9
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-03-201-371/+345
|\
| * refactor open mock + add purge script (#1249)Giampaolo Rodola2018-03-178-418/+421
* | linux: disable unreliable testGiampaolo Rodola2018-03-171-14/+15
* | add a script to purge installationGiampaolo Rodola2018-03-173-1/+45
* | linux: add mock test for virtual_memory()Giampaolo Rodola2018-03-171-25/+73
* | suppress warnings from mock moduleGiampaolo Rodola2018-03-171-1/+3
* | update doc / HISTORY / CREDITSGiampaolo Rodola2018-03-173-5/+12
|/
* Adding 'slab' info to virtual_memory on linux (#1239)maxime mouial2018-03-173-3/+35
* update HISTORYGiampaolo Rodola2018-03-171-5/+2
* #1193, #1194: give credits to @gsauthofGiampaolo Rodola2018-03-172-8/+13
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-03-175-117/+127
|\
| * Solaris 10 Fixes (#1248)Georg Sauthoff2018-03-175-117/+127
* | fyx typoGiampaolo Rodola2018-03-171-1/+1
|/
* #1210, #1214: update README and give CREDITs to @wiggin15Giampaolo Rodola2018-03-143-2/+5
* 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-133-5/+46
* #1222: [Linux] Process.memory_full_info() was summing both 'swap PSS' (swap p...Giampaolo Rodola2018-03-132-1/+3
* 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-132-2/+4
* give CREDITS to @stswandering for #1240Giampaolo Rodola2018-03-132-1/+5
* 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-113-2/+10