summaryrefslogtreecommitdiff
path: root/scripts/internal
Commit message (Collapse)AuthorAgeFilesLines
* pep81151-PSUTIL_TESTING_env_varGiampaolo Rodola2017-10-201-1/+1
|
* automatically set PSUTIL_TEST env var during testsGiampaolo Rodola2017-10-201-12/+0
|
* re: #1120 / PEP527: no longer provide .exe files for WindowsGiampaolo Rodola2017-09-082-9/+2
|
* update doc urlGiampaolo Rodola2017-09-071-1/+1
|
* fix winmakeGiampaolo Rodola2017-05-201-2/+2
|
* import psutil right after make build to make sure compilation workedGiampaolo Rodola2017-05-201-1/+6
|
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-181-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 filesGiampaolo Rodola2017-05-121-4/+20
|
* broken links: also inspect C and H filesGiampaolo Rodola2017-05-121-7/+39
|
* refactor broken links scriptGiampaolo Rodola2017-05-121-18/+17
|
* parse comment blocksGiampaolo Rodola2017-05-121-4/+10
|
* refactor broken links scriptGiampaolo Rodola2017-05-121-20/+26
|
* check broken links: use memoize decoratorGiampaolo Rodola2017-05-121-0/+17
|
* check broken links: also inspect py filesGiampaolo Rodola2017-05-121-2/+27
|
* faster regexGiampaolo Rodola2017-05-121-3/+3
|
* check_urls.py refactoringGiampaolo Rodola2017-05-121-10/+23
|
* fix #1060: dynamically generate MANIFEST.inGiampaolo Rodola2017-05-121-0/+31
|
* #1058: enable warnings on make.bat, appveyor and travisGiampaolo Rodola2017-05-121-15/+15
|
* add a script to print releases timeline in RST format; also show a diff ↵Giampaolo Rodola2017-05-101-0/+53
| | | | between versions in the timeline section of the doc
* make.bat: have subprocesses inherit cwd and environGiampaolo Rodola2017-05-051-5/+4
|
* make.bat uninstall: remove files from site-packages dirGiampaolo Rodola2017-05-051-14/+14
|
* wimake: listdir() unicode so that also paths with funky names can be removedGiampaolo Rodola2017-05-051-1/+1
|
* make.bat: recognize python 64 versionsGiampaolo Rodola2017-05-051-1/+3
|
* make.bat: add -p optGiampaolo Rodola2017-05-051-2/+33
|
* refactor testsGiampaolo Rodola2017-05-031-3/+4
|
* refactor copyload_shared_libGiampaolo Rodola2017-05-021-1/+1
|
* make.bat: add utility function which prints to console without producing ↵Giampaolo Rodola2017-05-021-13/+36
| | | | encoding errors
* make.bad: add test_script cmd to quickly run a script on the flyGiampaolo Rodola2017-05-021-0/+12
|
* windows: fix battery testsGiampaolo Rodola2017-05-021-0/+7
|
* #1036: add exception handling + some minor coding style adjustmentsGiampaolo Rodola2017-05-011-40/+38
|
* Merge pull request #1036 from himanshub16/check-broken-linksGiampaolo Rodola2017-05-012-0/+148
|\ | | | | Check broken links
| * update thread management to safer wayHimanshu Shekhar2017-05-011-15/+10
| |
| * implement timeout in http requestsHimanshu Shekhar2017-04-301-2/+4
| |
| * implement good coding stylesHimanshu Shekhar2017-04-301-9/+5
| |
| * fix licenseHimanshu Shekhar2017-04-301-0/+2
| |
| * exit with non-zero exit code on failureHimanshu Shekhar2017-04-301-0/+1
| |
| * add requests as dependencyHimanshu Shekhar2017-04-301-0/+1
| |
| * handle some special error codes if not 200Himanshu Shekhar2017-04-301-1/+10
| |
| * add * to regex exclusion (case with *boldtext* in markdown)Himanshu Shekhar2017-04-301-1/+1
| |
| * add concurrency to validationsHimanshu Shekhar2017-04-301-10/+33
| |
| * change output target from file to stdoutHimanshu Shekhar2017-04-291-8/+5
| |
| * add message if no files are providedHimanshu Shekhar2017-04-291-1/+4
| |
| * remove print statement from utility functionHimanshu Shekhar2017-04-291-1/+0
| |
| * break regex to two lines by backslashHimanshu Shekhar2017-04-291-2/+2
| |
| * differentiate stdlib and requests importHimanshu Shekhar2017-04-291-0/+1
| |
| * remove space before printHimanshu Shekhar2017-04-291-3/+3
| |
| * fix linting for ci-testsHimanshu Shekhar2017-04-291-5/+7
| |
| * expecting absolute path in scriptHimanshu Shekhar2017-04-291-1/+3
| |
| * add description for requestsHimanshu Shekhar2017-04-291-1/+1
| |
| * create script to check broken linksHimanshu Shekhar2017-04-291-0/+115
| |