summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fix different tests on openbsdGiampaolo Rodola2017-05-012-3/+4
|
* #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
| |
* | 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 ↵Giampaolo Rodola2017-04-301-0/+7
| | | | | | | | children times
* | do not pass max_workers=cpus to ThreadPoolExecutor: by default it does cpus ↵Giampaolo Rodola2017-04-301-2/+1
| | | | | | | | * 5 which is better
* | refactoringGiampaolo Rodola2017-04-301-16/+17
|/
* move unicode tests in their own fileGiampaolo Rodola2017-04-281-0/+7
|
* #1025: take advantage of process_iter(attrs) in scriptsGiampaolo Rodola2017-04-263-33/+9
|
* adjust who.py script formattingGiampaolo Rodola2017-04-261-6/+4
|
* #1022: fix users() on Linux; update doc; bump up versionGiampaolo Rodola2017-04-251-6/+9
|
* fix sensors.py script on python 3 + fix linux testGiampaolo Rodola2017-04-081-1/+1
|
* update docGiampaolo Rodola2017-03-051-1/+2
|
* pre-releaserelease-5.2.0Giampaolo Rodola2017-03-051-6/+6
|
* update docGiampaolo Rodola2017-02-131-1/+1
|
* sensors.py: change outputGiampaolo Rodola2017-02-131-27/+11
|
* add sensors.py example scriptGiampaolo Rodola2017-02-132-1/+109
|
* #974 sensors_fans(): add example script, return dict and named tuple instead ↵Giampaolo Rodola2017-02-131-0/+35
| | | | of dict + tuple; give CREDITS
* fix various failures occurring on CentOSGiampaolo Rodola2017-02-061-0/+2
|
* download_exes.py; show file sizeGiampaolo Rodola2017-02-031-2/+22
|
* be more cautious when converting to int()Giampaolo Rodola2017-02-031-1/+1
|
* #966: sensors_battery() fails with no such file errorGiampaolo Rodola2017-02-021-1/+1
|