Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move json from _cpcompat to its own module. | Jason R. Coombs | 2018-09-04 | 1 | -3/+4 |
| | |||||
* | Remove Python 2.5 comments | Jason R. Coombs | 2017-07-08 | 1 | -6/+0 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -1/+1 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | HTTPError provides context manager for handling exceptions. | Aric Coady | 2016-09-03 | 1 | -3/+1 |
| | |||||
* | Use the preferred name text_or_bytes to avoid conflation with 'basestring' ↵ | Jason R. Coombs | 2016-07-24 | 1 | -2/+2 |
| | | | | which has no equivalent on Python 3. | ||||
* | Backed out changeset b83128f0f642. jaraco.itertools requires Python 2.7. | Jason R. Coombs | 2016-06-23 | 1 | -4/+2 |
| | |||||
* | Use always_iterable to re-use a proven function for the pattern of accepting ↵ | Jason R. Coombs | 2016-06-06 | 1 | -2/+4 |
| | | | | None, iterable of strings, or single string for a parameter. | ||||
* | Merge with 3.2.x | Jason R. Coombs | 2014-04-12 | 1 | -2/+1 |
|\ | |||||
| * | Remove unused imports | Jason R. Coombs | 2014-03-02 | 1 | -3/+1 |
| | | | | | | | | | | --HG-- branch : cherrypy-3.2.x | ||||
| * | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -7/+7 |
| | | | | | | | | | | | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` --HG-- branch : cherrypy-3.2.x | ||||
* | | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -1/+2 |
| | | |||||
* | | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -3/+7 |
| | | | | | | | | | | --HG-- branch : autopep8 | ||||
* | | Improve fix for the bug of the json tools and caching, | Joel Rivera | 2013-04-08 | 1 | -5/+6 |
| | | | | | | | | | | this is more general and no tightly bound to the caching tool. Fixing issue #1237. | ||||
* | | json tool to work with cached (fixing #1237) | Miki Tebeka | 2013-04-02 | 1 | -1/+5 |
| | | |||||
* | | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -7/+7 |
|/ | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Fix for #1059 (py2/jsontools/json_out: debug message uses undefined global ↵ | Robert Brewer | 2011-07-04 | 1 | -1/+1 |
| | | | | (prob. copy&paste mistake)) | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+87 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -87/+0 |
| | | | | goes in the py2 folder, and we can use a single setup.py to install either, depending on the version of Python that runs setup.py install. | ||||
* | Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away. | Robert Brewer | 2011-02-24 | 1 | -22/+4 |
| | |||||
* | Prefer simplejson to the builtin json module. It's usually more advanced and ↵ | Robert Brewer | 2010-12-30 | 1 | -7/+8 |
| | | | | has optional C speedups. | ||||
* | Allow the default processor and handler for the json tools to be overridden | Joseph Tate | 2010-03-15 | 1 | -7/+16 |
| | |||||
* | Fixed up jsontools to be modern: docstrings, debug output, and better ↵ | Robert Brewer | 2010-02-11 | 1 | -21/+66 |
| | | | | Content-Type support. | ||||
* | Better json_in default_proc. | Robert Brewer | 2009-08-23 | 1 | -7/+2 |
| | |||||
* | Switched the json_in tool to take advantage of the new body.processors. | Robert Brewer | 2009-08-23 | 1 | -18/+25 |
| | |||||
* | All internals now use cherrypy.serving.request/response instead of ↵ | Robert Brewer | 2009-06-22 | 1 | -3/+3 |
| | | | | request/response for a speed boost. | ||||
* | #831, fixed `json` import login in jsontools to make sure it's only loaded in | tabo | 2009-04-02 | 1 | -2/+3 |
| | | | | | python >= 2.6 (the python-json package used by sugar installs a json package in 2.5 but it's a complete different thing, making everything fail) | ||||
* | json support: better import logic (#831) | alex.morega | 2009-04-01 | 1 | -13/+19 |
| | |||||
* | JSON input/output tools (#831) | alex.morega | 2009-03-31 | 1 | -0/+41 |