summaryrefslogtreecommitdiff
path: root/psutil/_common.py
Commit message (Expand)AuthorAgeFilesLines
* unify cpu stats by getting rid of some infoGiampaolo Rodola2016-03-121-0/+3
* osx / bsd: set children user/sys time to 0Giampaolo Rodola2016-03-011-1/+2
* improve test coverageGiampaolo Rodola2016-02-271-2/+2
* imorove test coverageGiampaolo Rodola2016-02-181-1/+1
* imorove test coverageGiampaolo Rodola2016-02-181-9/+13
* provide a new memory_addrspace_info() fun and deprecate memory_info_exGiampaolo Rodola2016-02-041-0/+19
* have memory_info() return the stats which were previosuly returned by memory_...Giampaolo Rodola2016-02-041-2/+0
* refactor platform recognition codeGiampaolo Rodola2016-02-021-0/+10
* revive Process.environ on LinuxFrank Benkstein2016-01-251-0/+26
* #734: get rid of ENCODING_ERRORS_HANDLER; instead use surrogateescape by defa...Giampaolo Rodola2016-01-141-4/+0
* #734: fix unicode issues on FreeBSDGiampaolo Rodola2016-01-131-0/+4
* #557 (NetBSD): fix proc status() and num_fds()Giampaolo Rodola2016-01-081-3/+4
* use with lock:Giampaolo Rodola2015-12-161-4/+1
* fix #717: [Linux] Process.open_files fails if deleted files still visible.Giampaolo Rodola2015-12-151-0/+15
* remove shebang lineArnon Yaari2015-10-291-2/+0
* sort importsGiampaolo Rodola2015-10-241-1/+5
* fix #623: [Linux] process or system connections raises ValueError if IPv6 is ...Giampaolo Rodola2015-09-191-0/+14
* #663: ptp addresses linux implementation663-ptp-ifacesGiampaolo Rodola2015-08-051-1/+1
* fix #635: [UNIX] crash on module import if 'enum' package is installed on pyt...Giampaolo Rodola2015-06-181-5/+7
* fix #594: remove all deprecated APIsGiampaolo Rodola2015-02-191-60/+4
* #250: linux implementationGiampaolo Rodola2015-02-111-0/+14
* merge from masterGiampaolo Rodola2015-01-031-1/+29
|\
| * fix test_connections failure on py27 in case enum34 and py27-ipaddress are in...Gabi Davar2015-02-081-2/+2
| * fix #582: turn *connections() constants into enums on python 3.4+Giampaolo Rodola2015-02-071-1/+29
* | merge from masterGiampaolo Rodola2015-02-021-8/+6
|\ \ | |/
| * #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-8/+6
* | #250: implement 'iconfig' on Linux (port from old mercurial branch)Giampaolo Rodola2014-06-041-0/+2
|/
* github migrationGiampaolo Rodola'2014-05-231-1/+1
* fix issue 387 (Linux): implement system-wide network connectionsGiampaolo Rodola'2014-03-121-0/+3
* remove no longer used cached_property() decoratorGiampaolo Rodola'2014-02-241-17/+0
* turn process properties into methods for consistency. this is the most destru...Giampaolo Rodola'2013-12-311-2/+2
* fix namedtuples on BSDGiampaolo Rodola'2013-12-141-2/+0
* Fix issue 461 [Linux]: namedtuples are not pickle-able.Giampaolo Rodola'2013-12-301-28/+26
* protect memoize() decorator with a re-entrant lock just in case the cache is ...Giampaolo Rodola'2013-12-271-4/+17
* fix various things on BSD + (hopefully) last renamingsGiampaolo Rodola'2013-12-141-9/+9
* rename psutil.get_users() to psutil.users()Giampaolo Rodola'2013-12-241-1/+1
* big renaming of all Process.get_* methods producing a DeprecationWarningGiampaolo Rodola'2013-12-241-0/+18
* yet another renamingGiampaolo Rodola'2013-12-141-1/+1
* namedtuples refactoringGiampaolo Rodola'2013-12-141-1/+1
* namedtuples refactoringGiampaolo Rodola'2013-12-141-1/+0
* namedtuples little refactoringGiampaolo Rodola'2013-12-141-1/+3
* namedtuples renamingGiampaolo Rodola'2013-12-141-12/+14
* namedtuples renamingGiampaolo Rodola'2013-12-141-24/+28
* update CREDITSGiampaolo Rodola'2013-12-141-1/+2
* provide @memoize decoratori with a cache_clear() utility function similar to ...Giampaolo Rodola'2013-12-141-1/+19
* pep8ify line > 80 charsGiampaolo Rodola'2013-12-081-1/+2
* pep8ifyGiampaolo Rodola'2013-12-081-11/+11
* namedtuples refactoringGiampaolo Rodola'2013-12-081-24/+39
* small refactoringGiampaolo Rodola'2013-12-081-3/+5
* sort frozensetGiampaolo Rodola'2013-12-081-1/+1