This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
c98556e72e
cpython
/
Lib
/
json
History
Ezio Melotti
2b96f0987a
#9233
: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
2011-04-13 05:37:29 +03:00
..
tests
#9233
: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
2011-04-13 05:37:29 +03:00
__init__.py
…
decoder.py
#9233
: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
2011-04-13 05:37:29 +03:00
encoder.py
#10019
: Fix regression relative to 2.6: add newlines if indent=0
2011-04-12 21:00:26 -04:00
scanner.py
…
tool.py
…