summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* Don't duplicate coretemp sensor readings (#1822)Tim Schlueter2020-12-171-2/+12
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-1717-49/+91
* workaround for environ() on CI + MACOSGiampaolo Rodola2020-12-141-1/+10
* [Windows] giveup with AD for all NtWow64 API calls (query 64-bit process from...Giampaolo Rodola2020-12-141-2/+44
* fix #1875: username return ERROR_NONE_MAPPEDGiampaolo Rodola2020-12-141-0/+13
* [Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)Giampaolo Rodola2020-12-1411-42/+56
* [macOS] EIO error occurring on cmdline() and environ (#1886)Giampaolo Rodola2020-12-141-7/+15
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-1513-120/+53
* remove misleading "in UTC" (#1882)zed2020-11-152-2/+2
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-1517-239/+292
* Fix solaris swap output when 'encrypted' column exists (#1876)Jake Omann2020-11-131-1/+1
* OSX: put sysctl() + KERN_PROCARGS2 in its own functionGiampaolo Rodola2020-11-115-63/+57
* [Windows] add support for pypy2 on windows (#1872)Giampaolo Rodola2020-11-102-4/+15
* revert last commitGiampaolo Rodola2020-11-011-9/+2
* fix #1868: missing fields from /proc/pid/stat on Alpine LinuxGiampaolo Rodola2020-11-011-2/+9
* Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-315-32/+63
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-2412-39/+85
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-2311-111/+248
|\
| * [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-2311-111/+248
* | remove weird 'return xxx' left in codeGiampaolo Rodola2020-10-231-3/+0
|/
* pragma no coverGiampaolo Rodola2020-10-181-1/+1
* add battery test; increase coverageGiampaolo Rodola2020-10-172-1/+24
* linux / cpu_count phys: take depreated */thread_siblings_list intoGiampaolo Rodola2020-10-172-9/+23
* 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-171-3/+13
* macOS: include unistd.h needed by getpagesize(); fixes #1791Giampaolo Rodola2020-10-171-0/+1
* windows / open_files; check globalFileName is not NULL before accessing it; f...Giampaolo Rodola2020-10-171-1/+1
* skip GH action tests on osx + pypyGiampaolo Rodola2020-10-172-13/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-10-081-4/+0
|\
| * remove old unused code (#1843)Arnon Yaari2020-10-051-4/+0
* | add linux tests for broadcast and netmask addressesGiampaolo Rodola2020-10-051-0/+34
* | invoke psutil_setup() from linux C moduleGiampaolo Rodola2020-10-011-0/+2
|/
* sensors_battery() only return None if percentage is undetermined (#1838)aristocratos2020-09-301-3/+2
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-09-271-4/+11
|\
| * Expanded battery sensor detection (#1837)aristocratos2020-09-271-4/+11
* | remove faulty testGiampaolo Rodola2020-09-272-14/+1
|/
* add IPv6 address testGiampaolo Rodola2020-09-241-1/+26
* update doc for #1830 (net_if_stats() isup check if NIC is running)Giampaolo Rodola2020-09-215-7/+7
* Use IFF_RUNNING instead of IFF_UP for Linux (#1831)Chris2020-09-212-3/+2
* add Linux specific test for NIC MTUGiampaolo Rodola2020-09-211-0/+5
* If the batery is not available set it to false (#1717)Tomáš Chvátal2020-08-132-1/+3
* give CREDITS for #1800 / @ArminGrunnerGiampaolo Rodola2020-08-131-1/+1
* Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)Armin Gruner2020-08-139-24/+193
* pre-releaseGiampaolo Rodola2020-07-151-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-07-054-41/+164
|\
| * Add support for Windows Nano Server (#1768)Julien Lebot2020-07-053-40/+163
| * Fix signature of callback function for load avg (#1781)Ammar Askar2020-07-051-1/+1
* | give CREDITS for #1768 and #1781Giampaolo Rodola2020-07-052-4/+2
|/