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-22 17:55:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
11
405952f1a8
cpython
/
Lib
/
json
History
Download ZIP
Download TAR.GZ
Ezio Melotti
405952f1a8
#17368
: merge with 3.3.
2013-03-13 01:55:07 +02:00
..
__init__.py
Issue
#17225
: JSON decoder now counts columns in the first line starting
2013-02-21 20:26:52 +02:00
decoder.py
#17368
: merge with 3.3.
2013-03-13 01:55:07 +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
#16009
: JSON error messages now provide more information. Patch by Serhiy Storchaka.
2013-01-03 08:44:15 +02:00
tool.py
Issue
#17225
: JSON decoder now counts columns in the first line starting
2013-02-21 20:26:52 +02:00