summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix testsfs-exceptionsGiampaolo Rodola2019-06-272-2/+5
* port sunosGiampaolo Rodola2019-06-261-27/+23
* port AIXGiampaolo Rodola2019-06-261-19/+13
* port more stuffGiampaolo Rodola2019-06-261-17/+19
* port more stuffGiampaolo Rodola2019-06-263-12/+11
* port more stuffGiampaolo Rodola2019-06-262-14/+18
* more portsGiampaolo Rodola2019-06-262-10/+7
* inherit from EnvironmentErrorGiampaolo Rodola2019-06-261-5/+5
* port _posix.pyGiampaolo Rodola2019-06-263-48/+50
* port more codeGiampaolo Rodola2019-06-262-56/+42
* add compatibility layer to emulate python 3 exceptions on python 2Giampaolo Rodola2019-06-262-10/+62
* use SO_REUSEADDR on UNIX onlyGiampaolo Rodola2019-06-262-2/+3
* version bump + fix typoGiampaolo Rodola2019-06-192-2/+2
* rename class namesGiampaolo Rodola2019-06-141-7/+8
* fix FreeBSD testsGiampaolo Rodola2019-06-142-21/+25
* fix various testsGiampaolo Rodola2019-06-145-5/+16
* #1536: better detection of zombie procGiampaolo Rodola2019-06-141-3/+16
* [NetBSD] cmdline() raise ZombieProcess when unable to decode chars (#1536)Giampaolo Rodola2019-06-143-5/+9
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-1413-272/+263
* fix bsd testGiampaolo Rodola2019-06-131-1/+1
* add pip install --trusted-host optGiampaolo Rodola2019-06-131-2/+2
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-06-121-2/+2
|\
| * Fix #1528: [AIX] use correct definition of size of procbuf (#1533)wiggin152019-06-121-2/+2
* | credits to @wiggin15 for #1528Giampaolo Rodola2019-06-123-3/+8
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-06-121-3/+2
|\ \ | |/
| * Revert "Add handling of missing space in meminfo output (#1517)" (#1531)Giampaolo Rodola2019-06-121-3/+2
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-06-122-4/+3
|\ \ | |/
| * Add handling of missing space in meminfo output (#1517)xiaclo2019-06-121-2/+3
| * Travis CI: The sudo tag is now deprecated in Travis (#1521)cclauss2019-06-121-2/+0
* | update docs / HISTORY / CREDITS / @krytarowski for #1530Giampaolo Rodola2019-06-123-1/+12
|/
* Implement psutil_proc_cwd for NetBSD (#1530)Kamil Rytarowski2019-06-124-5/+38
* update HISTORY - pre releaserelease-5.6.3Giampaolo Rodola2019-06-112-3/+10
* NetBSD fixes (#1526)Kamil Rytarowski2019-06-112-17/+13
* update LICENSE so that it's recognized as BSD-3 by githubGiampaolo Rodola2019-05-301-1/+1
* add tidelift sponsorshipGiampaolo Rodola2019-05-302-21/+40
* update LICENSE so that it's recognized as BSD-3 by githubGiampaolo Rodola2019-05-301-1/+3
* skip pure-python mem test on linuxGiampaolo Rodola2019-05-301-0/+1
* add more badgesGiampaolo Rodola2019-05-292-21/+22
* #1515: document how to get a list of valid attrs names for as_dict()Giampaolo Rodola2019-05-291-0/+4
* add more badgesGiampaolo Rodola2019-05-281-1/+4
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-05-281-1/+1
|\
| * Update index.rst (#1516)Michael Yoo2019-05-281-1/+1
* | add more badgesGiampaolo Rodola2019-05-282-3/+11
|/
* fix #1501: handle the case where NtQueryInformationProcess fails when dealing...Giampaolo Rodola2019-05-142-0/+11
* small refactoringGiampaolo Rodola2019-05-143-3/+3
* refactor shieldsGiampaolo Rodola2019-05-081-15/+15
* README: add some badgesGiampaolo Rodola2019-05-081-0/+13
* update CREDITS + small style fixGiampaolo Rodola2019-05-086-10/+19
* Fix some tests on AIX (#1507)wiggin152019-05-082-4/+20
* Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)wiggin152019-05-074-2/+80