summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* introduce a new scriptsutils.py private module shared by all internal utils ↵Giampaolo Rodola2019-02-274-86/+65
| | | | + refactor print_access_speed.py script
* add script for to benchmark API callsGiampaolo Rodola2019-02-271-0/+92
|
* move access_denied scriptGiampaolo Rodola2019-02-272-3/+37
|
* Process SE DEBUG mode was not set on Windows (#1429)Giampaolo Rodola2019-02-252-0/+87
|
* update docGiampaolo Rodola2019-02-211-2/+2
|
* fix PEP8 style mistakesGiampaolo Rodola2018-11-074-4/+4
|
* catch UnicodeEncodeError on print()Giampaolo Rodola2018-09-281-1/+8
|
* Correct capitalization of PyPI (#1337)Jon Dufresne2018-09-261-1/+1
| | | As spelled on https://pypi.org/.
* appveyor: retire 3.5, add 3.7Giampaolo Rodola2018-07-151-1/+1
|
* winmake: add upload-wheels cmdGiampaolo Rodola2018-06-291-0/+7
|
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-265-7/+7
| | | rename OSX to macOS
* #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr".Giampaolo Rodola2018-05-041-0/+0
|
* #1270: migrate URLs to new pypi siteGiampaolo Rodola2018-04-252-2/+2
|
* adust winmake individual testsGiampaolo Rodola2018-04-131-7/+7
|
* and another oneGiampaolo Rodola2018-04-121-1/+5
|
* adjust win depsGiampaolo Rodola2018-04-121-4/+8
|
* fix appveyor.yml syntaxGiampaolo Rodola2018-03-291-1/+1
|
* fix git commit hook cmd on winGiampaolo Rodola2018-03-241-1/+11
|
* add a script to purge installationGiampaolo Rodola2018-03-171-0/+42
|
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-7/+7
| | | This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581.
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-7/+7
| | | | | | | | Cleanly separates tests from the package itself. Prevents the tests being installed to site-packages. Tests are still distributed with the source distribution by MANIFEST.in. Avoids installing tests in production environments, leading to less total code in the environment.
* 1173 debug mode (#1176)Giampaolo Rodola2017-11-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | * implement PSUTIL_DEBUG from C module * update doc * add psutil_debug() utility function * update doc * enable PSUTIL_DEBUG for tests * update appveyor.yml * change psutil_debug() signature so that it can accept variable num of args * provide DEBUG info in psutil_raise_for_pid() * properly print debug message * do not print too much
* refactor winmake.pyGiampaolo Rodola2017-11-121-12/+29
|
* update docGiampaolo Rodola2017-11-081-4/+3
|
* #1053: drop python 3.3 supportGiampaolo Rodola2017-11-082-3/+3
|
* try to fix appveyor failure; also refactor generate_manifest.pyGiampaolo Rodola2017-11-081-2/+6
|
* ifconfig.py humanize bytesGiampaolo Rodola2017-11-061-18/+38
|
* pep81151-PSUTIL_TESTING_env_varGiampaolo Rodola2017-10-201-1/+1
|
* automatically set PSUTIL_TEST env var during testsGiampaolo Rodola2017-10-201-12/+0
|
* AIX support (#1123)wiggin152017-09-261-1/+2
| | | | | | | | | | | | | | | | | | | | * AIX support * AIX support * AIX support * AIX support - use get_procfs_path() instead of /proc * AIX support - group sections like in other modules * AIX support * AIX support * AIX support * AIX support - remove unnecessary dict copy
* re: #1120 / PEP527: no longer provide .exe files for WindowsGiampaolo Rodola2017-09-082-9/+2
|
* update doc urlGiampaolo Rodola2017-09-071-1/+1
|
* fix winmakeGiampaolo Rodola2017-05-201-2/+2
|
* import psutil right after make build to make sure compilation workedGiampaolo Rodola2017-05-201-1/+6
|
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-181-1/+16
| | | | | | | | | | | | | | * Introduce PSUTIL_TESTING env var ...so that we can make stricter assertions in C and py code during tests only. * define a C function in _common.c which returns whether the var is set * set PSUTIL_TESTING from the Makefile * cache psutil_testing() result * winmake: set PSUTIL_TESTING env var for tests
* broken links: also inspect generic filesGiampaolo Rodola2017-05-121-4/+20
|
* broken links: also inspect C and H filesGiampaolo Rodola2017-05-121-7/+39
|
* refactor broken links scriptGiampaolo Rodola2017-05-121-18/+17
|
* parse comment blocksGiampaolo Rodola2017-05-121-4/+10
|
* refactor broken links scriptGiampaolo Rodola2017-05-121-20/+26
|
* check broken links: use memoize decoratorGiampaolo Rodola2017-05-121-0/+17
|
* check broken links: also inspect py filesGiampaolo Rodola2017-05-121-2/+27
|
* faster regexGiampaolo Rodola2017-05-121-3/+3
|
* check_urls.py refactoringGiampaolo Rodola2017-05-121-10/+23
|
* fix #1060: dynamically generate MANIFEST.inGiampaolo Rodola2017-05-121-0/+31
|
* #1058: enable warnings on make.bat, appveyor and travisGiampaolo Rodola2017-05-121-15/+15
|
* add a script to print releases timeline in RST format; also show a diff ↵Giampaolo Rodola2017-05-101-0/+53
| | | | between versions in the timeline section of the doc
* make.bat: have subprocesses inherit cwd and environGiampaolo Rodola2017-05-051-5/+4
|
* make.bat uninstall: remove files from site-packages dirGiampaolo Rodola2017-05-051-14/+14
|
* wimake: listdir() unicode so that also paths with funky names can be removedGiampaolo Rodola2017-05-051-1/+1
|