summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * setup.py refactoring: get rid of version string; from now on that gets ↵Giampaolo Rodola'2012-07-181-8/+33
| | | | | | | | maintain it in __init__.py only; also update README file
| * little OSX refactoring + update version + get rid of old 'doc' directory ↵Giampaolo Rodola'2012-07-181-1/+1
| | | | | | | | references from MANIFEST.in
| * update version (sigh!)Giampaolo Rodola'2012-06-291-1/+1
| |
| * get_users(), rename 'options' ntuple field to 'opts' plus update README and ↵Giampaolo Rodola'2012-06-271-2/+2
| | | | | | | | HISTORY
| * remove sys.platform.lower() redundancy when checking for what platform we're ↵Giampaolo Rodola'2012-06-261-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-031-15/+4
| | | | | | | | and 3.x avoiding the 2to3 run at installation time
* | (solaris) update solaris branch by merging latest trunk revisionGiampaolo Rodola'2012-08-141-27/+41
| |
* | #18 (solaris): implement system CPU timesGiampaolo Rodola'2012-06-011-0/+1
| |
* | #18: first commit of SunOS branch implemening different parts of the Process ↵Giampaolo Rodola'2012-05-311-0/+6
|/ | | | API relying on reading /proc.
* Fix issue 260: (Linux) process memory mapsGiampaolo Rodola'2012-04-261-1/+1
|
* Remove free() call on stack variable in get_process_environ() (WIN) causing ↵david daeschler2012-04-251-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 psGiampaolo Rodola'2012-04-231-1/+1
|
* Issue #229: get_users() windows implementation.Giampaolo Rodola'2012-03-071-1/+2
|
* introduce assertIn usage into the test suiteGiampaolo Rodola'2012-03-071-1/+2
|
* Issue #238: process cpu affinity (Linux implementation)Giampaolo Rodola'2011-12-231-2/+2
|
* remove wrong metadata in setup.pyrelease-0.4.1Giampaolo Rodola'2011-12-141-1/+0
|
* - rewrite README by using ReStructuredText: this lets us have a nice home ↵Giampaolo Rodola'2011-11-091-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 fixesGiampaolo Rodola'2011-10-291-2/+2
|
* Fix compatibility with mingw32 and 2 compiler warnings.Giampaolo Rodola'2011-10-221-1/+1
|
* update to version 0.4.0; remove test which makes sure counters have ↵Giampaolo Rodola'2011-10-221-2/+2
| | | | increased after writing a file because it's unreliable
* 206: implement disk_io_counters() on FreeBSDGiampaolo Rodola'2011-10-211-1/+2
|
* add license header also in example scriptsGiampaolo Rodola'2011-10-051-3/+4
|
* Fix #212Giampaolo Rodola'2011-10-051-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 accidentGiampaolo Rodola'2011-09-291-4/+0
|
* preliminary iotop example scriptGiampaolo Rodola'2011-09-291-1/+4
|
* Bumping the version information to 0.3.1.jcscoobyrs2011-09-221-1/+1
|
* Per Issue 206 adding -framework IOKit to resolve missing symbol ↵Jay Loden2011-09-211-1/+1
| | | | _kIOMasterPortDefault
* Added extra_link_args=['-framework', 'CoreFoundation'] per Issue #206 toJay Loden2011-09-211-1/+2
| | | | try and resolve missing symbol for ___CFConstantStringClassReference
* Fix issue 203: skip test_nice in case of AccessDeniedGiampaolo Rodola'2011-09-051-1/+1
|
* update setup.py metadataGiampaolo Rodola'2011-07-081-1/+2
|
* update docGiampaolo Rodola'2011-07-081-4/+3
|
* Fix #179: use setuptools in setup.pyGiampaolo Rodola'2011-07-061-1/+4
|
* considering the new disk-related functions let's consider this a major ↵Giampaolo Rodola'2011-06-271-1/+1
| | | | version and change version from 0.2.2 to 0.3.0
* little refactoringGiampaolo Rodola'2011-06-061-2/+2
|
* removal of unused imports discovered with pyflakesGiampaolo Rodola'2011-06-041-1/+0
|
* update version in setup.py and add temporary fix for a test failure on linuxGiampaolo Rodola'2011-06-041-2/+2
|
* update version in setup.pyGiampaolo Rodola'2011-03-201-2/+4
|
* Fix issue 147: implement process I/O nice on Linux.Giampaolo Rodola'2011-01-131-1/+5
|
* Issue 142: implement process nice/priority on Windows.Giampaolo Rodola'2010-12-271-11/+11
|
* Issue 142: implement set process niceness by adding a new _psutil_posix.c ↵Giampaolo Rodola'2010-12-251-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-201-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.0Giampaolo Rodola'2010-11-131-1/+3
|
* update classifiers in setup.pyGiampaolo Rodola'2010-10-291-3/+6
|
* Fix error in setup.py which broke installation.Giampaolo Rodola'2010-10-221-3/+1
| | | | Also fixed Windows-specific cmdline test.
* adds a psutil.version_info tuple to permit operations against psutil versionGiampaolo Rodola'2010-10-211-1/+5
|
* get_connections() now works under python 3 on Linux; added note on how to ↵Giampaolo Rodola'2010-07-191-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-091-1/+4
| | | | supported by psutil
* Implemented get_open_files() on Windows thanks to this useful recipe I found ↵Giampaolo Rodola'2010-03-081-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-021-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-021-0/+8
| | | | | | by psutil including python 3. This should make some difference when searching python 3 modules through pypi.