summaryrefslogtreecommitdiff
path: root/psutil/_pswindows.py
Commit message (Expand)AuthorAgeFilesLines
...
* #1040: for proc username() on Windows use LookupAccountSidW in order to retur...Giampaolo Rodola2017-05-031-1/+5
* #1040: use default fs encoding instead of utf8 when decoding from ubytes to u...Giampaolo Rodola2017-05-031-2/+4
* #1040: have net_if_stats() and proc environ() return str instead of unicode o...Giampaolo Rodola2017-05-031-15/+18
* re #1040: bif one win/ unicode / memory_maps()Giampaolo Rodola2017-05-031-1/+7
* #1039 / proc.cpu_times / windows was returning int instead of float for child...Giampaolo Rodola2017-04-301-1/+1
* make users() include pid into suser tupleAlexander Hasselhuhn2017-04-251-1/+1
* cosmetic changesGiampaolo Rodola2017-02-141-16/+12
* fix #976 / windows / io_counters(): add 2 new fieldsGiampaolo Rodola2017-02-141-11/+19
* add docstringsGiampaolo Rodola2017-02-031-3/+14
* win: small optimizationGiampaolo Rodola2017-02-031-5/+1
* #955: win / bttery - implement power plugged955-battery-sensorsGiampaolo Rodola2017-01-271-9/+6
* #955: add power_plugged infoGiampaolo Rodola2017-01-271-1/+2
* #955: sensors_batter() win implGiampaolo Rodola2017-01-261-0/+26
* #941: add docGiampaolo Rodola2017-01-201-2/+5
* #941: cpu frequency - windows implementationGiampaolo Rodola2017-01-201-0/+6
* #811: move DLL check logic in _pswindows.pyGiampaolo Rodola2016-11-081-1/+19
* 799 onshot / win: no longer store the handle in python; I am now sure this is...Giampaolo Rodola2016-10-281-56/+11
* #799 / win: pass handle also to memory_maps() and username() functionsGiampaolo Rodola2016-10-281-2/+4
* #799 / win: use oneshot() around num_threads() and num_ctx_switches(); speedu...oneshot-winGiampaolo Rodola2016-10-281-9/+19
* Merge branch 'oneshot' into oneshot-winGiampaolo Rodola2016-10-281-9/+58
|\
| * merge from masterGiampaolo Rodola2016-10-281-9/+58
| |\
| | * win / C: refactor memory_info_2 code() and return it along side other proc_in...Giampaolo Rodola2016-10-271-9/+58
* | | merge from oneshot branchGiampaolo Rodola2016-10-191-5/+5
|\ \ \ | |/ /
| * | merge from masterGiampaolo Rodola2016-10-251-2/+2
| |\ \ | | |/
| | * refactoringGiampaolo Rodola2016-10-251-2/+2
| * | Merge branch 'master' into oneshotGiampaolo Rodola2016-08-111-3/+3
| |\ \ | | |/
| | * #869: [Windows] Process.wait() may raise TimeoutExpired with wrong timeout un...Giampaolo Rodola2016-08-101-3/+3
* | | #799 / windows / cpu_times: add io_counters() and cpu_affinity() supportGiampaolo Rodola2016-08-081-2/+4
* | | #799 / windows / cpu_times: add ionice() supportGiampaolo Rodola2016-08-051-1/+2
* | | #799 / windows / cpu_times: add nice() supportGiampaolo Rodola2016-08-051-1/+2
* | | fix cacheGiampaolo Rodola2016-08-051-2/+2
* | | #799 / windows / cpu_times: add memory_info() supportGiampaolo Rodola2016-08-051-1/+2
* | | #799 / windows / cpu_times: add oneshot() supportGiampaolo Rodola2016-08-051-1/+2
* | | #799, oneshot(), windows: expose C functions to OpenProcess and CloseHandle i...Giampaolo Rodola2016-08-051-4/+35
|/ /
* | Merge branch 'master' into oneshotGiampaolo Rodola2016-07-031-1/+1
|\ \ | |/
| * fix typosSean Fisk2016-06-271-1/+1
* | merge from masterGiampaolo Rodola2016-06-271-27/+75
|\ \ | |/
| * move stuff aroundGiampaolo Rodola2016-06-041-4/+4
| * prettyfy codeGiampaolo Rodola2016-06-031-27/+75
* | implement oneshot() ctx managerGiampaolo Rodola2016-04-301-0/+6
|/
* pep8 fixesGiampaolo Rodola2016-04-301-1/+1
* fix win testsGiampaolo Rodola2016-04-121-5/+5
* better AD error handling on winGiampaolo Rodola2016-04-111-6/+6
* service descr: handle unicode errorsGiampaolo Rodola2016-04-111-2/+4
* update docGiampaolo Rodola2016-04-111-7/+7
* update docGiampaolo Rodola2016-04-101-3/+27
* add winservice script and disablr start() and stop() methodsGiampaolo Rodola2016-04-101-22/+38
* handle AD and NSP exceptionsGiampaolo Rodola2016-04-101-8/+18
* more win service testsGiampaolo Rodola2016-04-101-11/+20
* add docGiampaolo Rodola2016-04-101-1/+1