summaryrefslogtreecommitdiff
path: root/scripts/internal
Commit message (Expand)AuthorAgeFilesLines
* fix py2 compatibilityGiampaolo Rodola2022-10-201-2/+5
* improve API speed benchmark script #2102Giampaolo Rodola2022-10-201-29/+118
* move isort and coverage config into pyproject.tomlGiampaolo Rodola2022-10-181-2/+1
* remove fix_flake8.py re-introduced by accidentGiampaolo Rodola2022-09-191-185/+0
* resolve conflictsGiampaolo Rodola2022-09-192-1/+186
|\
| * Fix typosKian-Meng Ang2022-01-272-3/+3
* | Fix AppVeyor CI (#2111)Matthieu Darbois2022-06-051-2/+4
* | add flake8-debugger plugin to detect pdb/set_trace() linesGiampaolo Rodola2022-05-252-5/+9
* | integrate flake8-blind-except pluginGiampaolo Rodola2022-05-251-4/+4
* | introduce flake8-bugbear code checkerGiampaolo Rodola2022-05-252-2/+2
* | fix print_announce.pyGiampaolo Rodola2022-05-201-4/+2
* | remove tidelift.py scriptGiampaolo Rodola2022-05-201-43/+0
* | Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-2/+0
* | Drop Python 2.6 support (#2039)Matthieu Darbois2022-04-151-1/+1
* | use autopep8 to automatically fix (some) flake8 failures; get rid of old hand...Giampaolo Rodola2022-04-061-185/+0
|/
* assert scripts have +x bitGiampaolo Rodola2021-12-152-7/+8
* git pre commit hook: use shlex.split()Giampaolo Rodola2021-12-151-6/+4
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-1415-15/+45
* Fix CI tests / wheels / workflow (#2024)Giampaolo Rodola2021-11-292-2/+2
* change tidelift logoGiampaolo Rodola2021-06-061-1/+1
* improve github actionsGiampaolo Rodola2020-12-192-289/+12
* add issue/PR botGiampaolo Rodola2020-12-171-0/+286
* refactor wheels download scriptsGiampaolo Rodola2020-11-152-19/+11
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-154-54/+61
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-156-7/+75
* Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-312-4/+27
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-1/+1
* script to convert README for PYPIGiampaolo Rodola2020-10-241-0/+50
* fix #1855 docGiampaolo Rodola2020-10-191-9/+17
* don't use fstringsGiampaolo Rodola2020-10-171-12/+11
* mergeGiampaolo Rodola2020-10-171-0/+154
|\
| * pypi download stats scriptGiampaolo Rodola2020-10-176-180/+303
* | update personal site URLGiampaolo Rodola2020-06-161-1/+1
* | Wheels6 (#1767)Giampaolo Rodola2020-05-254-179/+148
|/
* Wheels 3 (#1764)Giampaolo Rodola2020-05-231-8/+6
* Wheels2 (#1761)Giampaolo Rodola2020-05-182-1/+155
* 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-062-0/+8
* fix some memleak tests on winGiampaolo Rodola2020-05-051-2/+2
* Drastically improve "make test/build" speed.Giampaolo Rodola2020-05-012-15/+15
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-8/+5
* Parallel build (#1741)Giampaolo Rodola2020-04-301-5/+6
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-231-1/+0
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-215-136/+190
* Add C linter script (#1698)Giampaolo Rodola2020-02-183-4/+92
* 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-1512-13/+13
* refactor print colors utilsGiampaolo Rodola2020-02-154-106/+28
* fix #1688: use python3 in GIT commit hook hashbangGiampaolo Rodola2020-02-131-1/+1