<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git, branch api</title>
<subtitle>github.com: progrium/pyjwt.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/'/>
<entry>
<title>Fix tests that used private API</title>
<updated>2015-01-18T18:09:03+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2015-01-18T18:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=67ba93da4f05d51fe8a7476149a4f3b310d2531e'/>
<id>67ba93da4f05d51fe8a7476149a4f3b310d2531e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup __init__ module</title>
<updated>2015-01-18T18:08:56+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2015-01-18T18:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=5f255f94a6d8763cb7ae504348429f770f69be6e'/>
<id>5f255f94a6d8763cb7ae504348429f770f69be6e</id>
<content type='text'>
- Expose public API
- Move exceptions to separate module
- Use relative imports</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Expose public API
- Move exceptions to separate module
- Use relative imports</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak comment blocks</title>
<updated>2015-01-18T17:32:40+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2015-01-18T17:32:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=6cd17161d28520257de4d8eaf8e742d0a683bd1f'/>
<id>6cd17161d28520257de4d8eaf8e742d0a683bd1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #71 from mark-adams/algorithm-registry</title>
<updated>2015-01-18T17:28:18+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2015-01-18T17:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=6290a1c8b5928d691f9fc91b733550b93b5f8cc7'/>
<id>6290a1c8b5928d691f9fc91b733550b93b5f8cc7</id>
<content type='text'>
Fixes #70. Implemented registry pattern for class-based algorithms</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #70. Implemented registry pattern for class-based algorithms</pre>
</div>
</content>
</entry>
<entry>
<title>Accidentally replaced a reference to bytes with text_type inadvertantly. Reverting...</title>
<updated>2015-01-18T16:53:19+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-01-18T16:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=eff1505b5df81540eb6c3c73b1d8c924fd1c2ca5'/>
<id>eff1505b5df81540eb6c3c73b1d8c924fd1c2ca5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced reference to basestring with string_types that I missed when rebasing earlier.</title>
<updated>2015-01-18T16:49:45+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-01-18T16:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=f39d7eeda7dbd1aadcc44a364a717c2877b7db96'/>
<id>f39d7eeda7dbd1aadcc44a364a717c2877b7db96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added comments for algorithms module and register_algorithm.</title>
<updated>2015-01-18T16:47:11+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-01-18T16:47:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=81a5932d006877033b5e1579b94cb8c87ca9b5ed'/>
<id>81a5932d006877033b5e1579b94cb8c87ca9b5ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a couple of anomalies after the last rebase.</title>
<updated>2015-01-18T16:36:34+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-01-18T16:36:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=8e2adaefbf9e92e128ea034d6c5ab52dc1053047'/>
<id>8e2adaefbf9e92e128ea034d6c5ab52dc1053047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved jwt.algorithms imports back to their original location</title>
<updated>2015-01-18T16:29:21+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-01-06T14:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=e49582f6d1bad64d3bf5260049aab4eb08a94e70'/>
<id>e49582f6d1bad64d3bf5260049aab4eb08a94e70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Algorithm base class methods now raise NotImplementedError</title>
<updated>2015-01-18T16:29:21+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-01-06T14:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=db1d3563db4aa2eed916c4722d3345bf708b1ec2'/>
<id>db1d3563db4aa2eed916c4722d3345bf708b1ec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
