Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PythonDesignPattern
/
psutil
Public
forked from
giampaolo/psutil
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
psutil
psutil
_psutil_windows.c
on
master
User selector
All users
All time
Commit history
Commits on Jul 22, 2016
Made suggested formatting changes
Jeremy Humble
committed
6439d50
View commit details
Copy full SHA for 6439d50
View code at this point
Browse repository at this point
Commits on Jul 21, 2016
Fixed Issue 863. Added to HISTORY/CREDITS
Jeremy Humble
committed
e83c0fb
View commit details
Copy full SHA for e83c0fb
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
#811: dinamically load GetTickCount64 at runtime in order to produce exes/wheels compatible with Win XP
giampaolo
committed
e481df9
View commit details
Copy full SHA for e481df9
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
remove useless .h files
giampaolo
committed
ce6e622
View commit details
Copy full SHA for ce6e622
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Updated to use better if/else/endif values (my bad)
Show description for 7769dbc
jomann09
committed
7769dbc
View commit details
Copy full SHA for 7769dbc
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
Styling fixes (spaces instead of tabs)
jomann09
committed
c105688
View commit details
Copy full SHA for c105688
View code at this point
Browse repository at this point
Commits on Jun 10, 2016
Add comment lines to ifs for win versions
jomann09
committed
cd3003f
View commit details
Copy full SHA for cd3003f
View code at this point
Browse repository at this point
Actually does need it in XP/2000 unfortunately
jomann09
committed
efb026a
View commit details
Copy full SHA for efb026a
View code at this point
Browse repository at this point
Tried to keep the mingw32 support but win 7 sdk is causing issues
jomann09
committed
2594880
View commit details
Copy full SHA for 2594880
View code at this point
Browse repository at this point
Whoops, whitespace issue
jomann09
committed
97a853c
View commit details
Copy full SHA for 97a853c
View code at this point
Browse repository at this point
Add back in ws2tcpip.h in the proper place in Win XP / Win 2000
jomann09
committed
474b13c
View commit details
Copy full SHA for 474b13c
View code at this point
Browse repository at this point
Fixes for compiling on Win XP/Win 200
jomann09
committed
e8cce4a
View commit details
Copy full SHA for e8cce4a
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
Fix for windows net_io_counters wrapping after 4.3GB due to MIB_IFROW using DWORD. Updated to use MIB_IF_ROW2 which gives ULONG values instead. This causes more breaking changes for Windows XP and …
Show description for 2417702
jomann09
committed
2417702
View commit details
Copy full SHA for 2417702
View code at this point
Browse repository at this point
Commits on Apr 11, 2016
check PyUnicodeDecode return value
giampaolo
committed
cab5437
View commit details
Copy full SHA for cab5437
View code at this point
Browse repository at this point
Commits on Apr 10, 2016
handle AD and NSP exceptions
giampaolo
committed
fc5753f
View commit details
Copy full SHA for fc5753f
View code at this point
Browse repository at this point
Commits on Mar 11, 2016
795 / win services: implement start() / stop()
giampaolo
committed
00a24ab
View commit details
Copy full SHA for 00a24ab
View code at this point
Browse repository at this point
Commits on Mar 7, 2016
big refactoring
giampaolo
committed
cf4734c
View commit details
Copy full SHA for cf4734c
View code at this point
Browse repository at this point
#795 / win services: add description
giampaolo
committed
68bce7f
View commit details
Copy full SHA for 68bce7f
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
#795 / win servers: implement enumerate function
giampaolo
committed
beca72d
View commit details
Copy full SHA for beca72d
View code at this point
Browse repository at this point
Commits on Mar 5, 2016
#792 / cpu_stats: win impl
giampaolo
committed
2255b12
View commit details
Copy full SHA for 2255b12
View code at this point
Browse repository at this point
Commits on Mar 4, 2016
fix #789 / cpu_times / windows: add interrupt and dpc times
giampaolo
committed
77ed1de
View commit details
Copy full SHA for 77ed1de
View code at this point
Browse repository at this point
Commits on Mar 3, 2016
windows refactor per proc cpu times
giampaolo
committed
a32c25c
View commit details
Copy full SHA for a32c25c
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
fix #761: [Windows] psutil.boot_time() wraps to 0 after 49 days
giampaolo
committed
ab9f29b
View commit details
Copy full SHA for ab9f29b
View code at this point
Browse repository at this point
Commits on Feb 5, 2016
do not expose memory_maps if kernel does not support it (was raising NotImplemented exception
giampaolo
committed
e4e16ab
View commit details
Copy full SHA for e4e16ab
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
Windows: remove ERROR_PARTIAL_COPY hack; (this was a bad one)
giampaolo
committed
f156559
View commit details
Copy full SHA for f156559
View code at this point
Browse repository at this point
Merge pull request #746 from EricRahm/uss_windows
Show description for 75859a2
giampaolo
committed
75859a2
View commit details
Copy full SHA for 75859a2
View code at this point
Browse repository at this point
Commits on Feb 3, 2016
Address style feedback
EricRahm
committed
ee6024f
View commit details
Copy full SHA for ee6024f
View code at this point
Browse repository at this point
Remove debug statements
EricRahm
committed
bffb2ef
View commit details
Copy full SHA for bffb2ef
View code at this point
Browse repository at this point
Code review cleanup
EricRahm
committed
868660b
View commit details
Copy full SHA for 868660b
View code at this point
Browse repository at this point
Commits on Feb 1, 2016
implement Process.environ() on Windows
Frank Benkstein
committed
6fe1544
View commit details
Copy full SHA for 6fe1544
View code at this point
Browse repository at this point
Commits on Jan 30, 2016
Address AppVeyor failures
EricRahm
committed
d8cd7b1
View commit details
Copy full SHA for d8cd7b1
View code at this point
Browse repository at this point
Commits on Jan 29, 2016
handle vanishing proceses when accessing memory
Frank Benkstein
committed
3924664
View commit details
Copy full SHA for 3924664
View code at this point
Browse repository at this point
Measure USS on Windows
EricRahm
committed
2a25126
View commit details
Copy full SHA for 2a25126
View code at this point
Browse repository at this point
Commits on Jan 27, 2016
address 32bit/64bit confusion in psutil_get_parameters
Show description for cbccd44
Frank Benkstein
committed
cbccd44
View commit details
Copy full SHA for cbccd44
View code at this point
Browse repository at this point
Commits on Jan 26, 2016
Merge pull request #738 from fbenkstein/refactor-win-cwd-cmdline
Show description for caf49c3
giampaolo
committed
caf49c3
View commit details
Copy full SHA for caf49c3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.