| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport python 3 super() (#1733) | Giampaolo Rodola | 2020-04-24 | 1 | -21/+100 |
| | | |||||
| * | MemoryLeakTest class enhancements (#1731) | Giampaolo Rodola | 2020-04-23 | 1 | -1/+16 |
| | | |||||
| * | Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704) | Giampaolo Rodola | 2020-02-21 | 1 | -1/+1 |
| | | |||||
| * | #1659: provide error message in case of bugged PYPY2 version | Giampaolo Rodola | 2020-02-14 | 1 | -0/+12 |
| | | |||||
| * | small refactoring | Giampaolo Rodola | 2020-02-14 | 1 | -6/+7 |
| | | |||||
| * | PEP-3151: backport FS exceptions to Python 2 (#1544) | Giampaolo Rodola | 2019-06-28 | 1 | -1/+71 |
| | | |||||
| * | move get_terminal_size() in _compat.py | Giampaolo Rodola | 2019-04-05 | 1 | -1/+22 |
| | | |||||
| * | Remove additional workarounds and support for Python 3.2 & 3.3 (#1228) | Jon Dufresne | 2018-03-04 | 1 | -9/+1 |
| | | | | | | | Support for Python 3.3 was dropped in version 5.4.1. Support for Python 3.2 was dropped earlier. Remove all references to these unsupported versions including documentation, scripts, workarounds, etc. Eases maintenance as fewer workarounds are used for unsupported environments. | ||||
| * | 1058 enable fix warnings (#1059) | Giampaolo Rodola | 2017-05-10 | 1 | -49/+1 |
| | | | | | | | | | | | | | | | | | | | * #1058: have Makefile use PYTHONWARNINGS=all by default for (almost) all commands * #1058 fix linux tests warnings * #1058: try not to use imp module * #1058: get rid of imp module completely * #1058: ignore unicode warnings * #1058: ignore stderr from procsmem.py * #1058: fix resource warning from Popen * #1058: get rid of contextlib.nested (deprecated) | ||||
| * | filter shared libs with looking for 'python' in their name | Giampaolo Rodola | 2017-05-07 | 1 | -2/+1 |
| | | |||||
| * | fix python bug of socket.setblocking() which changes socket.type value - ↵ | Giampaolo Rodola | 2017-04-29 | 1 | -1/+1 |
| | | | | | http://bugs.python.org/issue30204 | ||||
| * | add a test case which exposes #1013 on FreeBSD | Giampaolo Rodola | 2017-04-29 | 1 | -0/+49 |
| | | |||||
| * | update __all__ | Giampaolo Rodola | 2016-06-04 | 1 | -1/+2 |
| | | |||||
| * | #717: ignore everything after the first occurrence of '\x00' instead of ↵ | Giampaolo Rodola | 2015-12-15 | 1 | -0/+2 |
| | | | | | replacing '\x00' for the whole string | ||||
| * | openbsd: fix some tests + memory leak in swap_mem() | Giampaolo Rodola | 2015-11-24 | 1 | -2/+2 |
| | | |||||
| * | merge from master | Giampaolo Rodola | 2015-11-06 | 1 | -0/+6 |
| |\ | |||||
| | * | #558: [Linux] expose psutil.PROCFS_PATH constant | Giampaolo Rodola | 2015-10-31 | 1 | -0/+6 |
| | | | |||||
| * | | Fallback on using which(cmdline()[0]) since exe() does not exist on | Giampaolo Rodola | 2015-09-07 | 1 | -0/+53 |
| |/ | | | | OpenBSD | ||||
| * | Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflow | Giampaolo Rodola' | 2015-09-03 | 1 | -2/+0 |
| |\ | | | | | Modules aren't scripts. | ||||
| | * | Modules aren't scripts. | Tom Prince | 2015-01-08 | 1 | -2/+0 |
| | | | | | | | | | They shouldn't have shebang lines. | ||||
| * | | #639: add test | Giampaolo Rodola | 2015-07-11 | 1 | -0/+6 |
| | | | |||||
| * | | fix flake8 complaints | Giampaolo Rodola | 2015-02-07 | 1 | -2/+2 |
| | | | |||||
| * | | remove unused import | Giampaolo Rodola | 2015-02-06 | 1 | -4/+0 |
| | | | |||||
| * | | remove names which are no longer in use from _compat.py | Giampaolo Rodola | 2015-02-06 | 1 | -17/+1 |
| |/ | |||||
| * | #521 remove python 2.4 and 2.5 support | Giampaolo Rodola | 2014-11-01 | 1 | -239/+7 |
| | | |||||
| * | github migration | Giampaolo Rodola' | 2014-05-23 | 1 | -0/+2 |
| | | |||||
| * | fix issue 478 (Linux): open /proc files in binary mode on Python 3.4: this ↵ | Giampaolo Rodola' | 2014-02-16 | 1 | -0/+6 |
| | | | | | results in a considerable speedup (from ~ 30% to 50%) | ||||
| * | update CREDITS | Giampaolo Rodola' | 2013-12-14 | 1 | -0/+4 |
| | | |||||
| * | pep8ify line > 80 chars | Giampaolo Rodola' | 2013-12-08 | 1 | -7/+8 |
| | | |||||
| * | refactoring of _compat.py | Giampaolo Rodola' | 2013-12-08 | 1 | -34/+14 |
| | | |||||
| * | introduce @lru_cache decorator from python 3.2 | Giampaolo Rodola' | 2013-12-08 | 1 | -0/+168 |
| | | |||||
| * | pep8ify | Giampaolo Rodola' | 2013-11-26 | 1 | -7/+9 |
| | | |||||
| * | pep8ify | Giampaolo Rodola' | 2013-11-21 | 1 | -16/+15 |
| | | |||||
| * | _compat.callable: synchronize it with the version defined into six library | Giampaolo Rodola' | 2013-10-26 | 1 | -5/+2 |
| | | |||||
| * | pylint | Giampaolo Rodola' | 2013-10-03 | 1 | -1/+1 |
| | | |||||
| * | Fix issue 416 (Linux): try to encode() the path name in case statvfs() raise ↵ | Giampaolo Rodola' | 2013-08-09 | 1 | -0/+8 |
| | | | | | UnicodeEncodeError and then retry; also add unit tests for unicode path names passed to disk_usage() | ||||
| * | update psutil project ownership | Giampaolo Rodola' | 2013-06-08 | 1 | -1/+1 |
| | | |||||
| * | Remove "$Id$" occurrences from source code files. They were used by svn ↵ | Giampaolo Rodola' | 2013-03-26 | 1 | -3/+1 |
| | | | | | propset functionnality which no longer applies now that we're using Mercurial. | ||||
| * | Fix issue 318: reintroduce python 2.4 compatibility which was accidentally ↵ | Giampaolo Rodola' | 2012-08-16 | 1 | -0/+24 |
| | | | | | broken in 0.6.0 release (patch by Riccardo Murri) | ||||
| * | add 'print_' function as 2/3 compatibility layer | Giampaolo Rodola' | 2012-06-09 | 1 | -0/+6 |
| | | |||||
| * | fix issue #274: rewrite code in an idiom which works with both python 2.x ↵ | Giampaolo Rodola' | 2012-06-03 | 1 | -8/+56 |
| | | | | | and 3.x avoiding the 2to3 run at installation time | ||||
| * | add who.py example script | Giampaolo Rodola' | 2012-04-16 | 1 | -1/+1 |
| | | |||||
| * | #242: change the recursive algorithm to get process children: use a ↵ | Giampaolo Rodola' | 2012-04-08 | 1 | -1/+52 |
| | | | | | defaultdict to construct a table where 'values' are all the processes having 'keys' as their parent and then recursively iterate over it. This is an order of magnitude faster | ||||
| * | update compatibilty hack for property setters/deleters (py < 2.6) with a ↵ | Giampaolo Rodola' | 2011-10-11 | 1 | -27/+14 |
| | | | | | cleaner and more efficient version | ||||
| * | Fix #212 | Giampaolo Rodola' | 2011-10-05 | 1 | -0/+3 |
| | | | | | | Add license header in all source files to pass google chromium license checkers. Also removed Dave Daeschler from contributors and added some missing docstrings. | ||||
| * | - linux: close fd | Giampaolo Rodola' | 2011-03-23 | 1 | -6/+27 |
| | | | | | | - linux: when parsing /proc files and the desired line is not found raise RuntimeError instead of returning None - rewrite _compat.property to support deleters and docstrings | ||||
| * | rename compat.py in _compat.py | Giampaolo Rodola' | 2011-02-15 | 1 | -0/+130 |
