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-08-01 23:53:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
cd6b8c67ce
cpython
/
Lib
/
json
History
Download ZIP
Download TAR.GZ
Ezio Melotti
898d51da4d
#14875
: Use float('inf') instead of float('1e66666') in the json module.
2012-05-21 17:49:06 -06:00
..
__init__.py
Issue
#13703
: add a way to randomize the hash values of basic types (str, bytes, datetime)
2012-02-20 19:54:16 +01:00
decoder.py
#5723
: merge with 3.1.
2011-05-14 06:47:51 +03:00
encoder.py
#14875
: Use float('inf') instead of float('1e66666') in the json module.
2012-05-21 17:49:06 -06: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