summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mergerelease-1.2.1Giampaolo Rodola'2013-11-253-8/+6
|\
| * Fix issue #348 (Windows XP): DLL load failed on mudule importGiampaolo Rodola'2013-11-253-7/+5
* | wait_procs(): guard against ZeroDivisionErrorGiampaolo Rodola'2013-11-251-2/+4
|/
* fix issue #425 (solaris): correctly determine BOOT_TIMEGiampaolo Rodola'2013-10-195-6/+44
* fix issue 443: [Linux] can't set CPU affinity when having more than 63 coresGiampaolo Rodola'2013-11-222-2/+10
* pep8ifyGiampaolo Rodola'2013-11-221-1/+2
* pep8ifyGiampaolo Rodola'2013-11-228-93/+96
* update TODOGiampaolo Rodola'2013-11-211-0/+30
* pep8ifyGiampaolo Rodola'2013-11-2111-80/+109
* pep8ifyGiampaolo Rodola'2013-11-211-13/+16
* pep8ifyGiampaolo Rodola'2013-11-212-22/+22
* pep8ifyGiampaolo Rodola'2013-11-211-46/+52
* pep8ifyGiampaolo Rodola'2013-11-211-49/+60
* pep8ifyGiampaolo Rodola'2013-11-211-47/+59
* pep8ifyGiampaolo Rodola'2013-11-211-44/+51
* pep8ifyGiampaolo Rodola'2013-11-211-34/+45
* pep8ifyGiampaolo Rodola'2013-11-211-3/+6
* pep8ifyGiampaolo Rodola'2013-11-211-48/+67
* pep8ifyGiampaolo Rodola'2013-11-212-107/+158
* Added tag release-1.2.0 for changeset f532f6ff1f1aGiampaolo Rodola'2013-11-200-0/+0
* mergerelease-1.2.0Giampaolo Rodola'2013-11-201-1/+1
|\
| * fix failing test on WindowsGiampaolo Rodola'2013-11-201-1/+1
* | bump up versionGiampaolo Rodola'2013-11-201-1/+1
|/
* Fix issue 439: assume os.getpid() if no argument is passed to psutil.Process ...Giampaolo Rodola'2013-11-203-6/+15
* Issue 440: re-introduce psutil.wait_procs()Giampaolo Rodola'2013-11-203-3/+129
* Fis issue 348: 'DLL load failed0 occurring on module import on Windows XP / V...Giampaolo Rodola'2013-11-203-1/+16
* enforce Process status testGiampaolo Rodola'2013-11-121-1/+3
* cpu affinity: in case of invalid CPU number show an error reporting the list ...Giampaolo Rodola'2013-11-081-2/+3
* fix mem swap test failing on systems with no swap memoryGiampaolo Rodola'2013-11-081-1/+5
* update versionGiampaolo Rodola'2013-11-072-2/+11
* prlimit(): check linux kernel version in the C code instead of defining a mac...Giampaolo Rodola'2013-11-062-34/+7
* hopefully fix missing prlimit() syscall by checking glibc version straight fr...Giampaolo Rodola'2013-11-061-2/+5
* _compat.callable: synchronize it with the version defined into six libraryGiampaolo Rodola'2013-10-261-5/+2
* Added tag release-1.1.2 for changeset a90279c48df9Giampaolo Rodola'2013-10-230-0/+0
* revert revision Revision: 6f21cd24ff7c: _WIN32_WINNT and _AVAIL_WINVER_ macro...release-1.1.2Giampaolo Rodola'2013-10-222-6/+9
* revert wait_procs() and Process(pid) enhancements because we're going to rele...Giampaolo Rodola'2013-10-223-140/+9
* update HISTORYGiampaolo Rodola'2013-10-221-1/+1
* fix issue 442: the damn prlimit(2) is not available on Debian 6.0.0 when it's...Giampaolo Rodola'2013-10-194-10/+15
* sort classifiersGiampaolo Rodola'2013-10-191-13/+15
* whops! forgot one renameGiampaolo Rodola'2013-10-191-1/+1
* small refactoring of macros on Win: rename _WIN32_WINNT to -> PSUTIL_WINVER a...Giampaolo Rodola'2013-10-192-10/+7
* merge cset 7387909204dd erroneously committed into netstat2 branch into defaultGiampaolo Rodola'2013-10-112-37/+35
* Fix issue #449: add psutil.wait_procs() function.Giampaolo Rodola'2013-10-093-2/+122
* Fix issue #439: assume os.getpid() if no argument is passed to Process.__init__Giampaolo Rodola'2013-10-093-8/+23
* (POSIX / pid_exists()) - as a follow up of http://stackoverflow.com/questions...Giampaolo Rodola'2013-10-091-2/+13
* Added tag release-1.1.1 for changeset 47225669be8fGiampaolo Rodola'2013-10-080-0/+0
* set 1.1.1 versionrelease-1.1.1Giampaolo Rodola'2013-10-082-2/+2
* fix prlimit() related warnings; also, use cPython's resource.c as an example ...Giampaolo Rodola'2013-10-071-12/+18
* whops! (again)Giampaolo Rodola'2013-10-071-2/+0
* whops! (ignore me)Giampaolo Rodola'2013-10-072-2/+4