summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* implement posix max file/path lendisk-part-extGiampaolo Rodola2020-10-244-18/+33
* bump up versionGiampaolo Rodola2020-10-241-1/+1
* 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
|/
* update personal site URLGiampaolo Rodola2020-06-161-3/+2
* Sort results in test_cpu_affinity_all_combinations (#1769)Michał Górny2020-05-261-1/+1
* Build wheel2 (#1762)Grzegorz Bokota2020-05-252-0/+3
* [macOS] Fix zombie leak detection on (#1766)Giampaolo Rodola2020-05-255-7/+27
* fix conn combos failure of #1762Giampaolo Rodola2020-05-231-17/+16
* Wheels 3 (#1764)Giampaolo Rodola2020-05-239-133/+92
* some fixes to help #1762Giampaolo Rodola2020-05-185-46/+65
* memleak test: retries 10 times on CI instead of 5Giampaolo Rodola2020-05-181-2/+2
* refactor FetchAll testGiampaolo Rodola2020-05-181-8/+4
* fix occasional false positivesGiampaolo Rodola2020-05-182-2/+4
* Wheels2 (#1761)Giampaolo Rodola2020-05-1811-88/+141
* Have GitHub build wheels on commit (#1758)Grzegorz Bokota2020-05-163-3/+8
* [Linux] Process.rlimit() does not handle LONG LONG properly (#1760)Giampaolo Rodola2020-05-161-3/+1
* add strncpy / PSUTIL_STRNCPY variant which adds null terminator (fix gcc-9 wa...Giampaolo Rodola2020-05-165-8/+13
* #1758: fix github failuresGiampaolo Rodola2020-05-156-21/+12