summaryrefslogtreecommitdiff
path: root/psutil/_pswindows.py
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' into 795-win-servicesGiampaolo Rodola2016-03-121-3/+3
|\
| * unify cpu stats by getting rid of some infoGiampaolo Rodola2016-03-121-3/+3
* | 795 / win services: implement start() / stop()Giampaolo Rodola2016-03-111-0/+43
* | big refactoringGiampaolo Rodola2016-03-071-48/+46
* | #795 / win services: add descriptionGiampaolo Rodola2016-03-061-0/+3
* | #795: add start typeGiampaolo Rodola2016-03-061-1/+5
* | user methods, not propertiesGiampaolo Rodola2016-03-061-6/+0
* | return usernameGiampaolo Rodola2016-03-061-1/+5
* | refactoringGiampaolo Rodola2016-03-061-23/+14
* | #795 / win services: add bin pathGiampaolo Rodola2016-03-061-3/+18
* | #795 / win services: also return service PIDGiampaolo Rodola2016-03-061-4/+12
* | #795 / win servers: implement enumerate functionGiampaolo Rodola2016-03-061-6/+74
|/
* #792 / cpu_stats: win implGiampaolo Rodola2016-03-051-0/+9
* fix #789 / cpu_times / windows: add interrupt and dpc timesGiampaolo Rodola2016-03-041-5/+10
* osx / bsd: set children user/sys time to 0Giampaolo Rodola2016-03-011-3/+4
* rename memory_addrspace_info -> memory_full_infoGiampaolo Rodola2016-02-171-3/+4
* fix windows testsGiampaolo Rodola2016-02-051-2/+2
* try to fix windows rss/vmsGiampaolo Rodola2016-02-051-1/+1
* try to fix windows rss/vmsGiampaolo Rodola2016-02-051-6/+8
* last fixes (I hope)Giampaolo Rodola2016-02-041-1/+1
* provide a new memory_addrspace_info() fun and deprecate memory_info_exGiampaolo Rodola2016-02-041-16/+8
* Windows: remove ERROR_PARTIAL_COPY hack; (this was a bad one)Giampaolo Rodola2016-02-041-5/+0
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-02-041-7/+13
|\
| * windows: set uss to 0 in case of permission errorGiampaolo Rodola2016-02-031-7/+13
* | remove 'support for private module import' hackGiampaolo Rodola2016-02-041-6/+0
|/
* Merge pull request #746 from EricRahm/uss_windowsGiampaolo Rodola2016-02-041-3/+7
|\
| * Code review cleanupEric Rahm2016-02-031-2/+6
| * Measure USS on WindowsEric Rahm2016-01-281-1/+1
* | implement Process.environ() on Windowsrevive-environ-windowsFrank Benkstein2016-02-011-0/+5
* | handle vanishing proceses when accessing memoryFrank Benkstein2016-01-291-0/+5
|/
* sort importsGiampaolo Rodola2015-10-241-9/+15
* Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflowGiampaolo Rodola'2015-09-031-2/+0
|\
| * Modules aren't scripts.Tom Prince2015-01-081-2/+0
* | fix #644: add support for CTRL_* signals on WindowsGiampaolo Rodola2015-08-301-0/+4
* | str-encode NIC names655-windows-unicodeGiampaolo Rodola2015-08-301-14/+28
* | always return encoded strings instead of unicodeGiampaolo Rodola2015-08-301-21/+16
* | #650: make cmdline() handle unicode on python 2Giampaolo Rodola2015-08-261-1/+14
* | #650: Process.cwd() return unicode for non ASCII pathsGiampaolo Rodola2015-08-261-1/+1
* | #650: stringify name and exeGiampaolo Rodola2015-08-261-3/+13
* | #627: [Windows] Process.name() no longer raises AccessDenied for pids owned b...Giampaolo Rodola2015-07-091-4/+2
* | Merge branch 'master' into get_open_files_threadJeff Tang2015-03-241-8/+24
|\ \
| * | fix flake8 errorArnon Yaari2015-03-151-3/+3
| * | fix #599 (Windows): process name() can now be determined for all PIDsGiampaolo Rodola2015-02-271-1/+8
| * | windows: refactoring of the alternative process info implementationGiampaolo Rodola2015-02-271-7/+16
* | | Rewrite get_open_files to use a worker threadJeff Tang2015-03-111-4/+4
|/ /
* | #428 / zombie process: provide a more informative exception msg providing als...Giampaolo Rodola2015-02-191-1/+2
* | ifconfig.py: include NIC statsGiampaolo Rodola2015-02-161-2/+2
* | Merge branch 'master' into nicstats-250Giampaolo Rodola2015-02-151-1/+0
|\ \
| * | refactoringGiampaolo Rodola2015-02-131-1/+0
* | | #250: Windows implementation (still incomplete)nicstats-250Giampaolo Rodola2015-02-121-0/+10
|/ /