| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #1652: also drop support for Windows Server 2003 | Giampaolo Rodola | 2020-01-02 | 1 | -3/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2020-01-02 | 1 | -2/+2 |
| |\ | |||||
| | * | Drop windows XP support (#1652) | Giampaolo Rodola | 2020-01-01 | 1 | -2/+2 |
| | | | | | | | | | minimum supported now is Windows Vista | ||||
| * | | update/fix wait_procs() doc | Giampaolo Rodola | 2019-12-29 | 1 | -3/+3 |
| |/ | |||||
| * | Readme tidelift update (#1636) | Giampaolo Rodola | 2019-12-05 | 1 | -2/+2 |
| | | |||||
| * | total physical memory (exclusive swap). (#1634) | Thomas Güttler | 2019-12-05 | 1 | -1/+1 |
| | | | | fix #1633 | ||||
| * | update docrelease-5.6.7 | Giampaolo Rodola | 2019-11-26 | 1 | -8/+40 |
| | | |||||
| * | pre releaserelease-5.6.6 | Giampaolo Rodola | 2019-11-25 | 1 | -0/+4 |
| | | |||||
| * | #1615, 1614: remove pyproject.toml | Giampaolo Rodola | 2019-11-06 | 1 | -0/+4 |
| | | |||||
| * | pre-releaserelease-5.6.4 | Giampaolo Rodola | 2019-11-04 | 1 | -0/+4 |
| | | |||||
| * | docs: fix TypeError in example (#1580) | Jérome Perrin | 2019-11-04 | 1 | -2/+2 |
| | | | | | | | Terminate my children example had some error: log("process {} survived SIGTERM; trying SIGKILL" % p) TypeError: not all arguments converted during string formatting | ||||
| * | update doc | Giampaolo Rodola | 2019-10-17 | 1 | -7/+9 |
| | | |||||
| * | Removed a typo/copy'n'paste mistake Linux->Windows (#1588) | Bastian Ebeling | 2019-09-18 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-09-15 | 1 | -4/+4 |
| |\ | |||||
| | * | broken links fix docs/index.rst (#1555) | SteveMoto | 2019-08-27 | 1 | -3/+3 |
| | | | |||||
| | * | typo fix docs/index.rst (#1553) | SteveMoto | 2019-08-27 | 1 | -1/+1 |
| | | | |||||
| * | | update getloadavg doc | Giampaolo Rodola | 2019-09-15 | 1 | -7/+15 |
| | | | |||||
| * | | fix #1527: Linux process CPU iowait time | Giampaolo Rodola | 2019-09-07 | 1 | -6/+24 |
| |/ | |||||
| * | Connection family/type are not converted to enums (#1535) | Giampaolo Rodola | 2019-06-14 | 1 | -3/+10 |
| | | |||||
| * | update docs / HISTORY / CREDITS / @krytarowski for #1530 | Giampaolo Rodola | 2019-06-12 | 1 | -0/+2 |
| | | |||||
| * | #1515: document how to get a list of valid attrs names for as_dict() | Giampaolo Rodola | 2019-05-29 | 1 | -0/+4 |
| | | |||||
| * | Update index.rst (#1516) | Michael Yoo | 2019-05-28 | 1 | -1/+1 |
| | | |||||
| * | update CREDITS + small style fix | Giampaolo Rodola | 2019-05-08 | 1 | -0/+1 |
| | | |||||
| * | Fix Process.ionice example using wrong keyword arg (#1504) | Tongzhou Wang | 2019-05-06 | 1 | -2/+2 |
| | | |||||
| * | pre releaserelease-5.6.2 | Giampaolo Rodola | 2019-04-26 | 1 | -0/+4 |
| | | |||||
| * | update doc | Giampaolo Rodola | 2019-04-12 | 1 | -11/+8 |
| | | |||||
| * | Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by ↵ | Ammar Askar | 2019-04-11 | 2 | -8/+24 |
| | | | | | Ammar Askar) | ||||
| * | update doc | Giampaolo Rodola | 2019-04-05 | 1 | -15/+10 |
| | | |||||
| * | update doc | Giampaolo Rodola | 2019-04-05 | 2 | -56/+87 |
| | | |||||
| * | [Win] Process IO priority constants + high priority (#1479 / #1476) | Giampaolo Rodola | 2019-04-05 | 1 | -7/+19 |
| | | |||||
| * | update DEVNOTES | Giampaolo Rodola | 2019-03-28 | 1 | -0/+11 |
| | | |||||
| * | Big docfix (#1464) | Giampaolo Rodola | 2019-03-14 | 2 | -212/+199 |
| | | | | | | | | * use https wherever possible * always point to python 3 doc * point to new MSDN urls * use RST references and avoid repetitions of URLs | ||||
| * | pre-releaserelease-5.6.1 | Giampaolo Rodola | 2019-03-11 | 1 | -0/+4 |
| | | |||||
| * | fix version highlighting in docs/index (#1455) | Evgeni Golov | 2019-03-11 | 1 | -1/+1 |
| | | |||||
| * | bump up version, fix some doc issues | Giampaolo Rodola | 2019-03-05 | 2 | -3/+3 |
| | | |||||
| * | pre-release | Giampaolo Rodola | 2019-03-05 | 1 | -1/+5 |
| | | |||||
| * | update doc + change git hook location | Giampaolo Rodola | 2019-03-02 | 1 | -8/+10 |
| | | |||||
| * | move doc; rephrase it a bit | Giampaolo Rodola | 2019-03-01 | 2 | -0/+364 |
| | | |||||
| * | #1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSX | Giampaolo Rodola | 2019-02-28 | 1 | -7/+2 |
| | | |||||
| * | #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise ↵ | Giampaolo Rodola | 2019-02-27 | 1 | -34/+33 |
| | | | | | AccessDenied | ||||
| * | #fix 1438: do not return any parent() for PID 0 + update doc | Giampaolo Rodola | 2019-02-26 | 1 | -11/+9 |
| | | |||||
| * | remove assertion | Giampaolo Rodola | 2019-02-26 | 1 | -0/+3 |
| | | |||||
| * | fix #1437: return pids() in sorted order | Giampaolo Rodola | 2019-02-26 | 1 | -2/+6 |
| | | |||||
| * | Add Process.parents() method (#1433) | Giampaolo Rodola | 2019-02-25 | 1 | -0/+7 |
| | | |||||
| * | update doc | Giampaolo Rodola | 2019-02-21 | 1 | -23/+22 |
| | | |||||
| * | pre-release | Giampaolo Rodola | 2019-02-15 | 1 | -0/+4 |
| | | |||||
| * | update doc | Giampaolo Rodola | 2019-02-01 | 1 | -4/+1 |
| | | |||||
| * | pre-releaserelease-5.5.0 | Giampaolo Rodola | 2019-01-23 | 1 | -0/+4 |
| | | |||||
| * | give CREDITS to @amanusk for #1369 / #1352 and update doc | Giampaolo Rodola | 2018-12-01 | 1 | -1/+2 |
| | | |||||
| * | #1350: give credits to @amanusk | Giampaolo Rodola | 2018-11-03 | 1 | -15/+2 |
| | | |||||
