summaryrefslogtreecommitdiff
path: root/passlib/tests/test_apache.py
Commit message (Expand)AuthorAgeFilesLines
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-37/+37
* replaced HAS_INTEGER_MTIME flag with more reliable workaroundEli Collins2012-06-271-3/+3
* bunch bugfixes to the unittestsEli Collins2012-05-011-2/+2
* fleshed out passlib.apache tests; small bugfixe to moduleEli Collins2012-04-301-43/+121
* a bunch of bugfixes found during unittestingEli Collins2012-04-171-2/+2
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-171-129/+218
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-2/+2
* changed test_utils to import subjects within test functions, instead of globallyEli Collins2012-01-181-2/+1
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-4/+4
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-7/+8
* added compat.unicode imports in a number of placesEli Collins2011-12-061-1/+1
* replaced xrange() instances with compat.irange() aliasEli Collins2011-12-061-2/+3
* unittest fixesEli Collins2011-08-121-11/+1
* GAE compatibility fix: changed apache UTs to not rely on filesystem.Eli Collins2011-08-121-66/+69
* replaced assert_, assertEquals, assertNotEquals to silence Py3.2 deprecation ...Eli Collins2011-07-111-27/+27
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-081-6/+6
* minor fixesEli Collins2011-06-201-1/+1
* added UT for safe_os_crypt(), helper method is_ascii_safe()Eli Collins2011-06-201-3/+0
* apache module rewritten for py3 compatEli Collins2011-06-201-27/+104
* coverage workEli Collins2011-03-181-0/+11
* bugfixesEli Collins2011-03-171-6/+10
* passlib.apache: improved interface; added docs & UTs (all passlib.apache uts ...Eli Collins2011-03-171-0/+314