summaryrefslogtreecommitdiff
path: root/scripts/internal
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | downalod_exes.py: set timeout for HTTP requestsGiampaolo Rodola2017-04-301-7/+10
* | futures: catch exception on result()Giampaolo Rodola2017-04-301-6/+16
* | download_exe.py: use concurrent.futures.as_completed()Giampaolo Rodola2017-04-301-8/+9
* | #1039 / proc.cpu_times / windows was returning int instead of float for child...Giampaolo Rodola2017-04-301-0/+7
* | do not pass max_workers=cpus to ThreadPoolExecutor: by default it does cpus *...Giampaolo Rodola2017-04-301-2/+1
* | refactoringGiampaolo Rodola2017-04-301-16/+17
|/
* move unicode tests in their own fileGiampaolo Rodola2017-04-281-0/+7
* download_exes.py; show file sizeGiampaolo Rodola2017-02-031-2/+22
* be more cautious when converting to int()Giampaolo Rodola2017-02-031-1/+1
* winmake: add pyreadline to list of depsGiampaolo Rodola2017-01-261-0/+1
* merge from masterGiampaolo Rodola2017-01-231-1/+17
|\
| * 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
* | #357: does not support cpu_num() on Net and Open BSDGiampaolo Rodola2016-11-261-2/+5
|/
* 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
* #799 - oneshot / linux: speedup memory_full_info and memory_mapsGiampaolo Rodola2016-11-051-0/+2
* 799 onshot / win: no longer store the handle in python; I am now sure this is...Giampaolo Rodola2016-10-281-8/+6
* Merge branch 'master' into oneshotGiampaolo Rodola2016-10-281-11/+6
|\
| * refactoringGiampaolo Rodola2016-10-281-10/+5
| * memleak script refactoringGiampaolo Rodola2016-10-281-1/+1
* | #799 / win: pass handle also to memory_maps() and username() functionsGiampaolo Rodola2016-10-281-0/+2
* | #799 / win: use oneshot() around num_threads() and num_ctx_switches(); speedu...oneshot-winGiampaolo Rodola2016-10-281-0/+2
* | update docGiampaolo Rodola2016-10-271-4/+2
* | Merge branch 'oneshot' into oneshot-winGiampaolo Rodola2016-10-271-0/+2
|\ \
| * | update windmake scriptGiampaolo Rodola2016-10-271-0/+2
* | | Merge branch 'oneshot' into oneshot-winGiampaolo Rodola2016-10-273-22/+64
|\ \ \ | |/ /
| * | Merge branch 'master' into oneshotGiampaolo Rodola2016-10-271-18/+60
| |\ \ | | |/
| | * winmake clean: make it an order of magnitude faster; also update MakefileGiampaolo Rodola2016-10-271-18/+60
| * | bench script: add psutil verGiampaolo Rodola2016-10-272-4/+4
| * | Merge branch 'master' into oneshotGiampaolo Rodola2016-10-271-26/+46
| |\ \ | | |/
* | | Merge branch 'master' into oneshot-winGiampaolo Rodola2016-10-271-26/+46
|\ \ \ | | |/ | |/|
| * | winmake: more aggressive logic to uninstall psutilGiampaolo Rodola2016-10-271-26/+46
* | | Merge branch 'oneshot' into oneshot-winGiampaolo Rodola2016-10-271-12/+9
|\ \ \ | | |/ | |/|