summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests refactoringGiampaolo Rodola'2013-10-072-37/+30
* issue 438: define a HAVE_PRLIMIT macro in setup.py enable for kernels >= 2.6.36Giampaolo Rodola'2013-10-072-9/+40
* update wait() docstringGiampaolo Rodola'2013-10-051-0/+6
* test fetch all processes: get rid of the assumption that NSP necessarily mean...Giampaolo Rodola'2013-10-051-7/+0
* fix test on python 3.4 where socket constants are Enums (as opposed to plain ...Giampaolo Rodola'2013-10-051-9/+9
* refactoringGiampaolo Rodola'2013-10-051-45/+29
* refactor test code so that it uses new pyrun() function; also test_get_connec...Giampaolo Rodola'2013-10-051-14/+18
* merge headsGiampaolo Rodola'2013-10-052-3/+12
|\
| * fix limited user test case when test suite is run as rootGiampaolo Rodola'2013-10-041-0/+5
| * Fix compiler warning on Linux as per https://code.google.com/p/psutil/issues/...Giampaolo Rodola'2013-10-041-1/+3
| * fix testGiampaolo Rodola'2013-10-041-2/+4
* | provide a separate test function which executes a block of valid python code ...Giampaolo Rodola'2013-10-051-14/+28
* | test zombie: do not assume as_dict() should work for a zombie processGiampaolo Rodola'2013-10-051-8/+3
* | fix test failing on python 3Giampaolo Rodola'2013-10-041-3/+10
* | meminfo.py: show MB and GB (instead of just MB)Giampaolo Rodola'2013-10-041-3/+16
* | re-establish python 2.4 compatibilityGiampaolo Rodola'2013-10-042-85/+104
* | prettify constants import indentationGiampaolo Rodola'2013-10-041-22/+43
|/
* use #ifdef __NR_prlimit64 as condition to determine whether prlimit() is avai...Giampaolo Rodola'2013-10-042-1/+9
* (linux / C pre-processor) use HAVE_* instead of HAS_* for consistency with Py...Giampaolo Rodola'2013-10-041-7/+7
* merge headsGiampaolo Rodola'2013-10-031-4/+4
|\