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 Merged revisions 65378-65379,65430 via svnmerge from 2008-08-03 09:47:27 +00:00
index.rst Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from 2009-03-30 14:51:56 +00:00
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 #1535: rename __builtin__ module to builtins. 2007-12-02 09:40:06 +00:00