summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove zone_id portion from IPv6 addressesipv6-zone-idGiampaolo Rodola2020-09-242-1/+33
* give credits to Chris Burger for #1830Giampaolo Rodola2020-09-212-1/+5
* update doc for #1830 (net_if_stats() isup check if NIC is running)Giampaolo Rodola2020-09-217-9/+13
* 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
* readme: update rust-psutil repo url (#1824)Caleb Bassi2020-09-131-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-08-152-1/+3
|\
| * If the batery is not available set it to false (#1717)Tomáš Chvátal2020-08-132-1/+3
* | add lock issues botGiampaolo Rodola2020-08-151-0/+35
|/
* give CREDITS for #1800 / @ArminGrunnerGiampaolo Rodola2020-08-134-3/+15
* Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)Armin Gruner2020-08-139-24/+193
* pre-releaserelease-5.7.2Giampaolo Rodola2020-07-151-0/+1
* pre-releaseGiampaolo Rodola2020-07-154-2/+15
* pre-releaserelease-5.7.1Giampaolo Rodola2020-07-152-3/+7
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2020-07-055-42/+165
|\
| * Add support for Windows Nano Server (#1768)Julien Lebot2020-07-054-41/+164
| * Fix signature of callback function for load avg (#1781)Ammar Askar2020-07-051-1/+1
* | give CREDITS for #1768 and #1781Giampaolo Rodola2020-07-054-5/+11
* | move SUPPORTERS into CREDITS; also remove people's emailsGiampaolo Rodola2020-06-203-140/+99
* | fix PYTHONWARNINGSGiampaolo Rodola2020-06-201-1/+1
|/
* update personal site URLGiampaolo Rodola2020-06-166-13/+12
* add SUPPORTERSGiampaolo Rodola2020-06-142-0/+73
* add paypal donation link, remove images from READMEGiampaolo Rodola2020-06-132-19/+7
* update docGiampaolo Rodola2020-06-101-5/+6
* Sort results in test_cpu_affinity_all_combinations (#1769)Michał Górny2020-05-261-1/+1
* Wheels6 (#1767)Giampaolo Rodola2020-05-257-198/+177
* Build wheel2 (#1762)Grzegorz Bokota2020-05-253-40/+6
* [macOS] Fix zombie leak detection on (#1766)Giampaolo Rodola2020-05-257-9/+38
* fix conn combos failure of #1762Giampaolo Rodola2020-05-231-17/+16
* go back to py36 for osxGiampaolo Rodola2020-05-231-1/+1
* Wheels 3 (#1764)Giampaolo Rodola2020-05-2313-147/+107
* 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
* enable github sponsorsGiampaolo Rodola2020-05-181-1/+1
* Wheels2 (#1761)Giampaolo Rodola2020-05-1817-103/+314
* Have GitHub build wheels on commit (#1758)Grzegorz Bokota2020-05-165-6/+91
* [Linux] Process.rlimit() does not handle LONG LONG properly (#1760)Giampaolo Rodola2020-05-162-3/+2
* 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
* better #ifdef detection for prlimit() availbilityGiampaolo Rodola2020-05-152-26/+22
* shorter testfnGiampaolo Rodola2020-05-151-3/+1
* fix some testsGiampaolo Rodola2020-05-153-7/+9
* have leak test use 3M instead of 70M to avoid swapping out on CIGiampaolo Rodola2020-05-131-1/+2
* rename memleaks scriptGiampaolo Rodola2020-05-137-6/+6
* always execute python memleak tests on linux (just fewer times)Giampaolo Rodola2020-05-132-55/+69
* put fds test in mem leak classGiampaolo Rodola2020-05-133-128/+70
* remove dead codeGiampaolo Rodola2020-05-131-6/+0
* Memory leak test: take fluctuations into account (#1757)Giampaolo Rodola2020-05-1310-206/+127