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-07-23 19:25:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
d45c7f8d74
cpython
/
Lib
/
json
History
Download ZIP
Download TAR.GZ
Ezio Melotti
401cf295e5
#16549
: merge with 3.3.
2012-11-29 02:18:34 +02:00
..
__init__.py
#16333
: fix example in docstring.
2012-11-29 00:45:22 +02:00
decoder.py
Cleanup json decoder: float() has builtin support of nan, +inf, -inf since Python 2.6
2012-11-29 00:12:40 +01: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
tool.py
#16549
: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka.
2012-11-29 02:15:18 +02:00