This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-11 15:12:20 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3438fa496db50ef3cafcfdb3243f2f769bc12ebe
cpython
/
Lib
/
json
T
History
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