cpython/Doc/reference
Georg Brandl 2daf6ae249 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 19:54:16 +01:00
..
compound_stmts.rst #11446: fix incorrect PEP link. 2011-03-11 20:50:42 +02:00
datamodel.rst Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 2012-02-20 19:54:16 +01:00
executionmodel.rst Merged revisions 87789-87790 via svnmerge from 2011-01-09 08:01:46 +00:00
expressions.rst Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 2011-02-25 09:48:21 +00:00
grammar.rst
index.rst
introduction.rst Merged revisions 82301 via svnmerge from 2010-07-11 10:41:07 +00:00
lexical_analysis.rst Merged revisions 87575 via svnmerge from 2010-12-30 08:37:58 +00:00
simple_stmts.rst #11337: remove unreferenced footnote. 2011-03-06 10:51:18 +01:00
toplevel_components.rst