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-09-21 16:10:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
fe12aa67fc
cpython
/
Lib
/
json
History
Download ZIP
Download TAR.GZ
Ezio Melotti
df8a8f768d
#11982
: fix json.loads('""') to return u'' rather than ''.
2011-05-04 14:40:53 +03:00
..
tests
#11982
: fix json.loads('""') to return u'' rather than ''.
2011-05-04 14:40:53 +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