summaryrefslogtreecommitdiff
path: root/psutil
Commit message (Expand)AuthorAgeFilesLines
* instead of raising exception print DEBUG message (we can't crash on import)fix-win-set-debugGiampaolo Rodola2019-02-241-2/+6
* refactor all functions around SE DEBUG; we weren't checking errors (did we ev...Giampaolo Rodola2019-02-243-159/+70
* remove useless functionGiampaolo Rodola2019-02-241-15/+2
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-2411-162/+239
* fix #1424: workaround for subprocess bug on Windows returnin ERROR_INVALID_HA...Giampaolo Rodola2019-02-241-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-241-240/+204
|\
| * win connections refactoringGiampaolo Rodola2019-02-241-36/+14
| * win connections refactoringGiampaolo Rodola2019-02-241-221/+207
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-249-82/+135
|\ \ | |/
| * fix compilation warningGiampaolo Rodola2019-02-241-0/+2
| * revert previous changeGiampaolo Rodola2019-02-211-2/+2
| * remove deprecated WSAAddressToStringA causing a compiler warning and use UNIC...Giampaolo Rodola2019-02-211-10/+9
| * fix windows testGiampaolo Rodola2019-02-212-3/+6
| * move custom object defs from ntextapi.h to global.hGiampaolo Rodola2019-02-212-45/+42
| * set Windows version constants globally; get rid of deprecated GetVersionExGiampaolo Rodola2019-02-215-27/+79
* | fix #1427: [OSX] Process cmdline() and environ() may erroneously raise OSErro...Giampaolo Rodola2019-02-241-2/+2
|/
* Windows / speeup: dynamically load libraries on startup and never again (#1422)Giampaolo Rodola2019-02-219-631/+580
* win test: skip cd-dorm for disk_usage() (cuase device busy error)Giampaolo Rodola2019-02-201-0/+4
* fix #1420: use PyErr_SetFromWindowsErrWithFilename for disk_usage() in case o...Giampaolo Rodola2019-02-191-1/+1
* fix #1419: Process.environ() raise NotImplementedError for 32-bit-WoW processGiampaolo Rodola2019-02-192-67/+17
* Windows / refactoring: utility functions for LoadLibraryA and GetProcAddress ...Giampaolo Rodola2019-02-195-212/+115
* #1394 / win / exe: use QueryFullProcessImageNameW to get the exe() (#1413)Giampaolo Rodola2019-02-173-12/+52
* pre-releaseGiampaolo Rodola2019-02-151-1/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-151-2/+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() implementa...Giampaolo Rodola2019-02-155-25/+51
|/
* win / cmdline: add free() and CloseHandle() callsGiampaolo Rodola2019-02-041-3/+10
* fix #1402: move psutil exceptions back into __init__.pyGiampaolo Rodola2019-02-049-121/+154
* #1348: give CREDITS to @EccoTheFlinstones + some minor style changesGiampaolo Rodola2019-02-031-30/+32
* Starting from windows 8.1, get commandline content using NtQueryInformationPr...EccoTheFlintstone2019-02-032-25/+183
* #1394 / windows / process exe(): convert errno 0 into ERROR_ACCESS_DENIED; er...Giampaolo Rodola2019-01-253-3/+12
* fix win num_handles() testGiampaolo Rodola2019-01-231-4/+4
* fix #1111: use a lock to make Process.oneshot() thread safeGiampaolo Rodola2018-12-132-41/+50
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-1310-54/+70
* 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 (+ mai...Giampaolo Rodola2018-12-101-17/+30
* fix #1357: do not expose Process' memory_maps() and io_counters() methods if ...Giampaolo Rodola2018-12-101-11/+4
* #1376 Windows: check if variable is NULL before free()ing itGiampaolo Rodola2018-12-101-5/+8
* enforce lack of support for Win XPGiampaolo Rodola2018-12-081-2/+1
* fix #1370: improper usage of CloseHandle() may lead to override the original ...Giampaolo Rodola2018-12-082-25/+53
* (Windows) use PROCESS_QUERY_LIMITED_INFORMATION access rights (#1376)Giampaolo Rodola2018-12-083-36/+28
* revert 5398c48047d424af97644879fb4eaa7aad432f58; let's do it in a separate br...Giampaolo Rodola2018-12-081-36/+33
* #1111 make Process.oneshot() thread-safeGiampaolo Rodola2018-12-081-33/+36
* sort HISTORYGiampaolo Rodola2018-12-051-1/+1
* fix ionice set not working on windows x64 due to LENGTH_MISMATCH (#1368)EccoTheFlintstone2018-12-031-5/+6
* make flake8 happyGiampaolo Rodola2018-12-011-1/+1
* give CREDITS to @amanusk for #1369 / #1352 and update docGiampaolo Rodola2018-12-014-14/+15
* 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
* | #1359: add test case for cpu_count(logical=False) against lscpu utilityGiampaolo Rodola2018-11-081-0/+10
|/