summaryrefslogtreecommitdiff
path: root/scripts/internal
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-3/+9
* [Windows] connections() refactoring (#1678)Giampaolo Rodola2020-02-011-1/+1
* AD script: print AD percentage + elapsed timeGiampaolo Rodola2020-01-161-2/+7
* 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 #1595 / windows: kill() may not raise AccessDeniedGiampaolo Rodola2019-11-201-1/+1
* revert last appveyor change for 3.8Giampaolo Rodola2019-10-241-1/+1
* appveyor: add python 3.8; drop 3.5Giampaolo Rodola2019-10-211-1/+1
* fix #1578: 'perf' lib was renamed to 'pyperf'Giampaolo Rodola2019-09-182-3/+3
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-09-151-1/+1
|\
| * typo fix scripts/internal/print_timeline.py (#1556)SteveMoto2019-08-271-1/+1
* | add script to help fix flake8 issuesGiampaolo Rodola2019-06-291-0/+185
|/
* credits to @wiggin15 for #1528Giampaolo Rodola2019-06-121-2/+2
* move bytes2human() into psutil._common and reused it from scripts dirGiampaolo Rodola2019-04-051-18/+1
* merge from masterGiampaolo Rodola2019-04-051-1/+2
* fix #1478: add make command to re-run tests failed on last runGiampaolo Rodola2019-04-051-0/+10
* pre-releaseGiampaolo Rodola2019-03-051-18/+18
* update doc + change git hook locationGiampaolo Rodola2019-03-022-1/+119
* make pre-release checks/install src dist in a venvGiampaolo Rodola2019-03-011-5/+6
* Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-281-8/+11
* update docGiampaolo Rodola2019-02-272-3/+1
* better print formatting for print scriptsGiampaolo Rodola2019-02-272-58/+75
* fix #1442: use python3 as Makefile defaultGiampaolo Rodola2019-02-271-3/+6
* appveyor: run print scripts after testsGiampaolo Rodola2019-02-272-7/+12
* highlight top 6 slowest callsGiampaolo Rodola2019-02-272-6/+21
* add printerr() and exit() to shared utils moduleGiampaolo Rodola2019-02-272-14/+20
* add arg parser for ad scriptGiampaolo Rodola2019-02-272-6/+21
* introduce a new scriptsutils.py private module shared by all internal utils +...Giampaolo Rodola2019-02-274-86/+65
* add script for to benchmark API callsGiampaolo Rodola2019-02-271-0/+92
* move access_denied scriptGiampaolo Rodola2019-02-272-3/+37