summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* return the original SIZE_T type and multiply for pagesize() in Pythonwin-uss-memGiampaolo Rodola2019-03-092-4/+21
* add error handlingGiampaolo Rodola2019-03-092-2/+14
* fix script failure; print debug msgGiampaolo Rodola2019-03-092-1/+2
* remove unused defsGiampaolo Rodola2019-03-093-31/+0
* finally reimplement USS memory by using NetQueryVirtualMemoryGiampaolo Rodola2019-03-092-69/+79
* add more definitionsGiampaolo Rodola2019-03-093-0/+42
* expose RtlCreateHeapGiampaolo Rodola2019-03-093-0/+17
* load RtlAllocateHeapGiampaolo Rodola2019-03-093-0/+14
* test: avoid failing at import timeGiampaolo Rodola2019-03-062-3/+2
* mention how to run tests in INSTALL guideGiampaolo Rodola2019-03-061-4/+6
* #1448: fix Wine support due to missing rtlIpv6AddressToStringAGiampaolo Rodola2019-03-053-7/+10
* update HISTORYGiampaolo Rodola2019-03-052-1/+10
* Fix #1329: [AIX] disable some functions based on availability in libperfstat ...wiggin152019-03-058-18/+50
* bump up version, fix some doc issuesGiampaolo Rodola2019-03-054-4/+6
* fix ResourceWarningrelease-5.6.0Giampaolo Rodola2019-03-051-2/+2
* pre-releaseGiampaolo Rodola2019-03-055-52/+54
* fix #1447: we weren't use @wrap_exceptions around oneshot() (doh\!)Giampaolo Rodola2019-03-037-5/+17
* 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 t...Giampaolo Rodola2019-02-281-4/+22
* 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
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-2711-216/+56
* 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