| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr". | Giampaolo Rodola | 2018-05-04 | 1 | -0/+0 | |
| | | ||||||
| * | #1270: migrate URLs to new pypi site | Giampaolo Rodola | 2018-04-25 | 2 | -2/+2 | |
| | | ||||||
| * | adust winmake individual tests | Giampaolo Rodola | 2018-04-13 | 1 | -7/+7 | |
| | | ||||||
| * | and another one | Giampaolo Rodola | 2018-04-12 | 1 | -1/+5 | |
| | | ||||||
| * | adjust win deps | Giampaolo Rodola | 2018-04-12 | 1 | -4/+8 | |
| | | ||||||
| * | fix appveyor.yml syntax | Giampaolo Rodola | 2018-03-29 | 1 | -1/+1 | |
| | | ||||||
| * | fix git commit hook cmd on win | Giampaolo Rodola | 2018-03-24 | 1 | -1/+11 | |
| | | ||||||
| * | add a script to purge installation | Giampaolo Rodola | 2018-03-17 | 1 | -0/+42 | |
| | | ||||||
| * | Revert "Move tests out of package to top level directory (#1232)" (#1242) | Giampaolo Rodola | 2018-03-11 | 1 | -7/+7 | |
| | | | | This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581. | |||||
| * | Move tests out of package to top level directory (#1232) | Jon Dufresne | 2018-03-09 | 1 | -7/+7 | |
| | | | | | | | | | 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. | |||||
| * | 1173 debug mode (#1176) | Giampaolo Rodola | 2017-11-14 | 1 | -0/+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 | |||||
| * | refactor winmake.py | Giampaolo Rodola | 2017-11-12 | 1 | -12/+29 | |
| | | ||||||
| * | update doc | Giampaolo Rodola | 2017-11-08 | 1 | -4/+3 | |
| | | ||||||
| * | #1053: drop python 3.3 support | Giampaolo Rodola | 2017-11-08 | 2 | -3/+3 | |
| | | ||||||
| * | try to fix appveyor failure; also refactor generate_manifest.py | Giampaolo Rodola | 2017-11-08 | 1 | -2/+6 | |
| | | ||||||
| * | pep81151-PSUTIL_TESTING_env_var | Giampaolo Rodola | 2017-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | automatically set PSUTIL_TEST env var during tests | Giampaolo Rodola | 2017-10-20 | 1 | -12/+0 | |
| | | ||||||
| * | re: #1120 / PEP527: no longer provide .exe files for Windows | Giampaolo Rodola | 2017-09-08 | 2 | -9/+2 | |
| | | ||||||
| * | update doc url | Giampaolo Rodola | 2017-09-07 | 1 | -1/+1 | |
| | | ||||||
| * | fix winmake | Giampaolo Rodola | 2017-05-20 | 1 | -2/+2 | |
| | | ||||||
| * | import psutil right after make build to make sure compilation worked | Giampaolo Rodola | 2017-05-20 | 1 | -1/+6 | |
| | | ||||||
| * | PSUTIL_TESTING env var (#1083) | Giampaolo Rodola | 2017-05-18 | 1 | -1/+16 | |
| | | | | | | | | | | | | | | | * 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 | |||||
| * | broken links: also inspect generic files | Giampaolo Rodola | 2017-05-12 | 1 | -4/+20 | |
| | | ||||||
| * | broken links: also inspect C and H files | Giampaolo Rodola | 2017-05-12 | 1 | -7/+39 | |
| | | ||||||
| * | refactor broken links script | Giampaolo Rodola | 2017-05-12 | 1 | -18/+17 | |
| | | ||||||
| * | parse comment blocks | Giampaolo Rodola | 2017-05-12 | 1 | -4/+10 | |
| | | ||||||
| * | refactor broken links script | Giampaolo Rodola | 2017-05-12 | 1 | -20/+26 | |
| | | ||||||
| * | check broken links: use memoize decorator | Giampaolo Rodola | 2017-05-12 | 1 | -0/+17 | |
| | | ||||||
| * | check broken links: also inspect py files | Giampaolo Rodola | 2017-05-12 | 1 | -2/+27 | |
| | | ||||||
| * | faster regex | Giampaolo Rodola | 2017-05-12 | 1 | -3/+3 | |
| | | ||||||
| * | check_urls.py refactoring | Giampaolo Rodola | 2017-05-12 | 1 | -10/+23 | |
| | | ||||||
| * | fix #1060: dynamically generate MANIFEST.in | Giampaolo Rodola | 2017-05-12 | 1 | -0/+31 | |
| | | ||||||
| * | #1058: enable warnings on make.bat, appveyor and travis | Giampaolo Rodola | 2017-05-12 | 1 | -15/+15 | |
| | | ||||||
| * | add a script to print releases timeline in RST format; also show a diff ↵ | Giampaolo Rodola | 2017-05-10 | 1 | -0/+53 | |
| | | | | | between versions in the timeline section of the doc | |||||
| * | make.bat: have subprocesses inherit cwd and environ | Giampaolo Rodola | 2017-05-05 | 1 | -5/+4 | |
| | | ||||||
| * | make.bat uninstall: remove files from site-packages dir | Giampaolo Rodola | 2017-05-05 | 1 | -14/+14 | |
| | | ||||||
| * | wimake: listdir() unicode so that also paths with funky names can be removed | Giampaolo Rodola | 2017-05-05 | 1 | -1/+1 | |
| | | ||||||
| * | make.bat: recognize python 64 versions | Giampaolo Rodola | 2017-05-05 | 1 | -1/+3 | |
| | | ||||||
| * | make.bat: add -p opt | Giampaolo Rodola | 2017-05-05 | 1 | -2/+33 | |
| | | ||||||
| * | refactor tests | Giampaolo Rodola | 2017-05-03 | 1 | -3/+4 | |
| | | ||||||
| * | refactor copyload_shared_lib | Giampaolo Rodola | 2017-05-02 | 1 | -1/+1 | |
| | | ||||||
| * | make.bat: add utility function which prints to console without producing ↵ | Giampaolo Rodola | 2017-05-02 | 1 | -13/+36 | |
| | | | | | encoding errors | |||||
| * | make.bad: add test_script cmd to quickly run a script on the fly | Giampaolo Rodola | 2017-05-02 | 1 | -0/+12 | |
| | | ||||||
| * | windows: fix battery tests | Giampaolo Rodola | 2017-05-02 | 1 | -0/+7 | |
| | | ||||||
| * | #1036: add exception handling + some minor coding style adjustments | Giampaolo Rodola | 2017-05-01 | 1 | -40/+38 | |
| | | ||||||
| * | Merge pull request #1036 from himanshub16/check-broken-links | Giampaolo Rodola | 2017-05-01 | 2 | -0/+148 | |
| |\ | | | | | Check broken links | |||||
| | * | update thread management to safer way | Himanshu Shekhar | 2017-05-01 | 1 | -15/+10 | |
| | | | ||||||
| | * | implement timeout in http requests | Himanshu Shekhar | 2017-04-30 | 1 | -2/+4 | |
| | | | ||||||
| | * | implement good coding styles | Himanshu Shekhar | 2017-04-30 | 1 | -9/+5 | |
| | | | ||||||
| | * | fix license | Himanshu Shekhar | 2017-04-30 | 1 | -0/+2 | |
| | | | ||||||
