summaryrefslogtreecommitdiff
path: root/itsdangerous.py
Commit message (Expand)AuthorAgeFilesLines
* Added support for unicode values passed to load_payloadArmin Ronacher2012-07-111-0/+4
* Greatly refactored exception system for itsdangerousArmin Ronacher2012-07-111-29/+139
* Added exception attributes for itsdangerous and improved APIArmin Ronacher2012-06-291-29/+128
* Added a simple method to change the digestmodArmin Ronacher2012-06-101-3/+9
* Fixed an issue with wrong timezones being used for EPOCH calculation.0.12Armin Ronacher2012-02-221-1/+2
* Fix issue #3 and add proper unit test.Daniele Nicolodi2011-08-171-2/+6
* Fixed an uncought value errorArmin Ronacher2011-07-071-0/+2
* Updated implementation to accept serializers from parameters to match Djangos...Armin Ronacher2011-06-291-5/+31
* Explained the purpose of the salt.Armin Ronacher2011-06-291-3/+9
* Fixed a bug that caused the library not to accept unicode strings0.9.1Armin Ronacher2011-06-261-1/+1
* Removed unnecessary constantArmin Ronacher2011-06-241-1/+0
* Updated implementation and added setup.pyArmin Ronacher2011-06-241-2/+22
* Initial versionArmin Ronacher2011-06-241-0/+281