summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix tox issue by adding 'develop' option; also reindent imports as they were ...mindw-move_extension_2_pkgGiampaolo Rodola2015-02-077-42/+38
* mergeGiampaolo Rodola2015-02-078-80/+85
* fix flake8 complaintsGiampaolo Rodola2015-02-079-62/+66
* fix #582: turn *connections() constants into enums on python 3.4+Giampaolo Rodola2015-02-079-21/+71
* update TODO [skip ci]Giampaolo Rodola2015-02-071-6/+10
* introduce ipaddr dep (py 3.3) for checking validity of IP addressesGiampaolo Rodola2015-02-073-21/+55
* tox: make sure flake8 is executed only against the revisione *.py filesGiampaolo Rodola2015-02-071-1/+3
* remove reference to deprecated BOOT_TIME constant from boot_time() docstringGiampaolo Rodola2015-02-061-3/+1
* point to INSTALL.rst in the doc and README.rstGiampaolo Rodola2015-02-063-15/+17
* #581: add .gitignore to MANIFEST.inGiampaolo Rodola2015-02-061-0/+1
* (issue #581) add more stuff in .gitignore - bump up version to 3.0.0Giampaolo Rodola2015-02-064-10/+30
* Merge pull request #581 from mindw/add_gitignoreGiampaolo Rodola'2015-02-061-0/+9
|\
| * add_gitignoreGabi Davar2015-02-061-0/+9
* | temporarily revert previous commit in order to not create conflicts with PR h...Giampaolo Rodola2015-02-061-8/+2
* | setup.py: include _psutil_common.c in the list of extensions which should be ...Giampaolo Rodola2015-02-061-2/+8
|/
* remove unused importGiampaolo Rodola2015-02-061-4/+0
* remove names which are no longer in use from _compat.pyGiampaolo Rodola2015-02-062-18/+2
* fix test errors on WindowsGiampaolo Rodola2015-02-042-2/+4
* update README version [skip ci]Giampaolo Rodola2015-02-021-0/+1
* update HISTORY/CREDITS [skip ci]release-2.2.1Giampaolo Rodola2015-02-022-0/+13
* Merge pull request #575 from bbinet/572Giampaolo Rodola'2015-02-021-6/+6
|\
| * Don't raise exception if sockets refer to multiple inodesBruno Binet2015-01-201-6/+6
|/
* process connections: make sure results are uniqueGiampaolo Rodola2015-01-122-1/+2
* 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