This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
015014ff63e13bbb838ee6cc03336d9615ad8285
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
Recorded merge of revisions 85543 via svnmerge from
2010-10-15 17:04:45 +00:00
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
…