summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add logic to support windows XPwin-alternate-exe-apiGiampaolo Rodola2019-02-171-1/+1
|
* add logic to support windows XPGiampaolo Rodola2019-02-172-6/+53
|
* fix py2 unicode issueGiampaolo Rodola2019-02-171-1/+4
|
* #1394 / win / exe: use QueryFullProcessImageNameW to get the exe()Giampaolo Rodola2019-02-174-18/+19
|
* force appveyor runrelease-5.5.1Giampaolo Rodola2019-02-151-1/+1
|
* pre-releaseGiampaolo Rodola2019-02-151-1/+1
|
* pre-releaseGiampaolo Rodola2019-02-153-2/+5
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-153-3/+6
|\
| * give CREDITS to @wiggin15 for #1408Giampaolo Rodola2019-02-142-1/+3
| |
| * Fix #1408: add missing header that defines m_len on AIX 64-bit mode (#1409)wiggin152019-02-141-2/+3
| |
* | #1398 #1348 / win / cmdline: refactor code so that the 2 cmdline() ↵Giampaolo Rodola2019-02-155-25/+51
|/ | | | implementations can be called separately (and tested separately)
* win / cmdline: add free() and CloseHandle() callsGiampaolo Rodola2019-02-041-3/+10
|
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-0410-122/+156
|
* #1348: give CREDITS to @EccoTheFlinstones + some minor style changesGiampaolo Rodola2019-02-033-31/+39
|
* Starting from windows 8.1, get commandline content using ↵EccoTheFlintstone2019-02-032-25/+183
| | | | | NtQueryInformationProcess (see #1384) (#1398) #1384, #1398: on windows 8.1, get cmdline() using NtQueryInformationProcess in case the original method fails with ACCESS_DENIED
* update docGiampaolo Rodola2019-02-012-6/+2
|
* #1394 / windows / process exe(): convert errno 0 into ERROR_ACCESS_DENIED; ↵Giampaolo Rodola2019-01-254-3/+22
| | | | errno 0 occurs when the Python process runs in 'Virtual Secure Mode'
* pre-releaserelease-5.5.0Giampaolo Rodola2019-01-232-1/+5
|
* fix win num_handles() testGiampaolo Rodola2019-01-231-4/+4
|
* update readmeGiampaolo Rodola2018-12-252-2/+6
|
* fix #1111: use a lock to make Process.oneshot() thread safeGiampaolo Rodola2018-12-133-41/+51
|
* pdate HISTORYGiampaolo Rodola2018-12-131-0/+2
|
* #1373: different approach to oneshot() cache (pass Process instances around ↵Giampaolo Rodola2018-12-1310-54/+70
| | | | - which is faster)
* use PROCESS_QUERY_LIMITED_INFORMATION also for username()Giampaolo Rodola2018-12-111-1/+2
|
* Linux: refactor _parse_stat_file() and return a dict instead of a list (+ ↵Giampaolo Rodola2018-12-101-17/+30
| | | | maintainability)
* fix #1357: do not expose Process' memory_maps() and io_counters() methods if ↵Giampaolo Rodola2018-12-102-11/+6
| | | | not supported by the kernel
* #1376 Windows: check if variable is NULL before free()ing itGiampaolo Rodola2018-12-102-5/+10
|
* enforce lack of support for Win XPGiampaolo Rodola2018-12-082-7/+5
|
* fix #1370: improper usage of CloseHandle() may lead to override the original ↵Giampaolo Rodola2018-12-083-25/+55
| | | | error code resulting in raising a wrong exception
* update HISTORYGiampaolo Rodola2018-12-081-0/+3
|
* (Windows) use PROCESS_QUERY_LIMITED_INFORMATION access rights (#1376)Giampaolo Rodola2018-12-083-36/+28
| | | #1376 / Windows / OpenProcess - use PROCESS_QUERY_LIMITED_INFORMATION wherever possible. This results in less AccessDenied exceptions being thrown for system processes.
* update HISTORYGiampaolo Rodola2018-12-081-1/+0
|
* revert 5398c48047d424af97644879fb4eaa7aad432f58; let's do it in a separate ↵Giampaolo Rodola2018-12-081-36/+33
| | | | branch
* #1111 make Process.oneshot() thread-safeGiampaolo Rodola2018-12-082-33/+37
|
* sort HISTORYGiampaolo Rodola2018-12-052-13/+7
|
* give CREDITS to @EccoTheFlintstone for #1368Giampaolo Rodola2018-12-032-0/+9
|
* fix ionice set not working on windows x64 due to LENGTH_MISMATCH (#1368)EccoTheFlintstone2018-12-031-5/+6
| | | Fix Process().ionice(0/1/2) length mismatch on Windows
* make flake8 happyGiampaolo Rodola2018-12-011-1/+1
|
* give CREDITS to @amanusk for #1369 / #1352 and update docGiampaolo Rodola2018-12-017-16/+25
|
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-12-016-1/+81
|\
| * Add CPU frequency support for FreeBSD (#1369)Alex Manuskin2018-12-016-1/+81
| | | | | | | | Add CPU frequency support for FreeBSD (patch by @amanusk)
* | #1359: add test case for cpu_count(logical=False) against lscpu utilityGiampaolo Rodola2018-11-081-0/+10
|/
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-11-071-1/+3
|\
| * Fix #1354 [Linux] disk_io_counters() fails on Linux kernel 4.18+ (#1360)Koen Kooi2018-11-051-1/+3
| | | | | | | | Linux kernel 4.18+ added 4 fields, ingore them and parse the rest as usual.
* | disable false positive mem test on travis + osxGiampaolo Rodola2018-11-071-0/+1
| |
* | fix PEP8 style mistakesGiampaolo Rodola2018-11-077-13/+13
| |
* | give credits to @koenkooi for #1360Giampaolo Rodola2018-11-052-0/+8
|/
* #1350: give credits to @amanuskGiampaolo Rodola2018-11-034-17/+11
|
* FreeBSD adding temperature sensors (WIP) (#1350)Alex Manuskin2018-11-036-2/+76
| | | FreeBSD: add temperature sensors
* pre releaserelease-5.4.8Giampaolo Rodola2018-10-303-3/+8
|