summaryrefslogtreecommitdiff
path: root/passlib/utils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge from defaultironpython-support-devEli Collins2012-04-171-77/+106
|\
| * disabling saslprep() support under Jython - it lacks the stringprep moduleEli Collins2012-04-171-6/+25
| * updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-171-5/+34
| * assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-63/+54
* | wrote out all the known issues; made an attempt at deal w/ unicode-v-bytes is...Eli Collins2012-04-121-9/+3
* | starting branch to add ironpython supportEli Collins2012-04-121-2/+23
|/
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-0/+2
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-16/+5
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-101-5/+18
* md5_crypt / sha2-crypt cleanupEli Collins2012-04-101-0/+9
* *all* hashes now throw PasswordSizeError if password is larger than 4096 char...Eli Collins2012-04-091-0/+3
* bcrypt workEli Collins2012-03-121-1/+4
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-22/+22
* to_bytes, to_unicode, to_native_str: added special TypeErrors for None, other...Eli Collins2012-03-101-7/+17
* safe_crypt() now handles "*0" and similar error returns from crypt()Eli Collins2012-03-101-6/+21
* added some notesEli Collins2012-03-101-1/+5
* various bcrypt improvementsEli Collins2012-03-101-3/+121
* simplified crypt.crypt() wrappersEli Collins2012-01-191-44/+64
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-26/+5
* misc bugfixes from round of changesEli Collins2012-01-181-6/+11
* import cleanupsEli Collins2012-01-181-66/+7
* cleanups to utilsEli Collins2012-01-181-74/+76
* reordered contents of utilsEli Collins2012-01-181-271/+264
* deprecated unused int<->bytes utilsEli Collins2012-01-181-34/+3
* cleaned up utils a littleEli Collins2012-01-181-63/+52
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-9/+0
* replaced utils.h64 module with utils.Base64Engine instanceEli Collins2012-01-181-9/+512
* added some function deprecation helpersEli Collins2012-01-181-6/+83
* renamed utils.timer -> utils.tickEli Collins2012-01-051-4/+4
* move vm constants to compat moduleEli Collins2011-12-281-5/+0
* mvt code now uses time.clock() under win32Eli Collins2011-12-281-0/+36
* removed Undef singleton, private _NOTSET singletons are cleaner.Eli Collins2011-12-281-21/+0
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-22/+18
* misc fixes for py3 compatEli Collins2011-12-281-2/+2
* updated some commentsEli Collins2011-12-281-4/+0
* Merge from defaultEli Collins2011-12-281-4/+149
|\
| * large rewrite of how CryptPolicy is parsed and compiled; should result in *mu...Eli Collins2011-12-221-1/+21
| * issue 24: added saslprep() function to support SASL stringprep profile; still...Eli Collins2011-12-131-1/+121
| * was browsing Python's source, and noticed crypt() might sometimes return None --Eli Collins2011-12-091-2/+7
* | renamed belem_join to bjoin_elems (to be consistent with bjoin_ints); removed...Eli Collins2011-12-061-14/+4
* | replaced all #Py3k# conditional includesEli Collins2011-12-061-183/+151
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-4/+4
* | added compat.unicode imports in a number of placesEli Collins2011-12-061-1/+1
* | added compat.aliased lazy-loading module, aliases for BytesIO/StringIOEli Collins2011-12-061-1/+0
* | moved sys_bits to compat, added exc_err, removed utils.py32_langEli Collins2011-12-061-9/+1
* | added get_method_function() to alias meth.im_func / meth.__func__Eli Collins2011-12-061-1/+10
* | replaced (int,long) instance checks with compat.int_typesEli Collins2011-12-061-2/+2
* | replaced xrange() instances with compat.irange() aliasEli Collins2011-12-061-15/+4
|/
* tweaked consteq so it should now take precisely the same time regardless of l...Eli Collins2011-12-051-4/+6
* updated documentation to use some cloud_sptheme 1.3 featuresEli Collins2011-12-021-1/+3