summaryrefslogtreecommitdiff
path: root/cherrypy/lib/covercp.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-2/+1
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-1/+1
* Remove duplicate importsJason R. Coombs2017-07-101-2/+0
* Rely on six for urllib moves.Jason R. Coombs2017-07-091-3/+4
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-0/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-21/+21
* Fix E402 in lib/covercpSviatoslav Sydorenko2016-09-081-2/+3
* Correct typos in expose decorator usage. Fixes #1444.Jason R. Coombs2016-06-061-3/+3
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-4/+7
* More PEP8 work.Gustavo Picon2014-01-121-8/+21
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-8/+17
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-25/+25
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+365
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-365/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-1/+1
* Sphinx docs in cherrypy.lib.*chbrown2010-02-241-9/+7
* Update covercp and test suite to use coverage 3.2. Should be faster. Note n...Joseph Tate2010-01-281-20/+23
* More syncs with python3.Robert Brewer2009-06-091-3/+3
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-3/+3
* trunk - removing unused imports.Lakin Wecker2009-05-311-5/+0
* covercp: Fixed bug when supplying port via command line. Added commandline op...Robert Brewer2009-04-231-12/+20
* Coerced all path names in covercp.py to lower-case, since some versions ofzakj2007-10-301-2/+2
* New pywebd module. Trunk is now "3.1alpha".Robert Brewer2007-03-051-2/+3
* Changed server.start to server.quickstart, and server.start_all to server.start.Robert Brewer2006-08-051-3/+1
* Moved coverage out of the core.Robert Brewer2006-06-121-5/+10
* Moved covercp, profiler to tree.mount syntax.Robert Brewer2006-05-071-1/+1
* Moved the following config keys out of the "server." namespace (so that "serv...Robert Brewer2006-05-071-1/+1
* Separated cherrypy.server (HTTP) from cherrypy.engine (app):Robert Brewer2006-05-041-0/+1
* Big change: camelCase to lower_with_underscore names (still need to update th...Remi Delon2005-12-031-2/+2
* Fix for #374 (reduce license boilerplate to a single LICENSE.txt file).Robert Brewer2005-10-311-28/+0
* Improved covercp's annotated file output: blank lines have been reinstated, b...Robert Brewer2005-08-251-13/+14
* 1. More improvements to coverage browser.Robert Brewer2005-08-241-54/+106
* Upgrades to coverage browser (thanks to Keir Mierle). See ticket #262.Robert Brewer2005-08-231-133/+204
* Prettier covercp report output (tree format plus percents).Robert Brewer2005-08-191-16/+94
* Added filename, "percent covered" to covercp reports.Robert Brewer2005-08-181-5/+16
* 1. Config section [global] (pathless) is now distinct from [/] (root path); t...Robert Brewer2005-08-091-5/+4
* 1. Builtin HTTP servers now check for free port.Robert Brewer2005-07-221-0/+1
* 1. Pulled dict_from_config_file out of config._load to make it reusable.Robert Brewer2005-07-181-1/+11
* config.update: fixed default overide value, fixed newlines in covercp.pyMichael Robinson2005-07-071-20/+20
* Minor improvements to code-coverage.Robert Brewer2005-07-071-28/+24
* Oops. Forgot a file.Robert Brewer2005-07-071-0/+165