summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix typo771-win-cpu-countGiampaolo Rodola2018-04-131-1/+1
* appveyor debugGiampaolo Rodola2018-04-133-8/+8
* try to fix win testGiampaolo Rodola2018-04-131-2/+5
* Merge branch 'master' into 771-win-cpu-countGiampaolo Rodola2018-04-131-7/+7
|\
| * adust winmake individual testsGiampaolo Rodola2018-04-131-7/+7
* | print debug msg for cpu phys returning None on win < 7Giampaolo Rodola2018-04-131-0/+1
* | Merge branch 'master' into 771-win-cpu-countGiampaolo Rodola2018-04-124-17/+40
|\ \ | |/
| * 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
* | refactor testsGiampaolo Rodola2018-03-312-17/+29
* | add WMI testsGiampaolo Rodola2018-03-312-2/+12
* | update docGiampaolo Rodola2018-03-311-8/+9
* | update HISTORYGiampaolo Rodola2018-03-301-0/+5
* | return None if phys cpu count cant' be determined; update HISTORYGiampaolo Rodola2018-03-302-1/+11
* | fix C compiler warnings + remove mingw workaroundsGiampaolo Rodola2018-03-303-51/+3
* | rename varsGiampaolo Rodola2018-03-301-14/+13
* | on win vista/xp just return None for phys CPU countGiampaolo Rodola2018-03-302-72/+30
* | use GetLogicalProcessorInformationEx to get phys CPU numGiampaolo Rodola2018-03-301-1/+72
* | error out if get_num_cpus() failGiampaolo Rodola2018-03-301-8/+5
* | reuse get_num_cpus() functionGiampaolo Rodola2018-03-301-30/+27
* | add commentsGiampaolo Rodola2018-03-301-9/+12
* | psutil_get_num_cpus(): provide an option to fail on errGiampaolo Rodola2018-03-302-12/+13
* | remove unused codeGiampaolo Rodola2018-03-301-17/+0
* | factor out logical CPU num funGiampaolo Rodola2018-03-302-14/+50
* | Merge branch 'master' into 771-win-cpu-countGiampaolo Rodola2018-03-294-6/+47
|\ \ | |/
| * #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
* | Merge branch 'master' into 771-win-cpu-countGiampaolo Rodola2018-03-293-19/+21
|\ \ | |/
| * 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
* | styleGiampaolo Rodola2018-03-281-2/+1
* | return None if cpu_count() is undetermined + add mock testGiampaolo Rodola2018-03-283-11/+15
* | use GetLogicalProcessorInformation() to get logical cpu_count()Giampaolo Rodola2018-03-282-31/+38
|/
* 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
|\