summaryrefslogtreecommitdiff
path: root/test/test_memory_leaks.py
Commit message (Expand)AuthorAgeFilesLines
* implement Process.environ() on Windowsrevive-environ-windowsFrank Benkstein2016-02-011-1/+1
* revive Process.environ on OSXFrank Benkstein2016-01-251-1/+1
* revive Process.environ on LinuxFrank Benkstein2016-01-251-0/+5
* openbsd: fix some tests + memory leak in swap_mem()Giampaolo Rodola2015-11-241-3/+5
* sort importsGiampaolo Rodola2015-10-241-6/+15
* Fix test_memory_leaksArnon Yaari2015-09-061-4/+2
* fix failing test on OSXGiampaolo Rodola2015-06-141-0/+1
* rename varGiampaolo Rodola2015-08-051-2/+2
* fix memleaks failureGiampaolo Rodola2015-07-091-11/+24
* #629: 'skip' platorm specific tests if we're on another platform (instead of ...Giampaolo Rodola2015-06-041-2/+2
* Merge branch 'master' into nicstats-250Giampaolo Rodola2015-02-121-1/+1
|\
| * add new 'make test-memleaks-by-name' command; also fix some compilation warni...Giampaolo Rodola2015-02-121-1/+1
* | fix travisGiampaolo Rodola2015-02-111-0/+1
* | #250: linux implementationGiampaolo Rodola2015-02-111-0/+3
|/
* merge from masterGiampaolo Rodola2015-01-031-5/+5
|\
| * fix flake8 complaintsGiampaolo Rodola2015-02-071-5/+5
* | merge from masterGiampaolo Rodola2015-02-021-24/+40
|\ \ | |/
| * attempt to fix travis failureGiampaolo Rodola2015-01-061-2/+3
| * attempt to fix travis failureGiampaolo Rodola2015-01-061-2/+2
| * fix #570: test_memory_leaks test for error conditionsGiampaolo Rodola2015-01-061-5/+22
| * get rid of the old check assuming Process methods where either properties or ...Giampaolo Rodola2015-01-031-6/+4
| * remove redundant os.getpid()Giampaolo Rodola2015-01-031-5/+5
| * fix #569: [FreeBSD] add support for process CPU affinity.Giampaolo Rodola2014-11-261-3/+5
| * skip mem test on POSIXGiampaolo Rodola2014-11-221-0/+1
| * some refactoringGiampaolo Rodola2014-11-081-1/+1
| * #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-4/+1
* | #250: implement 'iconfig' on Linux (port from old mercurial branch)Giampaolo Rodola2014-06-041-0/+3
|/
* github migrationGiampaolo Rodola'2014-05-231-45/+80
* fix issue 387 (Windows): implement system-wide network connectionsGiampaolo Rodola'2014-04-071-0/+6
* get_ext_memory_info() renamed to memory_info_ex()Giampaolo Rodola'2014-01-111-2/+2
* yet another big renaming in the name of consistencyGiampaolo Rodola'2013-12-261-8/+13
* pyflakesGiampaolo Rodola'2013-12-241-4/+3
* update mem leak tests + HISTORYGiampaolo Rodola'2013-12-241-39/+38
* rename psutil.get_users() to psutil.users()Giampaolo Rodola'2013-12-241-1/+1
* rename psutil.get_boot_time() to psutil.boot_time()Giampaolo Rodola'2013-12-241-1/+1
* mem test for get_boot_time()Giampaolo Rodola'2013-12-171-0/+4
* rename Process' getcwd() to get_cwd() and deprecate the formerGiampaolo Rodola'2013-12-101-2/+2
* fix issue 453: required unittest2 on python < 2.7Giampaolo Rodola'2013-12-071-1/+5
* fix issue #451: deprecate NUM_CPUS module constant and implement an hack to m...Giampaolo Rodola'2013-12-071-4/+1
* pep8ifyGiampaolo Rodola'2013-11-211-13/+16
* add memory leak test for get_num_cpus() function which was untestedGiampaolo Rodola'2013-09-281-0/+7
* Fix issue 412: implement process resource limits on LinuxGiampaolo Rodola'2013-07-241-0/+10
* Rename network_io_counters() to net_io_counters() and create an alias for bac...Giampaolo Rodola'2013-07-081-2/+2
* (sunos) remove memory leak in ext_memory_info() due to a file descriptor not ...Giampaolo Rodola'2013-06-161-0/+3
* add POSIX test which makes sure orphaned unclosed fds are not left behind aft...Giampaolo Rodola'2013-06-151-1/+7
* Issue 391: start transition to unittest2 by making skipIf and skipUnless deco...Giampaolo Rodola'2013-06-101-10/+11
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
* fix some failing tests on WindowsGiampaolo Rodola'2013-05-251-0/+1
* Fix issue #380: make test suite exit with non-zero on failure. (patch by flo...Giampaolo Rodola'2013-05-121-2/+4
* (Windows) fix ionice mem leak testGiampaolo Rodola'2013-04-111-1/+5