cpython/Lib/json
Georg Brandl 09a7c72cad Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated.

The environment variable PYTHONHASHSEED and the new command line flag -R control this
behavior.
2012-02-20 21:31:46 +01: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 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 2011-04-12 21:09:18 -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