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
d2d2ae91c5ea2d226a6aae7afc8c8b05200c4eef
cpython
/
Lib
/
json
History
Barry Warsaw
fa6582752a
Issue 10038. Restore the Python 2.6 behavior that json.loads() always returns
...
unicode. Patch by Patch by Walter Dörwald.
2010-11-02 21:03:09 +00:00
..
tests
Issue 10038. Restore the Python 2.6 behavior that json.loads() always returns
2010-11-02 21:03:09 +00:00
__init__.py
Recorded merge of revisions 85543 via svnmerge from
2010-10-15 17:04:45 +00:00
decoder.py
Recorded merge of revisions 85543 via svnmerge from
2010-10-15 17:04:45 +00:00
encoder.py
#7092
: fix DeprecationWarnings for json when the tests are run with -3 -Wd.
2010-01-26 15:57:21 +00:00
scanner.py
Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container
2009-03-29 22:33:58 +00:00
tool.py
merge json library with simplejson 2.0.9 (issue 4136)
2009-03-17 23:19:00 +00:00