summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_json.py
Commit message (Expand)AuthorAgeFilesLines
* Move json from _cpcompat to its own module.Jason R. Coombs2018-09-041-2/+1
* PEP8fy codebase: eliminated E302 flake8 errorSviatoslav Sydorenko2017-03-111-0/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-13/+13
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-8/+9
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-6/+6
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-3/+3
* json tool to work with cached (fixing #1237)Miki Tebeka2013-04-021-0/+21
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-5/+5
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+79
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-79/+0
* Last few 3.2 tweaksRobert Brewer2011-02-251-3/+3
* A couple more Python 2.3 fixes.Robert Brewer2011-02-241-2/+4
* Compat fixes for Python 2.3Robert Brewer2011-02-241-2/+2
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-57/+61
* Removed test.py etc.Robert Brewer2010-04-271-6/+1
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-28/+29
* Switched the json_in tool to take advantage of the new body.processors.Robert Brewer2009-08-231-5/+10
* Removed py3print.Robert Brewer2009-06-141-1/+1
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-1/+1
* json support: better import logic (#831)alex.morega2009-04-011-6/+4
* Skips test if simplejson not available.klarson2009-04-011-60/+66
* JSON input/output tools (#831)alex.morega2009-03-311-0/+68