summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_dynamicobjectmapping.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-5/+3
* Remove 'sorted' and 'reversed' from _cp_compatJason R. Coombs2017-07-091-1/+0
* PEP8fy codebase: eliminated F821 flake8 errorSviatoslav Sydorenko2017-03-121-1/+1
* PEP8fy codebase: eliminated F841 flake8 errorSviatoslav Sydorenko2017-03-121-1/+1
* PEP8fy codebase: eliminated E123 flake8 errorSviatoslav Sydorenko2017-03-111-3/+4
* Fix E265: block comment should start with '# 'Sviatoslav Sydorenko2016-09-191-1/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-61/+61
* Remove unused importsJason R. Coombs2016-06-051-1/+0
* Replaced 'unicodestr' with 'six.text_type'Jason R. Coombs2016-06-051-3/+5
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-20/+20
* More PEP8 work.Gustavo Picon2014-01-121-2/+4
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-16/+33
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-26/+26
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+404
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-403/+0
* Merged in changes from python3: r2710 r2711 r2714 r2718 r2719 r2720 r2721 . ...shadowman1312010-11-171-160/+266
* Removed test.py etc.Robert Brewer2010-04-271-7/+2
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-162/+162
* Meh. Not much use for py3util now.Robert Brewer2009-06-151-2/+3
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-4/+2
* Some Python2.3 fixes.Robert Brewer2009-06-021-1/+3
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-3/+0
* #869 - Change the name from 'dispatch' to be configurable on a per Dispatcher...Lakin Wecker2008-12-161-7/+8
* #869 - Don't call exposed dispatch objects for the dispatch stepLakin Wecker2008-10-311-0/+5
* #869 - Test proving that this won't break current web applications that use d...Lakin Wecker2008-10-311-0/+7
* #869 - added the ability for dynamic dispatching by the controller to better ...Lakin Wecker2008-10-301-0/+291