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
3.1
cpython
/
Lib
/
json
History
Benjamin Peterson
66a316837c
in scan_once, prevent the reading of arbitrary memory when passed a negative index
...
Bug reported by Guido Vranken.
2014-04-13 22:10:38 -04:00
..
tests
in scan_once, prevent the reading of arbitrary memory when passed a negative index
2014-04-13 22:10:38 -04: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
: Improve json tests to be executed with and without accelerations.
2011-05-14 06:38:03 +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