This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-11-24 02:15:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
362b95102f
cpython
/
Lib
/
json
History
Ezio Melotti
362b95102f
#12017
: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
2011-05-07 17:58:09 +03:00
..
tests
#12017
: Fix segfault in json.loads() while decoding highly-nested objects using the C accelerations.
2011-05-07 17:58:09 +03:00
__init__.py
Add a space to make json doc a bit more readable
2011-04-21 02:37:41 +02:00
decoder.py
#9233
: Fix json.loads({}) to return a dict (instead of a list), when _json is not available.
2011-04-13 07:10:13 +03:00
encoder.py
#10019
: Fix regression relative to 2.6: add newlines if indent=0
2011-04-12 21:02:45 -04:00
scanner.py
#9233
: Fix json to work properly even when _json is not available.
2011-04-13 07:04:18 +03:00
tool.py
port simplejson upgrade from the trunk
#4136
2009-05-02 12:36:44 +00:00