index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
lib
/
jsontools.py
Commit message (
Expand
)
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
*
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' wh...
Jason R. Coombs
2016-07-24
1
-2
/
+2
*
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
*
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
|
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-7
/
+7
*
|
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
*
|
Improve fix for the bug of the json tools and caching,
Joel Rivera
2013-04-08
1
-5
/
+6
*
|
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
|
/
*
Fix for #1059 (py2/jsontools/json_out: debug message uses undefined global (p...
Robert Brewer
2011-07-04
1
-1
/
+1
*
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 g...
trunk
Robert Brewer
2011-02-25
1
-87
/
+0
*
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
*
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 Content...
Robert Brewer
2010-02-11
1
-21
/
+66
*
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 request/re...
Robert Brewer
2009-06-22
1
-3
/
+3
*
#831, fixed `json` import login in jsontools to make sure it's only loaded in
tabo
2009-04-02
1
-2
/
+3
*
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