summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avoid closing connectionosx-temps-alternateGiampaolo Rodola2018-08-141-4/+0
* avoid calling SMCOpen() for each keyGiampaolo Rodola2018-08-143-11/+18
* move keys definition in the h fileGiampaolo Rodola2018-08-142-106/+106
* redefine SMC keys in CGiampaolo Rodola2018-08-144-125/+142
* remove code related to OSX 10.5Giampaolo Rodola2018-08-131-15/+1
* remove unused constantsGiampaolo Rodola2018-08-131-9/+0
* fix #1323: [Linux] sensors_temperatures() may fail with ValueErrorGiampaolo Rodola2018-08-132-5/+14
* fix failing linux testsGiampaolo Rodola2018-08-132-15/+6
* #1321 add unit testsGiampaolo Rodola2018-08-131-0/+20
* #1321: refactoringGiampaolo Rodola2018-08-134-40/+60
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-08-131-2/+17
|\
| * make disk_io_counters more robust (#1324)Lawrence Ye2018-08-131-2/+17
* | fix typoGiampaolo Rodola2018-08-121-1/+1
|/
* Fix DeprecationWarning: invalid escape sequence (#1318)Mickaƫl Schoentgen2018-08-081-2/+2
* remove old testGiampaolo Rodola2018-08-011-19/+0
* update is_storage_device() docstringGiampaolo Rodola2018-08-011-4/+4
* fix #1305 / disk_io_counters() / Linux: assume SECTOR_SIZE is a fixed 512Giampaolo Rodola2018-08-012-17/+17
* #1313 remove test which no longer makes senseGiampaolo Rodola2018-07-291-6/+0
* disk_io_counters() - linux: mimic iostat behavior (#1313)Giampaolo Rodola2018-07-295-61/+115
* fix wrong reference link in docGiampaolo Rodola2018-07-281-2/+2
* disambiguate TESTFN for parallel testingGiampaolo Rodola2018-07-271-2/+19
* fix #1309: add STATUS_PARKED constant and fix STATUS_IDLE (both on linux)Giampaolo Rodola2018-07-255-7/+20
* give CREDITS to @sylvainduchesne for #1294Giampaolo Rodola2018-07-242-0/+6
* retain GIL when querying connections table (#1306)sylvainduchesne2018-07-241-4/+0
* Update index.rst (#1308)Ashish Billore2018-07-241-4/+2
* fix #1279: catch and skip ENODEV in net_if_stat()Giampaolo Rodola2018-07-166-20/+49
* appveyor: retire 3.5, add 3.7Giampaolo Rodola2018-07-152-19/+8
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-2913-40/+40
* winmake: add upload-wheels cmdGiampaolo Rodola2018-06-292-1/+8
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-2640-229/+245
* apveyor: reset py 3.4 and remove 3.7 (not available yet)Giampaolo Rodola2018-06-271-8/+8
* try to fix occasional children() failure on Win: https://ci.appveyor.com/proj...Giampaolo Rodola2018-06-271-0/+1
* appveyor: remove py 3.4 and add 3.7Giampaolo Rodola2018-06-261-8/+8
* #1284: give credits to @amanusk + some minor adjustmentsGiampaolo Rodola2018-06-266-39/+42
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-06-268-5/+535
|\
| * Osx temps (#1284)Alex Manuskin2018-06-268-5/+535
* | little refactoringGiampaolo Rodola2018-06-261-1/+1
|/
* give CREDITs to @nikhilm for #1278Giampaolo Rodola2018-06-152-0/+6
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-06-151-2/+4
|\
| * Add seconds to thread run times on MacOS. (#1292)Nikhil Marathe2018-06-151-2/+4
* | OSX / pids(): append() pid 0 in pos 0Giampaolo Rodola2018-06-151-2/+2
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-06-154-38/+82
|\
| * OSX - wrapper around task_for_pid() (#1296)Giampaolo Rodola2018-06-144-35/+79
| * Update Python 2 docs URLs to Python 3 (#1293)Jon Dufresne2018-06-101-4/+4
* | import ssl only if necessaryGiampaolo Rodola2018-06-121-1/+1
|/
* pre-releaserelease-5.4.6Giampaolo Rodola2018-06-073-2/+6
* update HISTORY and CREDITSGiampaolo Rodola2018-06-072-0/+6
* Fix Windows crash on proc_username(), happens when WinAPI calls fail, leading...Jean-Luc Migot2018-06-071-3/+3
* fix freebsd compilation warningGiampaolo Rodola2018-05-221-2/+0
* fix #1274 / Process.children / Linux: do not swallow AccessDeniedGiampaolo Rodola2018-05-083-10/+7