summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* give C modules in setup.py an absolute path so that from _ps*.py scripts we c...Giampaolo Rodola'2013-12-161-2/+2
* makefile: provide an uninstall command depending on pipGiampaolo Rodola'2013-12-161-0/+3
* makefile: get rid of rm -v option which doesn't work on sunosGiampaolo Rodola'2013-12-141-8/+8
* Makefile: provide .PHONY directive; it seems to be necessary for make to work...Giampaolo Rodola'2013-12-101-0/+1
* pep8ify line > 80 charsGiampaolo Rodola'2013-12-081-1/+1
* pep8ifyGiampaolo Rodola'2013-12-081-1/+1
* Makefile: introduce nosetests so that I can easily run a single test wiht 'ma...Giampaolo Rodola'2013-12-071-0/+5
* parametrize test scriptGiampaolo Rodola'2013-12-071-1/+2
* Makefile: also take python 2.4 and 2.5 into accountGiampaolo Rodola'2013-12-071-1/+9
* updaet Makefile and pep8ifyGiampaolo Rodola'2013-12-071-8/+4
* add Makefile in order to ease-up repetitive tasksGiampaolo Rodola'2013-12-071-3/+7
* add Makefile in order to ease-up repetitive tasksGiampaolo Rodola'2013-12-071-0/+30