Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | get_users(), rename 'options' ntuple field to 'opts' plus update README and ↵ | Giampaolo Rodola' | 2012-06-27 | 1 | -2/+2 | |
| | | | | | | | | HISTORY | |||||
| * | remove sys.platform.lower() redundancy when checking for what platform we're ↵ | Giampaolo Rodola' | 2012-06-26 | 1 | -4/+4 | |
| | | | | | | | | on; lower() is not necessary | |||||
| * | fix issue #274: rewrite code in an idiom which works with both python 2.x ↵ | Giampaolo Rodola' | 2012-06-03 | 1 | -15/+4 | |
| | | | | | | | | and 3.x avoiding the 2to3 run at installation time | |||||
* | | (solaris) update solaris branch by merging latest trunk revision | Giampaolo Rodola' | 2012-08-14 | 1 | -27/+41 | |
| | | ||||||
* | | #18 (solaris): implement system CPU times | Giampaolo Rodola' | 2012-06-01 | 1 | -0/+1 | |
| | | ||||||
* | | #18: first commit of SunOS branch implemening different parts of the Process ↵ | Giampaolo Rodola' | 2012-05-31 | 1 | -0/+6 | |
|/ | | | | API relying on reading /proc. | |||||
* | Fix issue 260: (Linux) process memory maps | Giampaolo Rodola' | 2012-04-26 | 1 | -1/+1 | |
| | ||||||
* | Remove free() call on stack variable in get_process_environ() (WIN) causing ↵ | david daeschler | 2012-04-25 | 1 | -0/+3 | |
| | | | | | | heap corruption. Add and comment out the ability to include PDB symbols with the windows release build for debugging | |||||
* | Add test which compares Process.create_time with ps | Giampaolo Rodola' | 2012-04-23 | 1 | -1/+1 | |
| | ||||||
* | Issue #229: get_users() windows implementation. | Giampaolo Rodola' | 2012-03-07 | 1 | -1/+2 | |
| | ||||||
* | introduce assertIn usage into the test suite | Giampaolo Rodola' | 2012-03-07 | 1 | -1/+2 | |
| | ||||||
* | Issue #238: process cpu affinity (Linux implementation) | Giampaolo Rodola' | 2011-12-23 | 1 | -2/+2 | |
| | ||||||
* | remove wrong metadata in setup.pyrelease-0.4.1 | Giampaolo Rodola' | 2011-12-14 | 1 | -1/+0 | |
| | ||||||
* | - rewrite README by using ReStructuredText: this lets us have a nice home ↵ | Giampaolo Rodola' | 2011-11-09 | 1 | -7/+11 | |
| | | | | | | | page at pypy http://pypi.python.org/pypi/psutil/ - move install instructurion from README into a separate INSTALL file - update setup.py metadata and let it use the newer README so that the pypy is automatically updated when we use "setup.py register" command | |||||
* | bump up version number + some minor fixes | Giampaolo Rodola' | 2011-10-29 | 1 | -2/+2 | |
| | ||||||
* | Fix compatibility with mingw32 and 2 compiler warnings. | Giampaolo Rodola' | 2011-10-22 | 1 | -1/+1 | |
| | ||||||
* | update to version 0.4.0; remove test which makes sure counters have ↵ | Giampaolo Rodola' | 2011-10-22 | 1 | -2/+2 | |
| | | | | increased after writing a file because it's unreliable | |||||
* | 206: implement disk_io_counters() on FreeBSD | Giampaolo Rodola' | 2011-10-21 | 1 | -1/+2 | |
| | ||||||
* | add license header also in example scripts | Giampaolo Rodola' | 2011-10-05 | 1 | -3/+4 | |
| | ||||||
* | Fix #212 | Giampaolo Rodola' | 2011-10-05 | 1 | -2/+6 | |
| | | | | | Add license header in all source files to pass google chromium license checkers. Also removed Dave Daeschler from contributors and added some missing docstrings. | |||||
* | removed LICENSE text committed by accident | Giampaolo Rodola' | 2011-09-29 | 1 | -4/+0 | |
| | ||||||
* | preliminary iotop example script | Giampaolo Rodola' | 2011-09-29 | 1 | -1/+4 | |
| | ||||||
* | Bumping the version information to 0.3.1. | jcscoobyrs | 2011-09-22 | 1 | -1/+1 | |
| | ||||||
* | Per Issue 206 adding -framework IOKit to resolve missing symbol ↵ | Jay Loden | 2011-09-21 | 1 | -1/+1 | |
| | | | | _kIOMasterPortDefault | |||||
* | Added extra_link_args=['-framework', 'CoreFoundation'] per Issue #206 to | Jay Loden | 2011-09-21 | 1 | -1/+2 | |
| | | | | try and resolve missing symbol for ___CFConstantStringClassReference | |||||
* | Fix issue 203: skip test_nice in case of AccessDenied | Giampaolo Rodola' | 2011-09-05 | 1 | -1/+1 | |
| | ||||||
* | update setup.py metadata | Giampaolo Rodola' | 2011-07-08 | 1 | -1/+2 | |
| | ||||||
* | update doc | Giampaolo Rodola' | 2011-07-08 | 1 | -4/+3 | |
| | ||||||
* | Fix #179: use setuptools in setup.py | Giampaolo Rodola' | 2011-07-06 | 1 | -1/+4 | |
| | ||||||
* | considering the new disk-related functions let's consider this a major ↵ | Giampaolo Rodola' | 2011-06-27 | 1 | -1/+1 | |
| | | | | version and change version from 0.2.2 to 0.3.0 | |||||
* | little refactoring | Giampaolo Rodola' | 2011-06-06 | 1 | -2/+2 | |
| | ||||||
* | removal of unused imports discovered with pyflakes | Giampaolo Rodola' | 2011-06-04 | 1 | -1/+0 | |
| | ||||||
* | update version in setup.py and add temporary fix for a test failure on linux | Giampaolo Rodola' | 2011-06-04 | 1 | -2/+2 | |
| | ||||||
* | update version in setup.py | Giampaolo Rodola' | 2011-03-20 | 1 | -2/+4 | |
| | ||||||
* | Fix issue 147: implement process I/O nice on Linux. | Giampaolo Rodola' | 2011-01-13 | 1 | -1/+5 | |
| | ||||||
* | Issue 142: implement process nice/priority on Windows. | Giampaolo Rodola' | 2010-12-27 | 1 | -11/+11 | |
| | ||||||
* | Issue 142: implement set process niceness by adding a new _psutil_posix.c ↵ | Giampaolo Rodola' | 2010-12-25 | 1 | -14/+22 | |
| | | | | module using getprocess() and setprocess() syscalls. Tested on Linux but it should work on BSD and OSX as well. | |||||
* | Adds a new _psutil_common.c file which defines routines that are common to ↵ | Giampaolo Rodola' | 2010-11-20 | 1 | -0/+3 | |
| | | | | all platforms. As for now NoSuchProcess and AccessDenied are defined and transition has been made for BSD only. OSX and Windows platforms will have to adopt them as well. | |||||
* | add donload url in setup.py, useful for setuptools and also add new keywordsrelease-0.2.0 | Giampaolo Rodola' | 2010-11-13 | 1 | -1/+3 | |
| | ||||||
* | update classifiers in setup.py | Giampaolo Rodola' | 2010-10-29 | 1 | -3/+6 | |
| | ||||||
* | Fix error in setup.py which broke installation. | Giampaolo Rodola' | 2010-10-22 | 1 | -3/+1 | |
| | | | | Also fixed Windows-specific cmdline test. | |||||
* | adds a psutil.version_info tuple to permit operations against psutil version | Giampaolo Rodola' | 2010-10-21 | 1 | -1/+5 | |
| | ||||||
* | get_connections() now works under python 3 on Linux; added note on how to ↵ | Giampaolo Rodola' | 2010-07-19 | 1 | -1/+1 | |
| | | | | run the test suite under python 3; modified psutil version in setup.py. | |||||
* | raise NotImplementedError with a proper error message if the platform is not ↵ | Giampaolo Rodola' | 2010-07-09 | 1 | -1/+4 | |
| | | | | supported by psutil | |||||
* | Implemented get_open_files() on Windows thanks to this useful recipe I found ↵ | Giampaolo Rodola' | 2010-03-08 | 1 | -0/+1 | |
| | | | | | | | on sysinternals forum: http://forum.sysinternals.com/forum_posts.asp?TID=18892 This is still not reliable yet as it lacks the routine to convert "\Device\HarddiskVolume1\" into actual drive letters. | |||||
* | No longer install wmi.py in setup.py script as it turns out that two ↵ | Giampaolo Rodola' | 2010-03-02 | 1 | -18/+0 | |
| | | | | | | | | | | separate exe installers are created when running: C:\python26\python setup.py build -c mingw32 bdist_wininst ...one for psutil and another one for wmi. Moved wmi.py in psutil directory resulting in wmi being part of psutil namespace on Windows. | |||||
* | Added more metadata classifiers including all versions of python supported ↵ | Giampaolo Rodola' | 2010-03-02 | 1 | -0/+8 | |
| | | | | | | by psutil including python 3. This should make some difference when searching python 3 modules through pypi. | |||||
* | setup.py script now includes a hack for Python 3 to tell distutils to run ↵ | Giampaolo Rodola' | 2010-02-21 | 1 | -5/+14 | |
| | | | | 2to3 against the files copied in the build directory before installing. | |||||
* | (issue 63) fixes username issues on Windows by using wmi.py module ↵ | Giampaolo Rodola' | 2010-02-10 | 1 | -0/+19 | |
| | | | | | | | | (requiring pywin32 extension) to retrieve the process username. In case pywin32 is not installed a NotImplementedError exception is raised. wmi.py has been placed in psutil source tree and gets installed as a separated module by setup.py by temporarily copying it in the same directory as setup.py. This sucks but I really didn't find another way out. | |||||
* | Fixed issue 57 (some tests failing if no swap is available).wq! | Giampaolo Rodola' | 2009-07-06 | 1 | -1/+1 | |
| | | | | Also added __version__ variable in module init. |