0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 22 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ignore my virtualenv More... over 14 years ago
First attempt at turning signing code in to a Signer class - not quite there yet though, I need to abstract out the decompression stuff and figure out how the previous_key should work More... over 14 years ago
Fixed baseconv test More... over 14 years ago
Documented baseconv.py in the readme, and renamed bin and hexconv to the more consistent base2 and base16 More... over 14 years ago
Updated TODO More... over 14 years ago
Updated examples in docstring More... over 14 years ago
Use even more compact JSON More... over 14 years ago
Use JSON instead of pickle for serialisation in the dumps/loads functions More... over 14 years ago
Added base32 (since Django already has functions for that in django.utils.http), changed method signature from from_decimal/to_decimal to the more concise from_int/to_int More... over 14 years ago
More TODOs More... over 14 years ago
Now using Wikipedia's definition of Base-62, in the absense of a more formal specification http://en.wikipedia.org/wiki/Base_62 More... over 14 years ago
Added baseconv.py - I'd like to see this added to django.utils as well, and it's going to be needed for implementing timestamp signatures as it provides an excellent way of representing an epoch timestamp in as few characters as possible More... over 14 years ago
Added new signature(value, [key, extra_key]) function providing low-level API to signature creation logic More... over 14 years ago
documented tests More... over 14 years ago
Added TODOs More... over 14 years ago
Test the correct signed module More... over 14 years ago
Added initial implementation (extracted from django-openid) and test runner More... over 14 years ago
first commit More... over 14 years ago