| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drastically improve "make test/build" speed. | Giampaolo Rodola | 2020-05-01 | 2 | -15/+15 |
| | | | | | | | | Doing "make install" before any test is slow and not really necessary. Instead do "make build", and remove the part import setuptools and test psutil can be imported (do that in make install instead). This way I went down from 0.8 secs (install phase before starting the test) to 0.3 secs! | ||||
| * | Per-test file cleanup and new PsutilTestCase (#1743) | Giampaolo Rodola | 2020-04-30 | 1 | -8/+5 |
| | | | | | | Test files/dirs are now removed after each test. when invoked via self.get_testfn(). Until now test files were stored in a global variable and were removed at process exit, via atexit.register(), but this didn't work with parallel tests because the fork()ed workers use os._exit(0), preventing cleanup functions to run. All test classes now inherit from PsutilTestCase class, which provides the most important methods requiring an automatic cleanup (get_test_subprocess() and others). | ||||
| * | Parallel build (#1741) | Giampaolo Rodola | 2020-04-30 | 1 | -5/+6 |
| | | |||||
| * | MemoryLeakTest class enhancements (#1731) | Giampaolo Rodola | 2020-04-23 | 2 | -2/+0 |
| | | |||||
| * | Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704) | Giampaolo Rodola | 2020-02-21 | 5 | -136/+190 |
| | | |||||
| * | Add C linter script (#1698) | Giampaolo Rodola | 2020-02-18 | 3 | -4/+92 |
| | | |||||
| * | get rid of pip_install() code for py2; move everything in runner.py | Giampaolo Rodola | 2020-02-15 | 1 | -1/+1 |
| | | |||||
| * | point all shebangs to python 3 | Giampaolo Rodola | 2020-02-15 | 34 | -35/+35 |
| | | |||||
| * | refactor print colors utils | Giampaolo Rodola | 2020-02-15 | 4 | -106/+28 |
| | | |||||
| * | update doc | Giampaolo Rodola | 2020-02-15 | 4 | -4/+4 |
| | | |||||
| * | fix #1688: use python3 in GIT commit hook hashbang | Giampaolo Rodola | 2020-02-13 | 1 | -1/+1 |
| | | |||||
| * | Add support for PyPy on Windows (#1686) | Giampaolo Rodola | 2020-02-11 | 1 | -3/+9 |
| | | |||||
| * | [Windows] connections() refactoring (#1678) | Giampaolo Rodola | 2020-02-01 | 1 | -1/+1 |
| | | |||||
| * | AD script: print AD percentage + elapsed time | Giampaolo Rodola | 2020-01-16 | 1 | -2/+7 |
| | | |||||
| * | properly cleanup C thread | Giampaolo Rodola | 2020-01-14 | 1 | -0/+2 |
| | | |||||
| * | exec make install before 2 targets | Giampaolo Rodola | 2020-01-14 | 1 | -0/+2 |
| | | |||||
| * | fix some win tests | Giampaolo Rodola | 2020-01-06 | 1 | -1/+1 |
| | | |||||
| * | winmake.py: use argparse | Giampaolo Rodola | 2020-01-06 | 1 | -114/+84 |
| | | |||||
| * | winmake.py: accept builtiple targets/args | Giampaolo Rodola | 2020-01-03 | 1 | -9/+12 |
| | | |||||
| * | winmake / uninstall: remove installation path from easy-install.pth file | Giampaolo Rodola | 2020-01-02 | 1 | -0/+18 |
| | | |||||
| * | Drop windows XP support (#1652) | Giampaolo Rodola | 2020-01-01 | 1 | -1/+0 |
| | | | | | minimum supported now is Windows Vista | ||||
| * | highlight cmd.exe warnings/errs from VS | Giampaolo Rodola | 2019-12-30 | 1 | -1/+53 |
| | | |||||
| * | #fix #1595 / windows: kill() may not raise AccessDenied | Giampaolo Rodola | 2019-11-20 | 1 | -1/+1 |
| | | |||||
| * | revert last appveyor change for 3.8 | Giampaolo Rodola | 2019-10-24 | 1 | -1/+1 |
| | | |||||
| * | appveyor: add python 3.8; drop 3.5 | Giampaolo Rodola | 2019-10-21 | 1 | -1/+1 |
| | | |||||
| * | fix #1578: 'perf' lib was renamed to 'pyperf' | Giampaolo Rodola | 2019-09-18 | 2 | -3/+3 |
| | | |||||
| * | Merge branch 'master' of github.com:giampaolo/psutil | Giampaolo Rodola | 2019-09-15 | 1 | -1/+1 |
| |\ | |||||
| | * | typo fix scripts/internal/print_timeline.py (#1556) | SteveMoto | 2019-08-27 | 1 | -1/+1 |
| | | | |||||
| * | | add script to help fix flake8 issues | Giampaolo Rodola | 2019-06-29 | 1 | -0/+185 |
| |/ | |||||
| * | credits to @wiggin15 for #1528 | Giampaolo Rodola | 2019-06-12 | 1 | -2/+2 |
| | | |||||
| * | Fix some tests on AIX (#1507) | wiggin15 | 2019-05-08 | 1 | -1/+3 |
| | | |||||
| * | update doc | Giampaolo Rodola | 2019-04-12 | 1 | -2/+1 |
| | | |||||
| * | improve pmap.py script | Giampaolo Rodola | 2019-04-05 | 2 | -7/+8 |
| | | |||||
| * | reuse ps.py script in psutil.test() | Giampaolo Rodola | 2019-04-05 | 1 | -2/+22 |
| | | |||||
| * | move get_terminal_size() in _compat.py | Giampaolo Rodola | 2019-04-05 | 2 | -41/+26 |
| | | |||||
| * | improve ps.py script | Giampaolo Rodola | 2019-04-05 | 1 | -25/+6 |
| | | |||||
| * | improve ps.py script | Giampaolo Rodola | 2019-04-05 | 1 | -27/+24 |
| | | |||||
| * | move bytes2human() into psutil._common and reused it from scripts dir | Giampaolo Rodola | 2019-04-05 | 9 | -214/+79 |
| | | |||||
| * | merge from master | Giampaolo Rodola | 2019-04-05 | 1 | -1/+2 |
| | | |||||
| * | fix #1478: add make command to re-run tests failed on last run | Giampaolo Rodola | 2019-04-05 | 1 | -0/+10 |
| | | |||||
| * | fix #1463: cpu_distribution.py script is broken | Giampaolo Rodola | 2019-03-17 | 1 | -7/+35 |
| | | |||||
| * | [Windows] calculate USS memory by using NtQueryVirtualMemory (#1453) | Giampaolo Rodola | 2019-03-11 | 1 | -1/+1 |
| | | |||||
| * | pre-release | Giampaolo Rodola | 2019-03-05 | 1 | -18/+18 |
| | | |||||
| * | update doc + change git hook location | Giampaolo Rodola | 2019-03-02 | 2 | -1/+119 |
| | | |||||
| * | make pre-release checks/install src dist in a venv | Giampaolo Rodola | 2019-03-01 | 1 | -5/+6 |
| | | |||||
| * | Restore Win-7 support on GIT master (5.5.1 was OK) (#1446) | Giampaolo Rodola | 2019-02-28 | 1 | -8/+11 |
| | | |||||
| * | update doc | Giampaolo Rodola | 2019-02-27 | 2 | -3/+1 |
| | | |||||
| * | better print formatting for print scripts | Giampaolo Rodola | 2019-02-27 | 2 | -58/+75 |
| | | |||||
| * | fix #1442: use python3 as Makefile default | Giampaolo Rodola | 2019-02-27 | 1 | -3/+6 |
| | | |||||
| * | appveyor: run print scripts after tests | Giampaolo Rodola | 2019-02-27 | 2 | -7/+12 |
| | | |||||
