summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-3/+1
* Revert r1548 (issue 340): ignoring files with handle.GrantedAccess == 0x00120...Giampaolo Rodola'2012-12-131-0/+1
* setup.py refactoring: get rid of version string; from now on that gets mainta...Giampaolo Rodola'2012-07-181-8/+33
* little OSX refactoring + update version + get rid of old 'doc' directory refe...Giampaolo Rodola'2012-07-181-1/+1
* update version (sigh!)Giampaolo Rodola'2012-06-291-1/+1
* get_users(), rename 'options' ntuple field to 'opts' plus update README and H...Giampaolo Rodola'2012-06-271-2/+2
* remove sys.platform.lower() redundancy when checking for what platform we're ...Giampaolo Rodola'2012-06-261-4/+4
* fix issue #274: rewrite code in an idiom which works with both python 2.x and...Giampaolo Rodola'2012-06-031-15/+4
* 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 h...david daeschler2012-04-251-0/+3
* 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 pag...Giampaolo Rodola'2011-11-091-7/+11
* 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 increased...Giampaolo Rodola'2011-10-221-2/+2
* 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
* 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 _kIOMasterPor...Jay Loden2011-09-211-1/+1
* Added extra_link_args=['-framework', 'CoreFoundation'] per Issue #206 toJay Loden2011-09-211-1/+2
* 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 versio...Giampaolo Rodola'2011-06-271-1/+1
* 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 mod...Giampaolo Rodola'2010-12-251-14/+22
* Adds a new _psutil_common.c file which defines routines that are common to al...Giampaolo Rodola'2010-11-201-0/+3
* 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
* 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 run...Giampaolo Rodola'2010-07-191-1/+1
* raise NotImplementedError with a proper error message if the platform is not ...Giampaolo Rodola'2010-07-091-1/+4
* Implemented get_open_files() on Windows thanks to this useful recipe I found ...Giampaolo Rodola'2010-03-081-0/+1
* No longer install wmi.py in setup.py script as it turns out that two separate...Giampaolo Rodola'2010-03-021-18/+0
* Added more metadata classifiers including all versions of python supported by...Giampaolo Rodola'2010-03-021-0/+8
* setup.py script now includes a hack for Python 3 to tell distutils to run 2to...Giampaolo Rodola'2010-02-211-5/+14