| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | removed Undef singleton, private _NOTSET singletons are cleaner. | Eli Collins | 2011-12-28 | 5 | -42/+14 |
| * | | deprecated to_hash_str, replaced all instances with to_native_str | Eli Collins | 2011-12-28 | 26 | -111/+115 |
| * | | misc fixes for py3 compat | Eli Collins | 2011-12-28 | 5 | -51/+54 |
| * | | updated some comments | Eli Collins | 2011-12-28 | 2 | -16/+9 |
| * | | Merge from default | Eli Collins | 2011-12-28 | 9 | -622/+1457 |
| |\ \ |
|
| | * | | CryptPolicy rewrite part 2 | Eli Collins | 2011-12-27 | 4 | -605/+695 |
| | * | | typo | Eli Collins | 2011-12-22 | 1 | -1/+1 |
| | * | | PrefixWrapper: added .ident and .ident_values proxies; dir() now reports prox... | Eli Collins | 2011-12-22 | 2 | -7/+91 |
| | * | | large rewrite of how CryptPolicy is parsed and compiled; should result in *mu... | Eli Collins | 2011-12-22 | 4 | -437/+880 |
| | * | | issue 24: added saslprep() function to support SASL stringprep profile; still... | Eli Collins | 2011-12-13 | 2 | -1/+197 |
| | * | | was browsing Python's source, and noticed crypt() might sometimes return None -- | Eli Collins | 2011-12-09 | 2 | -2/+17 |
| | |/ |
|
| * | | typofix | Eli Collins | 2011-12-09 | 1 | -1/+1 |
| * | | removed 2to3 translation step from setup | Eli Collins | 2011-12-06 | 2 | -157/+1 |
| * | | couple of minor tweaks - basic unittests pass 2.7 & 3.2 | Eli Collins | 2011-12-06 | 6 | -15/+29 |
| * | | renamed belem_join to bjoin_elems (to be consistent with bjoin_ints); removed... | Eli Collins | 2011-12-06 | 2 | -20/+10 |
| * | | replaced all #Py3k# conditional includes | Eli Collins | 2011-12-06 | 5 | -245/+198 |
| * | | fixed conversion typo | Eli Collins | 2011-12-06 | 8 | -8/+8 |
| * | | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co... | Eli Collins | 2011-12-06 | 27 | -288/+302 |
| * | | added compat.unicode imports in a number of places | Eli Collins | 2011-12-06 | 27 | -16/+33 |
| * | | added compat.aliased lazy-loading module, aliases for BytesIO/StringIO | Eli Collins | 2011-12-06 | 5 | -50/+84 |
| * | | added print() alias | Eli Collins | 2011-12-06 | 2 | -3/+52 |
| * | | moved sys_bits to compat, added exc_err, removed utils.py32_lang | Eli Collins | 2011-12-06 | 6 | -21/+29 |
| * | | added compat.sb_types for testing isinstance(obj,(bytes,unicode)) | Eli Collins | 2011-12-06 | 2 | -2/+4 |
| * | | added get_method_function() to alias meth.im_func / meth.__func__ | Eli Collins | 2011-12-06 | 4 | -8/+26 |
| * | | replaced (int,long) instance checks with compat.int_types | Eli Collins | 2011-12-06 | 4 | -8/+13 |
| * | | added callable shim for 3.0-3.1 | Eli Collins | 2011-12-06 | 3 | -15/+14 |
| * | | replaced xrange() instances with compat.irange() alias | Eli Collins | 2011-12-06 | 13 | -41/+40 |
| * | | added compatibility module (passlib.utils.compat) | Eli Collins | 2011-12-06 | 11 | -36/+136 |
| * | | branch exploring feasibility of removing need for 2to3 | Eli Collins | 2011-12-06 | 4 | -6/+7 |
| |/ |
|
| * | tweaked consteq so it should now take precisely the same time regardless of l... | Eli Collins | 2011-12-05 | 1 | -4/+6 |
| * | updated documentation to use some cloud_sptheme 1.3 features | Eli Collins | 2011-12-02 | 1 | -1/+3 |
| * | all verify() methods now use "constant time" comparison function (see CHANGEL... | Eli Collins | 2011-12-01 | 4 | -10/+161 |
| * | cleaned up eks-blowfish implementation, squeezed a little more speed out of i... | Eli Collins | 2011-11-17 | 6 | -735/+664 |
| * | optimized pure-python bcrypt implementation | Eli Collins | 2011-11-17 | 3 | -433/+1547 |
| * | Merge 1.5.3 bugfixes | Eli Collins | 2011-10-08 | 7 | -88/+691 |
| |\ |
|
| | * | Merge fixes from release-1.5 | Eli Collins | 2011-09-19 | 7 | -90/+693 |
| | |\ |
|
| | | * | restored pure-python bcrypt implementation that was removed in r5211db139659 | Eli Collins | 2011-09-14 | 3 | -1/+668 |
| | | * | misc doc changes | Eli Collins | 2011-09-14 | 2 | -13/+14 |
| | | * | tweak to passlib.ext.django so it explicitly removes any monkeypatching if PA... | Eli Collins | 2011-09-07 | 1 | -0/+1 |
| | | * | beginning 1.6 dev | Eli Collins | 2011-08-25 | 3 | -77/+12 |
| * | | | bumped to 1.5.31.5.3 | Eli Collins | 2011-10-08 | 1 | -1/+1 |
| * | | | minor documentation updates | Eli Collins | 2011-10-07 | 5 | -26/+43 |
| * | | | bcrypt padding work: | Eli Collins | 2011-10-07 | 4 | -18/+81 |
| * | | | bugfix (issue 25): | Eli Collins | 2011-10-05 | 3 | -31/+233 |
| |/ / |
|
| * | | bumped to 1.5.21.5.2 | Eli Collins | 2011-09-19 | 1 | -1/+1 |
| * | | added django 0.9 support to passlib.ext.django & tests (such as may be found ... | Eli Collins | 2011-09-19 | 3 | -29/+71 |
| * | | improvements to passlib.ext.django | Eli Collins | 2011-09-14 | 5 | -41/+659 |
| * | | fixed small bug in CryptPolicy.iter_config() related to deprecation options | Eli Collins | 2011-09-14 | 2 | -21/+54 |
| * | | added documentation for verify_and_update | Eli Collins | 2011-09-14 | 1 | -1/+48 |
| * | | bugfix: django_des_crypt now accepts all H64_CHARS in salt [issue 22] | Eli Collins | 2011-09-12 | 2 | -33/+114 |
| |/ |
|