summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* pep81151-PSUTIL_TESTING_env_varGiampaolo Rodola2017-10-203-2/+5
|
* automatically set PSUTIL_TEST env var during testsGiampaolo Rodola2017-10-203-14/+2
|
* #1150 give credits to @akosthekissGiampaolo Rodola2017-10-203-1/+15
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-10-206-23/+37
|\
| * Terminate Windows processes with SIGTERM code rather than 0 (#1150)Akos Kiss2017-10-202-6/+7
| | | | | | | | | | | | | | | | If the TerminateProcess WinAPI function is called with 0, then the exit code of the terminated process (e.g., observed by its parent) will be 0. However, this is usually associated with successful execution. Any other exit code could be used to signal forced termination, but perhaps the value of SIGTERM is the most meaningful.
| * fix or skip remaining AIX unit tests (#1145)wiggin152017-10-195-17/+30
| | | | | | | | | | | | * create_exe should use default code if c_code is True * fix or skip remaining AIX unit tests
* | make pre-release is deleting wheelsGiampaolo Rodola2017-10-121-2/+1
|/
* pre releaserelease-5.4.0Giampaolo Rodola2017-10-123-4/+8
|
* #1127: give credits to @jakub-bacicGiampaolo Rodola2017-10-112-0/+6
|
* #1127 Fix reference counting bug in open_files impl on OSX (#1144)Jakub Bacic2017-10-111-1/+2
|
* work around travis failureGiampaolo Rodola2017-10-061-18/+3
|
* investigat travis failureGiampaolo Rodola2017-10-061-1/+2
|
* investigat travis failureGiampaolo Rodola2017-10-061-1/+4
|
* investigate travis failureGiampaolo Rodola2017-10-061-0/+3
|
* #1012: properly convert to msGiampaolo Rodola2017-10-061-2/+4
|
* fix #1012: disk_io_counters()'s read_time and write_time were expressed in ↵Giampaolo Rodola2017-10-062-6/+7
| | | | tens of micro seconds instead of milliseconds
* #1129, #1133: give CREDITSGiampaolo Rodola2017-09-282-17/+19
|
* first pass (#1133)Max Bélanger2017-09-281-4/+8
|
* #1141: sensors_fans / linux: skip unreadable _input label for firstGiampaolo Rodola2017-09-283-7/+11
|
* 1129: have sensors_fans() on Linux skip entry on IOError (#1141)Sebastian Saip2017-09-281-1/+5
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-09-282-2/+1
|\
| * Fix #1136: check PID in AIX in procfs (#1137)wiggin152017-09-272-2/+1
| | | | | | | | | | | | The 'kill' method to check whether processes exist doesn't work on 'wait' processes in AIX. All processes (and only processes) have a "psinfo" file in procfs so we can check whether PIDs exist there.
* | 1129: have sensors_temperatures() on Linux skip entry on IOErrorGiampaolo Rodola2017-09-282-10/+12
|/
* #1138: update HISTORYGiampaolo Rodola2017-09-272-1/+11
|
* fix error on REHL 5.0: expected specifier-qualifier-list before ‘__u3 (#1139)Prodesire2017-09-271-0/+1
|
* PEP8-ify codeGiampaolo Rodola2017-09-273-33/+23
|
* update docGiampaolo Rodola2017-09-274-25/+46
|
* AIX support (#1123)wiggin152017-09-2622-52/+2429
| | | | | | | | | | | | | | | | | | | | * AIX support * AIX support * AIX support * AIX support - use get_procfs_path() instead of /proc * AIX support - group sections like in other modules * AIX support * AIX support * AIX support * AIX support - remove unnecessary dict copy
* try to fix travis failureGiampaolo Rodola2017-09-261-2/+17
|
* Solaris: Use the correct set/get/end functions for utmp (#1130)wiggin152017-09-261-8/+8
| | | | boot_time() and users() use utmp (getutxent), but don't call "set" and don't use the correct "end" variant (for utmpx)
* #1131: merge wiggin15 entries in CREDITSGiampaolo Rodola2017-09-261-6/+2
|
* #1131: give CREDITS to @wiggin15Giampaolo Rodola2017-09-262-0/+14
|
* Solaris: fix compilation warnings (#1131)wiggin152017-09-251-12/+12
|
* #1126: temporarily disable failing testGiampaolo Rodola2017-09-101-0/+2
|
* bump up verGiampaolo Rodola2017-09-102-4/+6
|
* pre releaserelease-5.3.1Giampaolo Rodola2017-09-101-1/+0
|
* pre releaseGiampaolo Rodola2017-09-102-1/+5
|
* fix #1125: [BSD] net_connections() raises TypeError.Giampaolo Rodola2017-09-082-2/+6
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2017-09-082-0/+40
|\
| * fix #1105: can't compile psutil on freebsd 12Giampaolo Rodola2017-09-082-0/+40
| |
* | generate-manifest on pre-releaseGiampaolo Rodola2017-09-082-6/+2
|/
* re: #1120 / PEP527: no longer provide .exe files for WindowsGiampaolo Rodola2017-09-084-10/+7
|
* update doc, bump up verGiampaolo Rodola2017-09-083-14/+23
|
* add doc badgeGiampaolo Rodola2017-09-072-3/+7
|
* update doc urlGiampaolo Rodola2017-09-075-8/+8
|
* migration towards RTD doc themeGiampaolo Rodola2017-09-079-366/+754
|
* update docGiampaolo Rodola2017-09-051-4/+11
|
* update docGiampaolo Rodola2017-09-053-11/+8
|
* pre-releaserelease-5.3.0Giampaolo Rodola2017-09-011-0/+4
|
* update HISTORYGiampaolo Rodola2017-09-011-2/+2
|