| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct capitalization of PyPI (#1337) | Jon Dufresne | 2018-09-26 | 1 | -2/+2 |
| | | | | As spelled on https://pypi.org/. | ||||
| * | revert file renaming of macos files; get them back to 'osx' prefix | Giampaolo Rodola | 2018-06-29 | 1 | -1/+1 |
| | | |||||
| * | Rename OSX to macOS (#1298) | Giampaolo Rodola | 2018-06-26 | 1 | -1/+1 |
| | | | | rename OSX to macOS | ||||
| * | #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr". | Giampaolo Rodola | 2018-05-04 | 1 | -1/+1 |
| | | |||||
| * | #1270: migrate URLs to new pypi site | Giampaolo Rodola | 2018-04-25 | 1 | -1/+1 |
| | | |||||
| * | fix git commit hook cmd on win | Giampaolo Rodola | 2018-03-24 | 1 | -1/+1 |
| | | |||||
| * | add a script to purge installation | Giampaolo Rodola | 2018-03-17 | 1 | -1/+2 |
| | | |||||
| * | Revert "Move tests out of package to top level directory (#1232)" (#1242) | Giampaolo Rodola | 2018-03-11 | 1 | -11/+11 |
| | | | | This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581. | ||||
| * | Move tests out of package to top level directory (#1232) | Jon Dufresne | 2018-03-09 | 1 | -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.3 | Giampaolo Rodola | 2018-01-01 | 1 | -0/+1 |
| | | |||||
| * | pre release | Giampaolo Rodola | 2018-01-01 | 1 | -1/+0 |
| | | |||||
| * | pre release | Giampaolo Rodola | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | pre-release | Giampaolo Rodola | 2018-01-01 | 1 | -4/+4 |
| | | |||||
| * | pre releaserelease-5.4.2 | Giampaolo Rodola | 2017-12-07 | 1 | -3/+3 |
| | | |||||
| * | pre-release; also get rid of PSUTIL_DEBUG doc instructions (it's kinda ↵ | Giampaolo Rodola | 2017-12-07 | 1 | -8/+8 |
| | | | | | useless for the user after all) | ||||
| * | 1173 debug mode (#1176) | Giampaolo Rodola | 2017-11-14 | 1 | -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 cmds | Giampaolo Rodola | 2017-11-11 | 1 | -9/+19 |
| | | |||||
| * | change make cmds | Giampaolo Rodola | 2017-11-11 | 1 | -6/+6 |
| | | |||||
| * | try to set PSUTIL_TESTING env var from python before failing | Giampaolo Rodola | 2017-11-11 | 1 | -17/+18 |
| | | |||||
| * | #1167 give CREDITS to @matray | Giampaolo Rodola | 2017-11-08 | 1 | -2/+1 |
| | | |||||
| * | provide a 'make help' command | Giampaolo Rodola | 2017-11-06 | 1 | -75/+41 |
| | | |||||
| * | update Makefile | Giampaolo Rodola | 2017-11-03 | 1 | -18/+10 |
| | | |||||
| * | make pre-release is deleting wheels | Giampaolo Rodola | 2017-10-12 | 1 | -2/+1 |
| | | |||||
| * | pre releaserelease-5.4.0 | Giampaolo Rodola | 2017-10-12 | 1 | -3/+3 |
| | | |||||
| * | bump up ver | Giampaolo Rodola | 2017-09-10 | 1 | -3/+5 |
| | | |||||
| * | pre releaserelease-5.3.1 | Giampaolo Rodola | 2017-09-10 | 1 | -1/+0 |
| | | |||||
| * | generate-manifest on pre-release | Giampaolo Rodola | 2017-09-08 | 1 | -0/+1 |
| | | |||||
| * | import psutil right after make build to make sure compilation worked | Giampaolo Rodola | 2017-05-20 | 1 | -2/+3 |
| | | |||||
| * | PSUTIL_TESTING env var (#1083) | Giampaolo Rodola | 2017-05-18 | 1 | -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 files | Giampaolo Rodola | 2017-05-12 | 1 | -1/+1 |
| | | |||||
| * | fix make check-broken-links | Giampaolo Rodola | 2017-05-12 | 1 | -2/+2 |
| | | |||||
| * | better way to check if there are uncommitted changes | Giampaolo Rodola | 2017-05-12 | 1 | -1/+1 |
| | | |||||
| * | better way to check if there are uncommitted changes | Giampaolo Rodola | 2017-05-12 | 1 | -1/+1 |
| | | |||||
| * | better way to check if there are uncommitted changes | Giampaolo Rodola | 2017-05-12 | 1 | -1/+1 |
| | | |||||
| * | exit make pre-release if there are uncommitted changes | Giampaolo Rodola | 2017-05-12 | 1 | -2/+1 |
| | | |||||
| * | add make sdist | Giampaolo Rodola | 2017-05-12 | 1 | -8/+13 |
| | | |||||
| * | fix #1060: dynamically generate MANIFEST.in | Giampaolo Rodola | 2017-05-12 | 1 | -4/+10 |
| | | |||||
| * | add a script to print releases timeline in RST format; also show a diff ↵ | Giampaolo Rodola | 2017-05-10 | 1 | -0/+4 |
| | | | | | between versions in the timeline section of the doc | ||||
| * | 1058 enable fix warnings (#1059) | Giampaolo Rodola | 2017-05-10 | 1 | -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-links | Giampaolo Rodola | 2017-05-01 | 1 | -1/+6 |
| |\ | | | | | Check broken links | ||||
| | * | remove comment from Makefile | Himanshu Shekhar | 2017-04-30 | 1 | -2/+0 |
| | | | |||||
| | * | add requests as dependency | Himanshu Shekhar | 2017-04-30 | 1 | -1/+2 |
| | | | |||||
| | * | update argument passing method to script | Himanshu Shekhar | 2017-04-30 | 1 | -4/+3 |
| | | | |||||
| | * | update makefile to include check-broken-links | Himanshu Shekhar | 2017-04-29 | 1 | -0/+7 |
| | | | |||||
| * | | add a new test_contracts.py test suite which checks API sanity, mainly in ↵ | Giampaolo Rodola | 2017-04-30 | 1 | -0/+5 |
| |/ | | | | terms of returned types and API availability | ||||
| * | move connections-related tests in their own file | Giampaolo Rodola | 2017-04-29 | 1 | -10/+16 |
| | | |||||
| * | make clean: delete the correct test file name | Giampaolo Rodola | 2017-04-28 | 1 | -1/+1 |
| | | |||||
| * | move unicode tests in their own file | Giampaolo Rodola | 2017-04-28 | 1 | -0/+5 |
| | | |||||
| * | update doc | Giampaolo Rodola | 2017-04-25 | 1 | -21/+31 |
| | | |||||
| * | minor change | Giampaolo Rodola | 2017-04-25 | 1 | -2/+3 |
| | | |||||
