This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-08-04 17:08:35 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
13
100314427a
cpython
/
Lib
/
json
History
Download ZIP
Download TAR.GZ
Ezio Melotti
100314427a
#16333
: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka.
2012-11-29 00:42:56 +02:00
..
__init__.py
#16333
: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka.
2012-11-29 00:42:56 +02:00
decoder.py
Issue
#5067
: improve some json error messages.
2012-06-29 01:59:54 +02:00
encoder.py
#16333
: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace. Patch by Serhiy Storchaka.
2012-11-29 00:42:56 +02:00
scanner.py
#9233
: Fix json to work properly even when _json is not available.
2011-04-13 07:04:18 +03:00
tool.py
Issue
#5067
: improve some json error messages.
2012-06-29 01:58:26 +02:00