summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Correct capitalization of PyPI (#1337)Jon Dufresne2018-09-261-2/+2
| | | As spelled on https://pypi.org/.
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-291-1/+1
|
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-1/+1
| | | rename OSX to macOS
* #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr".Giampaolo Rodola2018-05-041-1/+1
|
* #1270: migrate URLs to new pypi siteGiampaolo Rodola2018-04-251-1/+1
|
* fix git commit hook cmd on winGiampaolo Rodola2018-03-241-1/+1
|
* add a script to purge installationGiampaolo Rodola2018-03-171-1/+2
|
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-11/+11
| | | This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-11/+11
| | | | | | | | Cleanly separates tests from the package itself. Prevents the tests being installed to site-packages. Tests are still distributed with the source distribution by MANIFEST.in. Avoids installing tests in production environments, leading to less total code in the environment.
* pre releaserelease-5.4.3Giampaolo Rodola2018-01-011-0/+1
|
* pre releaseGiampaolo Rodola2018-01-011-1/+0
|
* pre releaseGiampaolo Rodola2018-01-011-1/+1
|
* pre-releaseGiampaolo Rodola2018-01-011-4/+4
|
* pre releaserelease-5.4.2Giampaolo Rodola2017-12-071-3/+3
|
* pre-release; also get rid of PSUTIL_DEBUG doc instructions (it's kinda ↵Giampaolo Rodola2017-12-071-8/+8
| | | | useless for the user after all)
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | * implement PSUTIL_DEBUG from C module * update doc * add psutil_debug() utility function * update doc * enable PSUTIL_DEBUG for tests * update appveyor.yml * change psutil_debug() signature so that it can accept variable num of args * provide DEBUG info in psutil_raise_for_pid() * properly print debug message * do not print too much
* upgrade dist cmdsGiampaolo Rodola2017-11-111-9/+19
|
* change make cmdsGiampaolo Rodola2017-11-111-6/+6
|
* try to set PSUTIL_TESTING env var from python before failingGiampaolo Rodola2017-11-111-17/+18
|
* #1167 give CREDITS to @matrayGiampaolo Rodola2017-11-081-2/+1
|
* provide a 'make help' commandGiampaolo Rodola2017-11-061-75/+41
|
* update MakefileGiampaolo Rodola2017-11-031-18/+10
|
* make pre-release is deleting wheelsGiampaolo Rodola2017-10-121-2/+1
|
* pre releaserelease-5.4.0Giampaolo Rodola2017-10-121-3/+3
|
* bump up verGiampaolo Rodola2017-09-101-3/+5
|
* pre releaserelease-5.3.1Giampaolo Rodola2017-09-101-1/+0
|
* generate-manifest on pre-releaseGiampaolo Rodola2017-09-081-0/+1
|
* import psutil right after make build to make sure compilation workedGiampaolo Rodola2017-05-201-2/+3
|
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-181-12/+12
| | | | | | | | | | | | | | * Introduce PSUTIL_TESTING env var ...so that we can make stricter assertions in C and py code during tests only. * define a C function in _common.c which returns whether the var is set * set PSUTIL_TESTING from the Makefile * cache psutil_testing() result * winmake: set PSUTIL_TESTING env var for tests
* check broken links: also inspect py filesGiampaolo Rodola2017-05-121-1/+1
|
* fix make check-broken-linksGiampaolo Rodola2017-05-121-2/+2
|
* better way to check if there are uncommitted changesGiampaolo Rodola2017-05-121-1/+1
|
* better way to check if there are uncommitted changesGiampaolo Rodola2017-05-121-1/+1
|
* better way to check if there are uncommitted changesGiampaolo Rodola2017-05-121-1/+1
|
* exit make pre-release if there are uncommitted changesGiampaolo Rodola2017-05-121-2/+1
|
* add make sdistGiampaolo Rodola2017-05-121-8/+13
|
* fix #1060: dynamically generate MANIFEST.inGiampaolo Rodola2017-05-121-4/+10
|
* add a script to print releases timeline in RST format; also show a diff ↵Giampaolo Rodola2017-05-101-0/+4
| | | | between versions in the timeline section of the doc
* 1058 enable fix warnings (#1059)Giampaolo Rodola2017-05-101-28/+28
| | | | | | | | | | | | | | | | | | * #1058: have Makefile use PYTHONWARNINGS=all by default for (almost) all commands * #1058 fix linux tests warnings * #1058: try not to use imp module * #1058: get rid of imp module completely * #1058: ignore unicode warnings * #1058: ignore stderr from procsmem.py * #1058: fix resource warning from Popen * #1058: get rid of contextlib.nested (deprecated)
* Merge pull request #1036 from himanshub16/check-broken-linksGiampaolo Rodola2017-05-011-1/+6
|\ | | | | Check broken links
| * remove comment from MakefileHimanshu Shekhar2017-04-301-2/+0
| |
| * add requests as dependencyHimanshu Shekhar2017-04-301-1/+2
| |
| * update argument passing method to scriptHimanshu Shekhar2017-04-301-4/+3
| |
| * update makefile to include check-broken-linksHimanshu Shekhar2017-04-291-0/+7
| |
* | add a new test_contracts.py test suite which checks API sanity, mainly in ↵Giampaolo Rodola2017-04-301-0/+5
|/ | | | terms of returned types and API availability
* move connections-related tests in their own fileGiampaolo Rodola2017-04-291-10/+16
|
* make clean: delete the correct test file nameGiampaolo Rodola2017-04-281-1/+1
|
* move unicode tests in their own fileGiampaolo Rodola2017-04-281-0/+5
|
* update docGiampaolo Rodola2017-04-251-21/+31
|
* minor changeGiampaolo Rodola2017-04-251-2/+3
|