summaryrefslogtreecommitdiff
path: root/cherrypy/lib/gctools.py
Commit message (Expand)AuthorAgeFilesLines
* Regarding E305, honor the style guide rather than suppressing errors.Jason R. Coombs2017-10-291-1/+3
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-28/+28
* Fix flake8 error: F401 '<mod>' imported but unusedSviatoslav Sydorenko2016-08-241-1/+0
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-2/+2
* More PEP8 work.Gustavo Picon2014-01-121-7/+8
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-2/+4
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-7/+7
* Some more info out of gctoolsRobert Brewer2011-10-131-13/+31
* gctools: added sys.getrefcount, switched back to backrefs (oops), added a wai...Robert Brewer2011-10-131-9/+39
* Adding optional objgraph import to gctools.Robert Brewer2011-10-131-1/+16
* Maybe the third time is the charm for calling gc.collect()Joseph Tate2011-09-231-1/+2
* A few Python 2.3 fixes.Robert Brewer2011-07-051-1/+5
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+146