summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix testosx-kern-procargs2Giampaolo Rodola2020-11-101-2/+2
* add debug infoGiampaolo Rodola2020-11-102-2/+10
* remove C assertsGiampaolo Rodola2020-11-101-4/+0
* remove unused includesGiampaolo Rodola2020-11-101-6/+0
* fix disk_partitions() testGiampaolo Rodola2020-11-103-6/+8
* adjust confGiampaolo Rodola2020-11-101-19/+0
* config github actionsGiampaolo Rodola2020-11-101-18/+25
* [Windows] add support for pypy2 on windows (#1872)Giampaolo Rodola2020-11-103-5/+22
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-11-051-1/+1
|\
| * Fix definition of RPM (#1870)Christopher Hewett2020-11-041-1/+1
* | revert last commitGiampaolo Rodola2020-11-012-14/+2
|/
* fix #1868: missing fields from /proc/pid/stat on Alpine LinuxGiampaolo Rodola2020-11-012-2/+14
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-319-45/+103
|\
| * Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-3110-47/+105
* | update READMEGiampaolo Rodola2020-10-271-2/+2
* | merge from masterGiampaolo Rodola2020-10-2415-51/+110
|\ \ | |/
| * disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-2416-53/+117
* | bump up versionGiampaolo Rodola2020-10-243-2/+7
|/
* replace win line endingsGiampaolo Rodola2020-10-241-2/+4
* Use Python 3.8.5 in Travis (#1860)release-5.7.3Gábor Lipták2020-10-241-2/+2
* script to convert README for PYPIGiampaolo Rodola2020-10-245-3/+64
* setup.py: add long_description_content_typeGiampaolo Rodola2020-10-241-0/+1
* pre releaseGiampaolo Rodola2020-10-232-2/+6
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-2315-151/+303
|\
| * [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-2315-151/+303
* | remove weird 'return xxx' left in codeGiampaolo Rodola2020-10-231-3/+0
|/
* fix #1855 docGiampaolo Rodola2020-10-192-10/+21
* add sponsors in docGiampaolo Rodola2020-10-181-16/+45
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-183-67/+65
|\
| * Update README (#1854)Giampaolo Rodola2020-10-184-68/+66
* | pragma no coverGiampaolo Rodola2020-10-181-1/+1
|/
* add battery test; increase coverageGiampaolo Rodola2020-10-173-2/+25
* linux / cpu_count phys: take depreated */thread_siblings_list intoGiampaolo Rodola2020-10-174-9/+29
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-171-4/+4
|\
| * Fix cpu_count_physical() returning wrong values on systems with SMT or more t...Vincent A. Arcila2020-10-171-4/+4
* | increase test coverageGiampaolo Rodola2020-10-175-6/+9
|/
* fix #1738 / osx / exe(): catch ENOENT which may occur if process is still ali...Giampaolo Rodola2020-10-172-3/+15
* macOS: include unistd.h needed by getpagesize(); fixes #1791Giampaolo Rodola2020-10-172-0/+2
* windows / open_files; check globalFileName is not NULL before accessing it; f...Giampaolo Rodola2020-10-172-1/+3
* skip GH action tests on osx + pypyGiampaolo Rodola2020-10-173-13/+2
* don't use fstringsGiampaolo Rodola2020-10-171-12/+11
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-171-1/+1
|\
| * Fix labeling in Process cpu_times() documentation (#1853)kellurs2020-10-151-1/+1
* | mergeGiampaolo Rodola2020-10-173-0/+159
|\ \ | |/ |/|
| * pypi download stats scriptGiampaolo Rodola2020-10-1758-542/+1187
* | Update index.rst (#1835)Piotr Dworzynski2020-10-091-1/+1
* | use python 3 as example in docstringsGiampaolo Rodola2020-10-0815-15/+15
* | refactor scripts using cursesGiampaolo Rodola2020-10-083-65/+117
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-081-4/+0
|\ \
| * | remove old unused code (#1843)Arnon Yaari2020-10-051-4/+0