<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/passlib.git/passlib, branch release-1.6</title>
<subtitle>foss.heptapod.net: python-libs/passlib
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/'/>
<entry>
<title>bumped to 1.6.1</title>
<updated>2012-08-02T19:27:15+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-08-02T19:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=248d5c4b92c009c0f1a62c53d31868db1181964e'/>
<id>248d5c4b92c009c0f1a62c53d31868db1181964e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix for py3.3: passlib registry methods would erroneously return private module attrs</title>
<updated>2012-08-02T18:07:16+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-08-02T18:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=2754f78bc1bd5aa826d0385aef85fdb4005a2ffb'/>
<id>2754f78bc1bd5aa826d0385aef85fdb4005a2ffb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bcrypt documentation updates - changed pybcrypt url, added details re: builtin-bcrypt implementation</title>
<updated>2012-08-02T17:47:22+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-08-02T17:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=cbd6cf1639ca34bf57046269d09bfc080a2e177a'/>
<id>cbd6cf1639ca34bf57046269d09bfc080a2e177a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typofix in test_handlers, mysql323 fuzz testing now handles whitespace correctly</title>
<updated>2012-08-02T17:45:47+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-08-02T17:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=0e7e9413ad96c96ca9e3e7c7cdf55d1b47469894'/>
<id>0e7e9413ad96c96ca9e3e7c7cdf55d1b47469894</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rearranged/refactored HandlerCase fuzz testing functions somewhat</title>
<updated>2012-08-02T17:38:45+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-08-02T17:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=92e3505b25ca0c244da7bc3d2c1060afa560c82d'/>
<id>92e3505b25ca0c244da7bc3d2c1060afa560c82d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>filter some extraneous warnings in tests</title>
<updated>2012-08-02T17:37:19+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-08-02T17:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=14a546c7293a627b87e207222227491e31975d74'/>
<id>14a546c7293a627b87e207222227491e31975d74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>misc fixes</title>
<updated>2012-08-01T21:05:29+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-08-01T21:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=7d62a9fc8e966c2e657098b2de5fb1a6e577bdc5'/>
<id>7d62a9fc8e966c2e657098b2de5fb1a6e577bdc5</id>
<content type='text'>
* hash_needs_update() now issues deprecation warning.
* deprecated_function decorator appends CR to docstring if needed.
* rng genseed() fallback now gulps down a bunch more entropy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hash_needs_update() now issues deprecation warning.
* deprecated_function decorator appends CR to docstring if needed.
* rng genseed() fallback now gulps down a bunch more entropy
</pre>
</div>
</content>
</entry>
<entry>
<title>border case: CryptContext now accepts keys with mixed '.' and '__' separators</title>
<updated>2012-08-01T21:00:46+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-08-01T21:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=4c50517503da531df315bb04d171464fab65eb0d'/>
<id>4c50517503da531df315bb04d171464fab65eb0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>large number of assorted documentation updates</title>
<updated>2012-08-01T20:59:17+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-08-01T20:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=0c1086c6a41884352356f0d4822c95080e0caad6'/>
<id>0c1086c6a41884352356f0d4822c95080e0caad6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>project-wide whitespace &amp; comment cleanup (it's been a couple of years)</title>
<updated>2012-08-01T16:52:39+00:00</updated>
<author>
<name>Eli Collins</name>
<email>elic@assurancetechnologies.com</email>
</author>
<published>2012-08-01T16:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/passlib.git/commit/?id=432fd93f6884036df59007f09dee86adfb7078ad'/>
<id>432fd93f6884036df59007f09dee86adfb7078ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
