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
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
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
test
_windows.py
on
cpu-temp
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 26, 2013
Remove "$Id$" occurrences from source code files. They were used by svn propset functionnality which no longer applies now that we're using Mercurial.
giampaolo
committed
f1af1a4
View commit details
Copy full SHA for f1af1a4
View code at this point
Browse repository at this point
Commits on Jul 13, 2012
Give some tolerance to memory test
giampaolo
committed
47663ae
View commit details
Copy full SHA for 47663ae
View code at this point
Browse repository at this point
Issue 303 - Windows/get_memory_info(): use NtQuerySystemInformation() as fallback methhod in case of ACCESS_DENIED.
giampaolo
committed
f7c2dfd
View commit details
Copy full SHA for f7c2dfd
View code at this point
Browse repository at this point
Issue 303 - Windows/get_io_counters(): use NtQuerySystemInformation() as fallback methhod in case of ACCESS_DENIED.
giampaolo
committed
72b8c5b
View commit details
Copy full SHA for 72b8c5b
View code at this point
Browse repository at this point
Issue 303 - Windows/get_num_handles(): use NtQuerySystemInformation() as fallback methhod in case of ACCESS_DENIED.
giampaolo
committed
051d362
View commit details
Copy full SHA for 051d362
View code at this point
Browse repository at this point
Issue 303 - Windows/get_create_time(): use NtQuerySystemInformation() as fallback methhod in case of ACCESS_DENIED.
giampaolo
committed
06894aa
View commit details
Copy full SHA for 06894aa
View code at this point
Browse repository at this point
Issue 303 - Windows/get_cpu_times: use NtQuerySystemInformation() as fallback methhod in case of ACCESS_DENIED.
giampaolo
committed
266e91d
View commit details
Copy full SHA for 266e91d
View code at this point
Browse repository at this point
Commits on Jul 11, 2012
test suite refactoring
giampaolo
committed
d262a02
View commit details
Copy full SHA for d262a02
View code at this point
Browse repository at this point
Commits on Jun 29, 2012
Issue 293: get real process executable path by asking the OS instead of guessing it from cmdline.
Show description for bca2890
giampaolo
committed
bca2890
View commit details
Copy full SHA for bca2890
View code at this point
Browse repository at this point
Commits on Jun 27, 2012
Fix some failing tests on Windows.
giampaolo
committed
bc8387e
View commit details
Copy full SHA for bc8387e
View code at this point
Browse repository at this point
Commits on Jun 26, 2012
Fix yet another 2 test failures on win.
giampaolo
committed
ba6cd37
View commit details
Copy full SHA for ba6cd37
View code at this point
Browse repository at this point
Commits on Jun 3, 2012
fix issue #274: rewrite code in an idiom which works with both python 2.x and 3.x avoiding the 2to3 run at installation time
giampaolo
committed
9b6fb34
View commit details
Copy full SHA for 9b6fb34
View code at this point
Browse repository at this point
Commits on May 4, 2012
Fix issue #257: remove Windows 2000 support (we won't miss you).
Show description for 58e55ff
giampaolo
committed
58e55ff
View commit details
Copy full SHA for 58e55ff
View code at this point
Browse repository at this point
Commits on Apr 21, 2012
Fix issue #195: implement process handles count on Windows.
giampaolo
committed
54c1a1e
View commit details
Copy full SHA for 54c1a1e
View code at this point
Browse repository at this point
Commits on Oct 24, 2011
added Windows specific tests which compares network interface names returned by net_io_counters() against ipconfig / all output.
giampaolo
committed
c1c5776
View commit details
Copy full SHA for c1c5776
View code at this point
Browse repository at this point
Commits on Oct 5, 2011
Fix #212
Show description for b7c4dbe
giampaolo
committed
b7c4dbe
View commit details
Copy full SHA for b7c4dbe
View code at this point
Browse repository at this point
Commits on Jul 7, 2011
Windows - disk_partitions(): do not return unmounted cd-rom partitions with no disk in it unless all == True.
giampaolo
committed
ae0771e
View commit details
Copy full SHA for ae0771e
View code at this point
Browse repository at this point
Commits on Jul 2, 2011
Add disk usage tests for Windows using WMI.
giampaolo
committed
07dc388
View commit details
Copy full SHA for 07dc388
View code at this point
Browse repository at this point
Commits on Jun 30, 2011
remove num handlers test as it's not reliable and produces false positives
giampaolo
committed
c450314
View commit details
Copy full SHA for c450314
View code at this point
Browse repository at this point
Commits on Jun 4, 2011
remove Process.path which had already been deprecated 2 versions ago
giampaolo
committed
d923a9e
View commit details
Copy full SHA for d923a9e
View code at this point
Browse repository at this point
removal of unused imports discovered with pyflakes
giampaolo
committed
4bd42c9
View commit details
Copy full SHA for 4bd42c9
View code at this point
Browse repository at this point
Commits on May 31, 2011
Use CloseHandle() in various places where we were leaving opening handles behind.
giampaolo
committed
c7dafa2
View commit details
Copy full SHA for c7dafa2
View code at this point
Browse repository at this point
Issue #166: add test for number of open handlers on Windows.
Show description for a1f142d
giampaolo
committed
a1f142d
View commit details
Copy full SHA for a1f142d
View code at this point
Browse repository at this point
Commits on Apr 18, 2011
modify tests so that they can work with both py 2 and py 3 without runnning 2to3 tool first.
giampaolo
committed
c71b4e7
View commit details
Copy full SHA for c71b4e7
View code at this point
Browse repository at this point
Commits on Nov 12, 2010
Fix wrong operator causing test failure.
giampaolo
committed
bb94f70
View commit details
Copy full SHA for bb94f70
View code at this point
Browse repository at this point
Windows test_process_vms_memory refactoring.
giampaolo
committed
61f0b31
View commit details
Copy full SHA for 61f0b31
View code at this point
Browse repository at this point
Commits on Nov 11, 2010
Commited change to support testing vms memory on Windows 2003 properly
jloden
committed
2cb0599
View commit details
Copy full SHA for 2cb0599
View code at this point
Browse repository at this point
Commits on Oct 22, 2010
Fix error in setup.py which broke installation.
Show description for fbf25bc
giampaolo
committed
fbf25bc
View commit details
Copy full SHA for fbf25bc
View code at this point
Browse repository at this point
Commits on Oct 18, 2010
remove test_process_names on Windows as per http://code.google.com/p/psutil/issues/detail?id=117&colspec=ID%20Summary%20Type%20Opsys%20Status%20Milestone%20Opened%20Owner%20Progress#c4
giampaolo
committed
bf24f5d
View commit details
Copy full SHA for bf24f5d
View code at this point
Browse repository at this point
Commits on Oct 17, 2010
Fix some test failures on Windows because wait_for_pid() was not used.
giampaolo
committed
9825df8
View commit details
Copy full SHA for 9825df8
View code at this point
Browse repository at this point
Commits on Oct 16, 2010
Issue 117: Windows 2000 support; fix all test failures except "incorrect parameter" error on get_username().
giampaolo
committed
5005421
View commit details
Copy full SHA for 5005421
View code at this point
Browse repository at this point
Commits on Oct 11, 2010
display a warning at interpreter exit if some tests were skipped for some reason
giampaolo
committed
0a0c4af
View commit details
Copy full SHA for 0a0c4af
View code at this point
Browse repository at this point
Commits on Oct 10, 2010
Fix issue 114: rewrite get_process_username() on Windows in pure C and no longer rely on WMI implementation. (patch by wj32)
giampaolo
committed
f16a622
View commit details
Copy full SHA for f16a622
View code at this point
Browse repository at this point
fix test failure on windows: process names can also ends with '.bin', not only '.exe'
giampaolo
committed
657d178
View commit details
Copy full SHA for 657d178
View code at this point
Browse repository at this point
Commits on Oct 9, 2010
Define a global get_test_subprocess() function in the test suite which returns a subprocess.Popen() object with all standard file descriptors set to DEVNULL, including stdin, which wasn't. This is …
Show description for 92eadeb
giampaolo
committed
92eadeb
View commit details
Copy full SHA for 92eadeb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.