summaryrefslogtreecommitdiff
path: root/psutil/_compat.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #212Giampaolo Rodola'2011-10-051-0/+3
* - linux: close fdGiampaolo Rodola'2011-03-231-6/+27
* rename compat.py in _compat.pyGiampaolo Rodola'2011-02-151-0/+130