cpython/Lib/tkinter/test/test_ttk
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
..
__init__.py
test_extensions.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_functions.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
test_style.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_widgets.py Merged revisions 85018 via svnmerge from 2010-10-09 10:28:02 +00:00