summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove last python 2.4/2.5 referencesrelease-2.2.0Giampaolo Rodola2015-01-061-15/+3
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-01-061-2/+3
|\
| * attempt to fix travis failureGiampaolo Rodola2015-01-061-2/+3
* | windows: remove last python 2.4/2.5 references from make.bat; update datesGiampaolo Rodola2015-01-063-7/+3
|/
* attempt to fix travis failureGiampaolo Rodola2015-01-061-2/+2
* fix #570: test_memory_leaks test for error conditionsGiampaolo Rodola2015-01-062-5/+23
* pidof: do not unnecessarily invoke cmdline() if pgname already matched proces...Giampaolo Rodola2015-01-052-5/+12
* 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
* as_dict(): set default 'attrs' value to None instead of []Giampaolo Rodola2015-01-033-6/+7
* #568: add test for examples/pidof.py scriptGiampaolo Rodola2015-01-031-0/+4
* Issue #568 pidof.py: also consider process name()Giampaolo Rodola2015-01-034-15/+20
* Merge pull request #568 from karthikrev/masterGiampaolo Rodola'2015-01-031-0/+43
|\
| * adding example pstree.py with some fixesKarthikkumar Namasivayam2015-01-011-4/+16
| * same as pidof cli toolKarthikkumar Namasivayam2015-01-011-0/+31
* | fix #571: [Linux] Process.open_files() might swallow AccessDenied exceptionsGiampaolo Rodola2015-01-032-16/+21
* | #556: all open() statements are now done via 'with' ctx manager; hopefully th...Giampaolo Rodola2015-01-031-14/+7
* | rename _PSUTIL_VERSION to PSUTIL_VERSIONGiampaolo Rodola2015-01-026-6/+6
* | fix #564: add a sanity check to make sure the python module is not using a C ...Giampaolo Rodola2015-01-028-2/+35
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2015-01-012-15/+15
|\ \
| * | fix some compiling warnings on freebsdGiampaolo Rodola2014-11-262-15/+15
* | | update docGiampaolo Rodola2015-01-013-3/+11
|/ /
* | fix #569: [FreeBSD] fix memory leak in psutil.cpu_count(logical=False).Giampaolo Rodola2014-11-264-3/+8
* | fix #569: [FreeBSD] add support for process CPU affinity.Giampaolo Rodola2014-11-268-7/+149
* | replace 'return Py_None' occurrences with 'Py_RETURN_NONE' macroGiampaolo Rodola2015-01-017-37/+19
* | fix 567: in the alternative implementation of CPU affinity PyList_Append and ...Giampaolo Rodola2015-01-013-7/+23
|/
* fix #446: get rid of the unicode hack for net_io_counters() on WindowsGiampaolo Rodola2014-12-312-14/+3
* fix #565: proper encoding for username() and users() on WindowsGiampaolo Rodola2014-12-313-8/+22
* update HISTORY and CREDITS [skip ci]Giampaolo Rodola2014-12-242-1/+8
* Merge pull request #561 from spacewander/patch-1Giampaolo Rodola'2014-12-241-1/+1
|\
| * fix a typospacewander2014-12-241-1/+1
|/
* Merge pull request #560 from clouseau/namedtupleGiampaolo Rodola'2014-12-211-3/+3
|\
| * Consistency in namedtuple namingJohn VanDyk2014-12-201-3/+3
|/
* reset tests on windowsGiampaolo Rodola2014-11-261-2/+3
* pstree: use ascii characters; also cover the case where PID 0's parent is 0Giampaolo Rodola2014-11-261-16/+21
* fix #547: have username return the stringified UID in case UID cannot be reso...Giampaolo Rodola2014-11-263-3/+9
* add note about killing PID 0 on POSIXGiampaolo Rodola2014-11-251-0/+4
* fix HISTORYGiampaolo Rodola2014-11-252-3/+8
* add 'pstree' to the list of classifiers/keywordsGiampaolo Rodola2014-11-221-4/+4
* [skip-ci] pep8-ify codeGiampaolo Rodola2014-11-221-1/+2
* remove 'pypy' from travis as it always failGiampaolo Rodola2014-11-222-2/+1
* add test for pstree scriptGiampaolo Rodola2014-11-221-0/+3
* #553 add examples/pstree.py scriptGiampaolo Rodola2014-11-223-3/+67
* skip mem test on POSIXGiampaolo Rodola2014-11-222-2/+2
* update README/CREDITSGiampaolo Rodola2014-11-152-0/+9
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2014-11-151-22/+17
|\
| * Merge pull request #548 from anders-chrigstrom/masterGiampaolo Rodola'2014-11-151-22/+17
| |\
| | * Fix for isssue #496Anders Chrigström2014-11-141-22/+17
| |/
* | some refactoringGiampaolo Rodola2014-11-086-20/+21
|/
* refactoringGiampaolo Rodola2014-11-031-31/+18