summaryrefslogtreecommitdiff
path: root/scripts/internal/winmake.py
Commit message (Expand)AuthorAgeFilesLines
* win, C, refact: rename process_*.c files to proc_*.cwin-c-refactGiampaolo Rodola2023-04-191-0/+9
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-8/+14
* add windows test for free physical mem #2074Giampaolo Rodola2022-10-211-2/+2
* Fix AppVeyor CI (#2111)Matthieu Darbois2022-06-051-2/+4
* add flake8-debugger plugin to detect pdb/set_trace() linesGiampaolo Rodola2022-05-251-1/+5
* Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-2/+0
* assert scripts have +x bitGiampaolo Rodola2021-12-151-5/+5
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-2/+3
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-151-21/+0
* Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-311-3/+26
* Wheels 3 (#1764)Giampaolo Rodola2020-05-231-8/+6
* rename memleaks scriptGiampaolo Rodola2020-05-131-1/+1
* Memory leak test: take fluctuations into account (#1757)Giampaolo Rodola2020-05-131-1/+0
* Add new TestFdsLeak test class (#1752)Giampaolo Rodola2020-05-061-0/+8
* fix some memleak tests on winGiampaolo Rodola2020-05-051-2/+2
* Drastically improve "make test/build" speed.Giampaolo Rodola2020-05-011-14/+14
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-8/+5
* Parallel build (#1741)Giampaolo Rodola2020-04-301-5/+6
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-211-1/+2
* Add C linter script (#1698)Giampaolo Rodola2020-02-181-2/+2
* get rid of pip_install() code for py2; move everything in runner.pyGiampaolo Rodola2020-02-151-1/+1
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-3/+9
* properly cleanup C threadGiampaolo Rodola2020-01-141-0/+2
* exec make install before 2 targetsGiampaolo Rodola2020-01-141-0/+2
* fix some win testsGiampaolo Rodola2020-01-061-1/+1
* winmake.py: use argparseGiampaolo Rodola2020-01-061-114/+84
* winmake.py: accept builtiple targets/argsGiampaolo Rodola2020-01-031-9/+12
* winmake / uninstall: remove installation path from easy-install.pth fileGiampaolo Rodola2020-01-021-0/+18
* Drop windows XP support (#1652)Giampaolo Rodola2020-01-011-1/+0
* highlight cmd.exe warnings/errs from VSGiampaolo Rodola2019-12-301-1/+53
* fix #1578: 'perf' lib was renamed to 'pyperf'Giampaolo Rodola2019-09-181-1/+1
* fix #1478: add make command to re-run tests failed on last runGiampaolo Rodola2019-04-051-0/+10
* 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
* 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
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-7/+7
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-0/+1
* refactor winmake.pyGiampaolo Rodola2017-11-121-12/+29