summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* fix broken testsGiampaolo Rodola2016-02-081-3/+3
* #759: [Linux] Process.memory_maps() may return paths ending with (deleted)Giampaolo Rodola2016-02-081-1/+1
* fix #350 move tests in psutil namespace (and split them)Giampaolo Rodola2016-02-081-3/+3
* refactor setup.py + fix MakefileGiampaolo Rodola2015-09-021-4/+5
* fix OSX test failureGiampaolo Rodola2015-06-141-3/+4
* try to fix coverallsGiampaolo Rodola2015-07-271-1/+1
* update docsGiampaolo Rodola2015-07-151-1/+1
* #534: (Linux) add support for ZFS filesystemsGiampaolo Rodola2015-07-111-1/+1
* continuous code quality test integration with scrutinizer-ci.comGiampaolo Rodola2015-07-111-6/+4
* activate other python versionsGiampaolo Rodola2015-07-111-1/+1
* fix tests on py 2.6 and 3.2Giampaolo Rodola2015-07-111-1/+1
* update MakefileGiampaolo Rodola2015-07-101-9/+7
* PEP8 fixes + update HISTORY/CREDITSGiampaolo Rodola2015-06-181-3/+5
* fix #635: [UNIX] crash on module import if 'enum' package is installed on pyt...Giampaolo Rodola2015-06-181-4/+2
* more dev-depsGiampaolo Rodola2015-06-181-2/+12
* have 'make install-dev-deps' install pipGiampaolo Rodola2015-06-181-0/+5
* update dev-depsGiampaolo Rodola2015-06-171-1/+1
* add 'make coverage' and 'make install-dev-deps'Giampaolo Rodola2015-06-041-0/+18
* fix travisGiampaolo Rodola2015-05-181-1/+0
* git-hooks: include the new file in MANIFEST.in and use --force when creating ...Giampaolo Rodola2015-05-181-2/+1
* fix make install-git-hooksGiampaolo Rodola2015-05-181-1/+2
* makefile: use the proper python interpreter for running all cmdsGiampaolo Rodola2015-05-151-3/+3
* #602: move pre-commit hook into a separate fileGiampaolo Rodola2015-03-041-19/+2
* fix #602: add GIT pre-commit hookGiampaolo Rodola2015-03-041-0/+22
* some zombie process handling on linux was necessary after allGiampaolo Rodola2015-02-191-0/+1
* make.bat: use build_ext -i; also fix a testGiampaolo Rodola2015-02-121-1/+1
* add new 'make test-memleaks-by-name' command; also fix some compilation warni...Giampaolo Rodola2015-02-121-1/+5
* fix #587: re-apply the relative import changes and use setup.py build_ext -i ...Giampaolo Rodola2015-02-091-1/+5
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-12/+2
* bump up versionGiampaolo Rodola2014-09-211-1/+2
* add make command to tag a new releaseGiampaolo Rodola2014-05-271-0/+4
* github migrationGiampaolo Rodola'2014-05-231-2/+10
* add travis file (provisional)Giampaolo Rodola'2014-05-161-3/+0
* fix issue 492: add tox script to test psutil on multiple python versions (pat...Giampaolo Rodola'2014-05-131-0/+3
* use python -m to invoke noseGiampaolo Rodola'2014-04-161-5/+7
* Makefile: improve command to run a specific test given a nameGiampaolo Rodola'2014-04-161-15/+11
* provide doc favicon + add a 'make upload-doc' command which uploads doc on py...Giampaolo Rodola'2014-04-081-0/+7
* fix issue #468: provide RST based documentationGiampaolo Rodola'2014-02-241-1/+2
* make: add 2 new subcommands to run system/process specific tests only; also r...Giampaolo Rodola'2014-01-191-0/+6
* fix some failing tests on WindowsGiampaolo Rodola'2014-01-061-1/+1
* clever make uninstallGiampaolo Rodola'2014-01-061-1/+5
* various fixesGiampaolo Rodola'2014-01-061-1/+1
* fix psutil on solarisGiampaolo Rodola'2013-12-261-3/+3
* pep8ifyGiampaolo Rodola'2013-12-251-2/+2
* pyflakesGiampaolo Rodola'2013-12-241-1/+3
* tests: the unicode test directory is not removedGiampaolo Rodola'2013-12-231-0/+1
* make: provide 'build' commandGiampaolo Rodola'2013-12-231-15/+21
* update TODOGiampaolo Rodola'2013-12-191-2/+2
* makefile: turn constants into variables which can be changed by specifying an...Giampaolo Rodola'2013-12-181-11/+14
* fix HERE path in setup.py + update makefileGiampaolo Rodola'2013-12-171-8/+9