summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update HISTORY1124-win-waitGiampaolo Rodola2018-03-241-1/+1
* update HISTORYGiampaolo Rodola2018-03-241-0/+1
* raise TimeoutAbandoned on WAIT_ABANDONED and rely on a pure-python internal p...Giampaolo Rodola2018-03-242-12/+48
* Merge branch 'master' into 1124-win-waitGiampaolo Rodola2018-03-242-2/+12
|\
| * fix git commit hook cmd on winGiampaolo Rodola2018-03-242-2/+12
* | define C TimeoutExpired exceptionGiampaolo Rodola2018-03-242-6/+17
|/
* 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
* 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-1127-316/+331
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-0927-331/+316
* test environ: clean returned dictGiampaolo Rodola2018-03-081-1/+3
* In tox, move flake8 to own target (#1235)Jon Dufresne2018-03-081-7/+7
* Be more explicit about supported Python version (#1233)Jon Dufresne2018-03-081-3/+2
* Use environment markers for conditional dependencies (#1230)Jon Dufresne2018-03-081-14/+8
* Remove unused import 'psutil.tests' in test_unicode.py (#1231)Jon Dufresne2018-03-081-1/+0
* doc typo (#1234)Vincent Vinet2018-03-081-1/+1
* Remove unnecessary tox PYTHONPATH configuration (#1229)Jon Dufresne2018-03-041-1/+0
* Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)Jon Dufresne2018-03-0410-34/+5
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-03-011-0/+3
|\
| * enable pip cache in appveyor build (#1221)Thijs Triemstra2018-02-201-0/+3
* | update doc + bytes conversion exampleGiampaolo Rodola2018-03-011-0/+32
* | add test for safe_mkdirGiampaolo Rodola2018-02-231-0/+7
|/
* rename funGiampaolo Rodola2018-02-141-5/+5
* #1216 - give credit to @hexaclockGiampaolo Rodola2018-02-132-0/+13
* fix compatibility with python 2.6.x (#1216)Dan Vinakovsky2018-02-121-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-02-023-2/+6
|\
| * docs: fix battery variable (#1212)lasers2018-01-251-1/+1
| * Update INSTALL.rstGiampaolo Rodola2018-01-161-1/+4