summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix issue #405: network_io_counters(pernic=True) no longer works as intended ...release-1.0.1Giampaolo Rodola'2013-07-122-2/+11
* Added tag release-1.0.0 for changeset d1c75cad34e4Giampaolo Rodola'2013-07-100-0/+0
* merge headsrelease-1.0.0Giampaolo Rodola'2013-07-103-4/+5
|\
| * add TODO file in MANIFEST.inGiampaolo Rodola'2013-07-101-0/+1
| * update version and README fileGiampaolo Rodola'2013-07-102-4/+4
* | (windows) replace PyString_FromString with Py_BuildValue: PyString_FromString...Giampaolo Rodola'2013-07-101-1/+1
|/
* fix 2 other tests failing on OSXGiampaolo Rodola'2013-07-101-3/+10
* merge headGiampaolo Rodola'2013-07-102-12/+3
|\
| * issue 224: revert change displaying real thread ids: it doesn't work on OSX 10.6Giampaolo Rodola'2013-07-102-12/+3
* | fix some tests fialing on OSX and BSD because assertAlmostEqual() needed to h...Giampaolo Rodola'2013-07-102-16/+32
|/
* get_connections(): rename 'local_address' and 'remote_addres' fields to 'ladd...Giampaolo Rodola'2013-07-106-41/+76
* update TODOGiampaolo Rodola'2013-07-101-8/+11
* (windows) fix examples/disk_usage.py: it can raise ENOENT In case we're inspe...Giampaolo Rodola'2013-07-091-0/+4
* (Windows) fix failure in TestDualProcessImplementationGiampaolo Rodola'2013-07-091-0/+2
* use a smaller time.sleep() interval (2 secs) when launching test processesGiampaolo Rodola'2013-07-094-14/+17
* Fix issue #374: [Windows] negative memory usage reported when processes use a...Giampaolo Rodola'2013-07-092-38/+51
* Rename network_io_counters() to net_io_counters() and create an alias for bac...Giampaolo Rodola'2013-07-0820-32/+37
* (sunos) remove memory leak in ext_memory_info() due to a file descriptor not ...Giampaolo Rodola'2013-06-162-1/+7
* fix all tests which were failing on solaris 11 (0 failures now)Giampaolo Rodola'2013-07-062-3/+8
* issue 404: move #define _GNU_SOURCE upGiampaolo Rodola'2013-07-061-1/+1
* Fix issue #404: [Linux] sched_*affinity() are implicitly declared. (patch by...Giampaolo Rodola'2013-07-043-3/+5
* Replaced assert_eq_w_tol with assertAlmostEqual for BSD and OS XJay Loden2013-06-172-16/+16
* Updated for Issue #394Jay Loden2013-06-171-0/+1
* Issue #394: OS X: mapped memory regions report incorrect file name.Jay Loden2013-06-171-2/+3
* add a TODO document listing a collection of ideas and notes about stuff to im...Giampaolo Rodola'2013-06-171-0/+92
* (sunos) fix some failing tests on Solaris 11Giampaolo Rodola'2013-06-172-5/+6
* (sunos) special case for get_nice() which on Solaris 11 raises NSP even if th...Giampaolo Rodola'2013-06-171-7/+15
* (sunos) fix some XXX(s) and TODO(s)Giampaolo Rodola'2013-06-153-15/+11
* (sunos) fix example script testsGiampaolo Rodola'2013-06-151-1/+1
* (sunos) fix get_connections() status; for IPv6 we were erroneously using the ...Giampaolo Rodola'2013-06-152-6/+4
* (sunos) provide specific test case for swap memoryGiampaolo Rodola'2013-06-151-2/+34
* (sunos) fix memory leak in get_connections()Giampaolo Rodola'2013-06-151-1/+1
* (sunos) fix memory leak due to missing free() callGiampaolo Rodola'2013-06-161-0/+1
* import unittest2 on py < 2.7Giampaolo Rodola'2013-06-161-1/+4
* (sunos) link 'nsl' in setup.py - this is necessary because otherwise the C co...Giampaolo Rodola'2013-06-161-1/+1
* add POSIX test which makes sure orphaned unclosed fds are not left behind aft...Giampaolo Rodola'2013-06-153-16/+58
* (sunos) fix process threads implementation which was brokenGiampaolo Rodola'2013-06-152-4/+5
* setup.py clean: delete more stuffGiampaolo Rodola'2013-06-151-7/+13
* (sunos) disk_partitions(): if all == True only consider partitions having tot...Giampaolo Rodola'2012-06-092-4/+17
* (sunos) get_memory_maps() can return a path name which points to a symlink wh...Giampaolo Rodola'2012-06-091-3/+20
* diminish the failures on POSIX test's create time on sunos by rounding the ctimeGiampaolo Rodola'2012-06-091-2/+4
* mergeGiampaolo Rodola'2012-06-091-3/+3
|\
| * fix compile warning on sunos plus fix LimitedUserTestCase error when run as '...Giampaolo Rodola'2012-06-092-4/+5
* | (sunos) this appears to avoid returning weird negative integers for connectio...Giampaolo Rodola'2012-06-092-4/+4
* | fix sunos warning during compiling + fix a test I broke earlierGiampaolo Rodola'2012-06-092-7/+11
* | further test refactoring: get rid of assert_eq_w_tol() and use assertAlmostEq...Giampaolo Rodola'2013-06-106-76/+81
* | Issue 391: take advantage of new assert* methods and provide a workaround if ...Giampaolo Rodola'2013-06-103-57/+97
* | Issue 391: start transition to unittest2 by making skipIf and skipUnless deco...Giampaolo Rodola'2013-06-107-89/+157
* | fix test_get_pids on LinuxGiampaolo Rodola'2013-06-102-6/+7
* | test warnings refactoringGiampaolo Rodola'2013-06-102-16/+18