summaryrefslogtreecommitdiff
path: root/make.bat
Commit message (Expand)AuthorAgeFilesLines
* make.bat: use default 'python' exe; get rid of hard-coded python pathGiampaolo Rodola2022-11-111-9/+7
* Drop Python 2.6 support (#2039)Matthieu Darbois2022-04-151-1/+1
* fix some typos (#2085)cui fliter2022-03-151-1/+1
* get rid of pip_install() code for py2; move everything in runner.pyGiampaolo Rodola2020-02-151-1/+1
* fix compiler warningsGiampaolo Rodola2019-10-241-2/+2
* Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress ...Giampaolo Rodola2019-02-191-1/+6
* Correct capitalization of PyPI (#1337)Jon Dufresne2018-09-261-1/+1
* Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)Jon Dufresne2018-03-041-2/+2
* make.bat: add -p optGiampaolo Rodola2017-05-051-1/+1
* docs/make.bat was wrongGiampaolo Rodola2017-04-271-1/+1
* rewrite make.bat in pyGiampaolo Rodola2016-08-091-215/+1
* return usernameGiampaolo Rodola2016-03-061-0/+7
* make.bat: avoid to download get-pip.py if it's already thereGiampaolo Rodola2016-02-241-12/+17
* update make.batGiampaolo Rodola2016-02-241-4/+6
* update make.batGiampaolo Rodola2016-02-101-1/+28
* fix #761: [Windows] psutil.boot_time() wraps to 0 after 49 daysGiampaolo Rodola2016-02-091-1/+1
* fix broken testsGiampaolo Rodola2016-02-081-2/+2
* fix #350 move tests in psutil namespace (and split them)Giampaolo Rodola2016-02-081-1/+1
* Merge pull request #660 from seeq12/make-bat-visual-studio-locationGiampaolo Rodola2016-02-041-3/+5
|\
| * improve make.bat's resiliency to Visual Studio install locationsMark Derbecker2015-08-021-3/+5
* | add python 3.5 to make.batGiampaolo Rodola2015-11-061-2/+3
* | make.bat clean: remove *obj filesrelease-3.2.1Giampaolo Rodola2015-09-031-0/+1
|/
* activate other python versionsGiampaolo Rodola2015-07-111-2/+2
* appveyor experimentGiampaolo Rodola2015-07-111-1/+1
* make.bat flake8Giampaolo Rodola2015-06-171-4/+14
* make.bat refactoringGiampaolo Rodola2015-06-171-16/+31
* make.bat refactoringGiampaolo Rodola2015-06-171-65/+8
* make.bat improvementsGiampaolo Rodola2015-06-171-22/+22
* fix net_io_counters() segfault and make.bat testGiampaolo Rodola2015-02-151-1/+1
* some fixes to make.batGiampaolo Rodola2015-02-121-10/+3
* improve make.batGiampaolo Rodola2015-02-121-33/+52
* improve make.batGiampaolo Rodola2015-02-121-7/+12
* fix make.bat buildGiampaolo Rodola2015-02-121-1/+2
* make.bat: use build_ext -i; also fix a testGiampaolo Rodola2015-02-121-0/+5
* remove last python 2.4/2.5 referencesrelease-2.2.0Giampaolo Rodola2015-01-061-15/+3
* windows: remove last python 2.4/2.5 references from make.bat; update datesGiampaolo Rodola2015-01-061-6/+1
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-3/+0
* #505 / make.bat: provide commands to build and upload wheel binaries for Wind...Giampaolo Rodola2014-06-051-0/+54
* add travis file (provisional)Giampaolo Rodola'2014-05-161-1/+1
* make.bat set HOME env var to locate the .pypirc file and upload exes on PYPIGiampaolo Rodola'2014-02-061-5/+6
* have make.bat (hopefully) compile and upload *all* supported python versionsGiampaolo Rodola'2014-02-061-2/+26
* make.bat better error handlingGiampaolo Rodola'2014-02-061-7/+10
* update INSTALL and make.bat instructionsGiampaolo Rodola'2014-02-061-3/+10
* make.bat add test-process and test-system commandsGiampaolo Rodola'2014-01-181-4/+20
* make.bat: clever uninstallGiampaolo Rodola'2014-01-061-3/+6
* fix some failing tests on WindowsGiampaolo Rodola'2014-01-061-1/+0
* make.bat. also remove *pyd files on cloeanGiampaolo Rodola'2013-12-301-0/+1
* update make.batGiampaolo Rodola'2013-12-261-16/+17
* import unittest2 from all sub test modules + fix make.bat for python 2.4Giampaolo Rodola'2013-12-261-2/+7
* fix various failing tests on WindowsGiampaolo Rodola'2013-12-261-1/+1