summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update IDEAS772-net-io-counters-extGiampaolo Rodola2016-10-251-1/+3
* add mtu test for osx and bsdGiampaolo Rodola2016-10-252-0/+23
* Merge pull request #929 from giampaolo/net-if-stats-refactGiampaolo Rodola2016-10-256-59/+100
|\
| * osx: separate IFFLAGS functionGiampaolo Rodola2016-10-251-1/+2
| * osx/bsd: separate IFFLAGS functionGiampaolo Rodola2016-10-252-22/+7
| * linux: separate IFFLAGS functionGiampaolo Rodola2016-10-254-22/+51
| * share C function to retrieve MTU across all UNIXesGiampaolo Rodola2016-10-245-20/+46
|/
* HISTORY: make anchors more easily referenceableGiampaolo Rodola2016-10-241-92/+183
* fix #927: Popen.__del__ may cause maximum recursion depth error.Giampaolo Rodola2016-10-242-4/+10
* fix Popen test which is occasionally failingGiampaolo Rodola2016-10-241-3/+20
* more releases timeline from README to docGiampaolo Rodola2016-10-243-54/+56
* ignore failing tests on OSX + TRAVISGiampaolo Rodola2016-10-241-7/+21
* update INSTALL instructionsGiampaolo Rodola2016-10-232-12/+49
* update print_announce.py scriptGiampaolo Rodola2016-10-232-2/+11
* update HISTORYrelease-4.4.0Giampaolo Rodola2016-10-232-1/+2
* HISTORY: provide links to issues on the bug trackerGiampaolo Rodola2016-10-191-538/+1609
* update IDEASGiampaolo Rodola2016-10-191-0/+2
* #910: [OSX / BSD] in case of error, psutil.pids() raised RuntimeError instead...Giampaolo Rodola2016-10-196-14/+24
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-10-191-21/+11
|\
| * fix unicode tests on windows / py3Giampaolo Rodola2016-10-191-21/+11
* | small test refactoringGiampaolo Rodola2016-10-181-4/+2
|/
* fix #926: [OSX] Process.environ() on Python 3 can crash interpreter if proces...Giampaolo Rodola2016-10-183-4/+10
* osx: fix compiler warningsGiampaolo Rodola2016-10-181-1/+1
* refactor unicode testsGiampaolo Rodola2016-10-181-141/+30
* fix unicode testGiampaolo Rodola2016-10-182-5/+6
* #783: fix some unicode related test failures on osxGiampaolo Rodola2016-10-182-42/+40
* test refactoringGiampaolo Rodola2016-10-181-6/+6
* test refactroringGiampaolo Rodola2016-10-181-5/+8
* osx: fix compiler warningsGiampaolo Rodola2016-10-173-4/+4
* fix compilation warns on OSXGiampaolo Rodola2016-10-184-10/+12
* fix #925: [OSX/BSD/SUNOS] ZombieProcess may be erroneously raised for PID 0Giampaolo Rodola2016-10-185-0/+22
* fix #924: [OSX] Process.exe() for PID 0 erroneously raise ZombieProcess. Also...Giampaolo Rodola2016-10-173-33/+21
* update IDEASGiampaolo Rodola2016-10-171-0/+4
* OSX: add avail mem testGiampaolo Rodola2016-10-171-0/+6
* fix #923: [OSX] free memory is wrong (does not match vm_stat command).Giampaolo Rodola2016-10-173-5/+7
* test refactoringGiampaolo Rodola2016-10-171-16/+19
* minor test changeGiampaolo Rodola2016-10-151-2/+2
* #921: add Popen.__del__ to help the GC freeing resourcesGiampaolo Rodola2016-10-154-2/+8
* refactor reap_childrenGiampaolo Rodola2016-10-151-10/+15
* improve reap_children() so that it closes all subprocess fdsGiampaolo Rodola2016-10-152-5/+18
* disable unicode tests on OSX + travisGiampaolo Rodola2016-10-151-2/+3
* #919: make sure to call __enter__Giampaolo Rodola2016-10-152-3/+16
* #919: psutil.Popen: add support for ctx manager protocolGiampaolo Rodola2016-10-154-12/+26
* try to fix failure on appveyor due to case-sensitivnessGiampaolo Rodola2016-10-132-3/+4
* skip non unicode tests on travisGiampaolo Rodola2016-10-131-1/+1
* fix netbsd testGiampaolo Rodola2016-10-131-1/+1
* add make test-posix cmd; fix test failing on netbsdGiampaolo Rodola2016-10-131-4/+2
* add make test-posix cmd; fix test failing on netbsdGiampaolo Rodola2016-10-132-0/+6
* netbsd: add test for used swap memGiampaolo Rodola2016-10-131-0/+6
* #918: [NetBSD] all memory metrics were wrong.Giampaolo Rodola2016-10-133-13/+14