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-11-01 10:45:30 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
15
1b93021214
cpython
/
Lib
/
json
History
Download ZIP
Download TAR.GZ
Ezio Melotti
1b93021214
#9233
: skip _json-specific tests when _json is not available.
2011-04-12 15:59:50 +03:00
..
tests
#9233
: skip _json-specific tests when _json is not available.
2011-04-12 15:59:50 +03: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