summaryrefslogtreecommitdiff
path: root/scripts/internal/winmake.py
Commit message (Collapse)AuthorAgeFilesLines
* update doc + change git hook locationGiampaolo Rodola2019-03-021-1/+1
|
* Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-281-8/+11
|
* appveyor: run print scripts after testsGiampaolo Rodola2019-02-271-4/+7
|
* move access_denied scriptGiampaolo Rodola2019-02-271-1/+1
|
* Process SE DEBUG mode was not set on Windows (#1429)Giampaolo Rodola2019-02-251-0/+7
|
* fix PEP8 style mistakesGiampaolo Rodola2018-11-071-1/+1
|
* Correct capitalization of PyPI (#1337)Jon Dufresne2018-09-261-1/+1
| | | As spelled on https://pypi.org/.
* winmake: add upload-wheels cmdGiampaolo Rodola2018-06-291-0/+7
|
* adust winmake individual testsGiampaolo Rodola2018-04-131-7/+7
|
* and another oneGiampaolo Rodola2018-04-121-1/+5
|
* adjust win depsGiampaolo Rodola2018-04-121-4/+8
|
* fix appveyor.yml syntaxGiampaolo Rodola2018-03-291-1/+1
|
* fix git commit hook cmd on winGiampaolo Rodola2018-03-241-1/+11
|
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-7/+7
| | | This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-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 Rodola2017-11-141-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.pyGiampaolo Rodola2017-11-121-12/+29
|
* #1053: drop python 3.3 supportGiampaolo Rodola2017-11-081-2/+2
|
* 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-081-7/+0
|
* 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
* #1058: enable warnings on make.bat, appveyor and travisGiampaolo Rodola2017-05-121-15/+15
|
* 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
|
* Merge pull request #1036 from himanshub16/check-broken-linksGiampaolo Rodola2017-05-011-0/+1
|\ | | | | Check broken links
| * add requests as dependencyHimanshu Shekhar2017-04-301-0/+1
| |
* | #1039 / proc.cpu_times / windows was returning int instead of float for ↵Giampaolo Rodola2017-04-301-0/+7
|/ | | | children times
* move unicode tests in their own fileGiampaolo Rodola2017-04-281-0/+7
|
* winmake: add pyreadline to list of depsGiampaolo Rodola2017-01-261-0/+1
|
* winmake uninstall: make it a bit smarterGiampaolo Rodola2017-01-231-1/+3
|
* make.bat: fix invalid cmdlineGiampaolo Rodola2017-01-151-2/+2
|
* make.bat: att build_exe and build_wheel cmdsGiampaolo Rodola2017-01-151-0/+14
|
* winmake: use the right win slashesGiampaolo Rodola2016-11-081-1/+1
|
* winmake: do not try to install GIT commit hook if this is not a GIT cloned dirGiampaolo Rodola2016-11-081-1/+2
|
* Merge branch 'master' into oneshotGiampaolo Rodola2016-10-281-11/+6
|\
| * refactoringGiampaolo Rodola2016-10-281-10/+5
| |
| * memleak script refactoringGiampaolo Rodola2016-10-281-1/+1
| |
* | update windmake scriptGiampaolo Rodola2016-10-271-0/+2
| |
* | Merge branch 'master' into oneshotGiampaolo Rodola2016-10-271-18/+60
|\ \ | |/