summaryrefslogtreecommitdiff
path: root/psutil/_compat.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-2/+2
* introduce flake8-bugbear code checkerGiampaolo Rodola2022-05-251-5/+5
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-1/+2
* Changes to debug() function:Giampaolo Rodola2021-10-141-0/+17
* Linux: wait_procs ignoring timeout (#1913) (#1917)Guillermo2021-02-181-0/+8
* Memory leak test: take fluctuations into account (#1757)Giampaolo Rodola2020-05-131-16/+1
* Backport python 3 super() (#1733)Giampaolo Rodola2020-04-241-21/+100
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-231-1/+16
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-211-1/+1
* #1659: provide error message in case of bugged PYPY2 versionGiampaolo Rodola2020-02-141-0/+12
* small refactoringGiampaolo Rodola2020-02-141-6/+7
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-1/+71
* move get_terminal_size() in _compat.pyGiampaolo Rodola2019-04-051-1/+22
* Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)Jon Dufresne2018-03-041-9/+1
* 1058 enable fix warnings (#1059)Giampaolo Rodola2017-05-101-49/+1
* filter shared libs with looking for 'python' in their nameGiampaolo Rodola2017-05-071-2/+1
* fix python bug of socket.setblocking() which changes socket.type value - http...Giampaolo Rodola2017-04-291-1/+1
* add a test case which exposes #1013 on FreeBSDGiampaolo Rodola2017-04-291-0/+49
* update __all__Giampaolo Rodola2016-06-041-1/+2
* #717: ignore everything after the first occurrence of '\x00' instead of repla...Giampaolo Rodola2015-12-151-0/+2
* openbsd: fix some tests + memory leak in swap_mem()Giampaolo Rodola2015-11-241-2/+2
* merge from masterGiampaolo Rodola2015-11-061-0/+6
|\
| * #558: [Linux] expose psutil.PROCFS_PATH constantGiampaolo Rodola2015-10-311-0/+6
* | Fallback on using which(cmdline()[0]) since exe() does not exist onGiampaolo Rodola2015-09-071-0/+53
|/
* Merge pull request #573 from tomprince/remove-shebang-linesEvinceMoi-fix-net_io_counter-overflowGiampaolo Rodola'2015-09-031-2/+0
|\
| * Modules aren't scripts.Tom Prince2015-01-081-2/+0
* | #639: add testGiampaolo Rodola2015-07-111-0/+6
* | fix flake8 complaintsGiampaolo Rodola2015-02-071-2/+2
* | remove unused importGiampaolo Rodola2015-02-061-4/+0
* | remove names which are no longer in use from _compat.pyGiampaolo Rodola2015-02-061-17/+1
|/
* #521 remove python 2.4 and 2.5 supportGiampaolo Rodola2014-11-011-239/+7
* github migrationGiampaolo Rodola'2014-05-231-0/+2
* fix issue 478 (Linux): open /proc files in binary mode on Python 3.4: this re...Giampaolo Rodola'2014-02-161-0/+6
* update CREDITSGiampaolo Rodola'2013-12-141-0/+4
* pep8ify line > 80 charsGiampaolo Rodola'2013-12-081-7/+8
* refactoring of _compat.pyGiampaolo Rodola'2013-12-081-34/+14
* introduce @lru_cache decorator from python 3.2Giampaolo Rodola'2013-12-081-0/+168
* pep8ifyGiampaolo Rodola'2013-11-261-7/+9
* pep8ifyGiampaolo Rodola'2013-11-211-16/+15
* _compat.callable: synchronize it with the version defined into six libraryGiampaolo Rodola'2013-10-261-5/+2
* pylintGiampaolo Rodola'2013-10-031-1/+1
* Fix issue 416 (Linux): try to encode() the path name in case statvfs() raise ...Giampaolo Rodola'2013-08-091-0/+8
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-3/+1
* Fix issue 318: reintroduce python 2.4 compatibility which was accidentally br...Giampaolo Rodola'2012-08-161-0/+24
* add 'print_' function as 2/3 compatibility layerGiampaolo Rodola'2012-06-091-0/+6
* fix issue #274: rewrite code in an idiom which works with both python 2.x and...Giampaolo Rodola'2012-06-031-8/+56
* add who.py example scriptGiampaolo Rodola'2012-04-161-1/+1
* #242: change the recursive algorithm to get process children: use a defaultdi...Giampaolo Rodola'2012-04-081-1/+52
* update compatibilty hack for property setters/deleters (py < 2.6) with a clea...Giampaolo Rodola'2011-10-111-27/+14