summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | fix #585 - net_connections() - FreeBSD: fix KeyError caused by invalid TCP st...Giampaolo Rodola2015-02-091-1/+8
* | | #578: another attempt to fix import failuresGiampaolo Rodola2015-02-091-8/+8
* | | #578: another attempt to fix import failuresGiampaolo Rodola2015-02-091-6/+6
* | | #578: another attempt to fix import failuresGiampaolo Rodola2015-02-095-10/+10
* | | fix imports on python 3Giampaolo Rodola2015-02-095-18/+18
* | | revert changes introduced in #584 because relative imports no longer works if...Giampaolo Rodola2015-02-097-77/+78
* | | Merge pull request #579 from mindw/fix_win32_failuresGiampaolo Rodola'2015-02-088-61/+124
|\ \ \
| * | | make tests friendler to auto test discoverers.Gabi Davar2015-02-082-4/+5
| * | | fix test_connections failure on py27 in case enum34 and py27-ipaddress are in...Gabi Davar2015-02-082-5/+5
| * | | fix open_files() on windows when process PID > 64KGabi Davar2015-02-071-41/+87
| * | | review inputGabi Davar2015-02-073-5/+3
| * | | fix most warnings and test failures on win32Gabi Davar2015-02-077-11/+29
|/ / /
* | | Merge pull request #555 from spacewander/masterGiampaolo Rodola'2015-02-070-0/+0
|\ \ \
| * | | consider hostname ':0' as 'localhost' toospacewander2014-12-041-1/+1
* | | | update HISTORY/CREDITS [skip ci]Giampaolo Rodola2015-02-072-1/+12
* | | | consider hostname ':0' as 'localhost' toospacewander2015-02-071-1/+1
* | | | Merge pull request #584 from giampaolo/mindw-move_extension_2_pkgGiampaolo Rodola'2015-02-069-80/+81
|\ \ \ \
| * | | | fix tox issue by adding 'develop' option; also reindent imports as they were ...mindw-move_extension_2_pkgGiampaolo Rodola2015-02-077-42/+38
| * | | | mergeGiampaolo Rodola2015-02-078-80/+85
|/ / / /
* | | | fix flake8 complaintsGiampaolo Rodola2015-02-079-62/+66
* | | | fix #582: turn *connections() constants into enums on python 3.4+Giampaolo Rodola2015-02-079-21/+71
* | | | update TODO [skip ci]Giampaolo Rodola2015-02-071-6/+10
| | * | #376: unify AF_LINK constant across all platforms + update doc and testsGiampaolo Rodola2015-02-0710-40/+68
| | * | Merge branch 'master' into ifconfig-376Giampaolo Rodola2015-02-0713-63/+109
| | |\ \ | |_|/ / |/| | |
* | | | introduce ipaddr dep (py 3.3) for checking validity of IP addressesGiampaolo Rodola2015-02-073-21/+55
* | | | tox: make sure flake8 is executed only against the revisione *.py filesGiampaolo Rodola2015-02-071-1/+3
* | | | remove reference to deprecated BOOT_TIME constant from boot_time() docstringGiampaolo Rodola2015-02-061-3/+1
* | | | point to INSTALL.rst in the doc and README.rstGiampaolo Rodola2015-02-063-15/+17
* | | | #581: add .gitignore to MANIFEST.inGiampaolo Rodola2015-02-061-0/+1
* | | | (issue #581) add more stuff in .gitignore - bump up version to 3.0.0Giampaolo Rodola2015-02-064-10/+30
* | | | Merge pull request #581 from mindw/add_gitignoreGiampaolo Rodola'2015-02-061-0/+9
|\ \ \ \
| * | | | add_gitignoreGabi Davar2015-02-061-0/+9
* | | | | temporarily revert previous commit in order to not create conflicts with PR h...Giampaolo Rodola2015-02-061-8/+2
* | | | | setup.py: include _psutil_common.c in the list of extensions which should be ...Giampaolo Rodola2015-02-061-2/+8
|/ / / /
* | | | remove unused importGiampaolo Rodola2015-02-061-4/+0
* | | | remove names which are no longer in use from _compat.pyGiampaolo Rodola2015-02-062-18/+2
| | * | assume primary IP address can never be NoneGiampaolo Rodola2015-02-071-1/+1
| | * | #376: add another test for verifying the returned NIC namesGiampaolo Rodola2015-02-071-2/+34
| | * | #376: make net_if_addr() work on all other UNIX variants; also skip primary a...Giampaolo Rodola2015-01-024-0/+8
| | * | improve ifconfig.py scriptGiampaolo Rodola2015-02-042-28/+40
| | * | Merge branch 'master' into ifconfigGiampaolo Rodola2015-02-042-2/+4
| | |\ \ | |_|/ / |/| | |
* | | | fix test errors on WindowsGiampaolo Rodola2015-02-042-2/+4
| | * | skip failing test on travisGiampaolo Rodola2015-02-031-1/+4
| | * | provide better error msgGiampaolo Rodola2015-02-031-2/+2
| | * | provide better error message during NIC testGiampaolo Rodola2015-02-031-2/+3
| | * | modernize some codeGiampaolo Rodola2015-02-031-11/+7
| | * | use contextlib.close()Giampaolo Rodola2015-02-031-6/+3
| | * | fix bytes related errors on python 3Giampaolo Rodola2015-02-032-7/+12
| | * | fix import errorsGiampaolo Rodola2015-02-021-1/+3
| | * | merge from masterGiampaolo Rodola2015-02-0243-1172/+1097
| | |\ \ | |_|/ / |/| | |