summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* first step towards successful compilationdragonfly-bsdGiampaolo Rodola2019-03-034-6/+34
|
* update doc + change git hook locationGiampaolo Rodola2019-03-026-18/+12
|
* update docGiampaolo Rodola2019-03-011-11/+16
|
* make pre-release checks/install src dist in a venvGiampaolo Rodola2019-03-013-17/+20
|
* add new make command to check tar.gz sanityGiampaolo Rodola2019-03-011-1/+9
|
* move doc; rephrase it a bitGiampaolo Rodola2019-03-017-53/+24
|
* add issue templates for 'bug' and 'enhancement' typesGiampaolo Rodola2019-03-013-0/+33
|
* remove issue template commited by accidentGiampaolo Rodola2019-03-012-49/+0
|
* Update issue templatesGiampaolo Rodola2019-03-012-0/+49
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-2810-112/+116
|\
| * Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-288-62/+68
| |
| * try to fix ntext.hfix-ntext.hGiampaolo Rodola2019-02-281-11/+6
| |
| * restore previous defGiampaolo Rodola2019-02-281-9/+7
| |
| * fix compiler warningGiampaolo Rodola2019-02-281-2/+2
| |
| * fix compiler warningGiampaolo Rodola2019-02-281-1/+1
| |
| * fix compiler warningGiampaolo Rodola2019-02-281-1/+1
| |
| * fix compiler warningGiampaolo Rodola2019-02-281-1/+1
| |
| * take defs from PHGiampaolo Rodola2019-02-281-41/+48
| |
| * set proper SYSTEM_PROCESS_INFORMATION struct from PHGiampaolo Rodola2019-02-282-8/+10
| |
| * fix compilation warningsGiampaolo Rodola2019-02-283-9/+5
| |
* | #1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSXGiampaolo Rodola2019-02-287-30/+8
|/
* #1398 / win / cmdline: call NtQueryInformationProcess twice, the first time ↵Giampaolo Rodola2019-02-281-4/+22
| | | | to get the right buf size (ProcessHacker does this)
* update docGiampaolo Rodola2019-02-275-57/+27
|
* better print formatting for print scriptsGiampaolo Rodola2019-02-272-58/+75
|
* fix #1442: use python3 as Makefile defaultGiampaolo Rodola2019-02-275-19/+14
|
* appveyor: run print scripts after testsGiampaolo Rodola2019-02-273-7/+14
|
* 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-274-7/+25
|
* introduce a new scriptsutils.py private module shared by all internal utils ↵Giampaolo Rodola2019-02-274-86/+65
| | | | + refactor print_access_speed.py script
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise ↵Giampaolo Rodola2019-02-2711-216/+56
| | | | AccessDenied
* OSX memory_maps() - add error handlingGiampaolo Rodola2019-02-271-24/+25
|
* add script for to benchmark API callsGiampaolo Rodola2019-02-272-3/+97
|
* move access_denied scriptGiampaolo Rodola2019-02-273-12/+50
|
* _assert_alive() refactor (linux)Giampaolo Rodola2019-02-272-17/+21
|
* refactorGiampaolo Rodola2019-02-271-15/+10
|
* fix NetBSD: Process.connections() may return incomplete results if using ↵Giampaolo Rodola2019-02-272-3/+5
| | | | oneshot() #1439
* add win tests related to send_signal(CTRL_C_EVENT) #1227Giampaolo Rodola2019-02-261-4/+8
|
* fix win testGiampaolo Rodola2019-02-261-3/+0
|
* fix win testsGiampaolo Rodola2019-02-261-4/+7
|
* fix backslash warningsGiampaolo Rodola2019-02-261-0/+3
|
* refactor README a bitGiampaolo Rodola2019-02-262-30/+31
|
* #fix 1438: do not return any parent() for PID 0 + update docGiampaolo Rodola2019-02-264-36/+47
|
* remove assertionGiampaolo Rodola2019-02-262-4/+6
|
* fix #1437: return pids() in sorted orderGiampaolo Rodola2019-02-265-11/+14
|
* fix <= logicGiampaolo Rodola2019-02-261-1/+1
|
* #1433, #1379: fix parents() method (infinite loop)Giampaolo Rodola2019-02-262-5/+24
|
* #1353: make process_iter() thread-safeGiampaolo Rodola2019-02-262-5/+12
|
* fix #1414: linux test failure because of sensors_batter() exc on importGiampaolo Rodola2019-02-261-1/+4
|
* make README a bit more terseGiampaolo Rodola2019-02-261-23/+15
|