summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into get_open_files_threadget_open_files_threadGiampaolo Rodola2015-07-0929-300/+745
|\
| * fix #636: (Windows): Process.memory_info() raises AccessDeniedGiampaolo Rodola2015-07-092-3/+4
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-07-097-58/+221
| |\
| | * #639: (Linux) proc cmdline can be truncatedGiampaolo Rodola2015-07-092-1/+5
| | * fix travis failureGiampaolo Rodola2015-07-091-1/+1
| | * fix memleaks failureGiampaolo Rodola2015-07-091-11/+24
| | * update HISTORYGiampaolo Rodola2015-07-093-6/+12
| | * UNIX: prevent sending signals to PID 0Giampaolo Rodola2015-06-203-4/+13
| | * enhance test coverageGiampaolo Rodola2015-06-201-3/+20
| | * enhance test coverageGiampaolo Rodola2015-06-202-9/+11
| | * exceptions unificationGiampaolo Rodola2015-06-201-2/+2
| | * (linux / net connections) do not swallow all OSError exceptionsGiampaolo Rodola2015-06-202-4/+13
| | * improve test coverage for open_files on linuxGiampaolo Rodola2015-06-203-4/+29
| | * improve tests for Process.__str__Giampaolo Rodola2015-06-201-2/+13
| | * test we are able to instantiate Process() in case of AD and zombie processGiampaolo Rodola2015-06-201-0/+20
| | * improve test coverageGiampaolo Rodola2015-06-202-3/+11
| | * (linux) proc io nice: provide better error messagesGiampaolo Rodola2015-06-202-9/+29
| | * improve linux test coverageGiampaolo Rodola2015-06-203-7/+26
| * | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-06-191-1/+1
| |\ \ | | |/
| | * Merge pull request #637 from commencal661/patch-1Giampaolo Rodola'2015-06-191-1/+1
| | |\
| | | * small typoAljaž Jelen2015-06-191-1/+1
| | |/
| * | make.bat flake8Giampaolo Rodola2015-06-171-4/+14
| |/
| * make.bat refactoringGiampaolo Rodola2015-06-171-16/+31
| * make.bat refactoringGiampaolo Rodola2015-06-172-66/+9
| * make.bat improvementsGiampaolo Rodola2015-06-171-22/+22
| * bump up releaserelease-3.0.1Giampaolo Rodola2015-06-183-2/+3
| * PEP8 fixes + update HISTORY/CREDITSGiampaolo Rodola2015-06-184-5/+15
| * Merge pull request #634 from arnimarj/masterGiampaolo Rodola'2015-06-182-3/+3
| |\
| | * fixing cmdline() for empty-string argumemts on posix systemsArni Mar Jonsson2015-06-162-3/+3
| * | fix #635: [UNIX] crash on module import if 'enum' package is installed on pyt...Giampaolo Rodola2015-06-183-9/+11
| * | more dev-depsGiampaolo Rodola2015-06-181-2/+12
| * | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-06-182-2/+18
| |\ \
| | * | windows: add some C commentsGiampaolo Rodola2015-06-172-2/+18
| * | | have 'make install-dev-deps' install pipGiampaolo Rodola2015-06-181-0/+5
| |/ /
| * | fix #632: [Linux] better error message if cannot parse process UNIX connections.Giampaolo Rodola2015-06-173-4/+24
| * | update dev-depsGiampaolo Rodola2015-06-172-2/+2
| |/
| * update READMErelease-3.0.0Giampaolo Rodola2015-06-132-1/+2
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-06-132-1/+9
| |\
| | * (freebsd) fix memleak + add testGiampaolo Rodola2015-06-122-1/+9
| * | (windows) remove inet_ntopGiampaolo Rodola2015-06-134-36/+0
| * | fix test on WindowsGiampaolo Rodola2015-06-121-4/+5
| |/
| * Merge pull request #616 from mrjefftang/winxp-inet_ntopGiampaolo Rodola'2015-06-046-1/+38
| |\
| | * Implement inet_ntop to support Windows XPJeff Tang2015-06-046-1/+38
| |/
| * Revert "#629: rename test/_linux.py (and others) to test/test_pslinux.py in o...Giampaolo Rodola2015-06-047-7/+7
| * #629: rename test/_linux.py (and others) to test/test_pslinux.py in order to ...Giampaolo Rodola2015-06-047-7/+7
| * #629: 'skip' platorm specific tests if we're on another platform (instead of ...Giampaolo Rodola2015-06-048-25/+35
| * add 'make coverage' and 'make install-dev-deps'Giampaolo Rodola2015-06-042-4/+22
| * add mocked tests for linux (also include mock as a dep on py < 3.4)Giampaolo Rodola2015-06-036-19/+133
| * fix #614: [Linux] return the num of physical cores instead of physical CPUsGiampaolo Rodola2015-06-035-6/+38
| * addCleanup sooner rather than laterGiampaolo Rodola2015-06-031-1/+1