<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyjwt.git/jwt/__init__.py, 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>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>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>Fixed some style issues (reordered imports, removed unused imports, PEP8, etc.)</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:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=3958141e922e29e9c6342aded58e9707226b91a2'/>
<id>3958141e922e29e9c6342aded58e9707226b91a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Created utils.py to hold functions like constant_time_compare and base64-encoding</title>
<updated>2015-01-18T16:28:01+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-01-06T14:15:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=9b0f0f13d9c2f74d36d0c4304a024fa7652392be'/>
<id>9b0f0f13d9c2f74d36d0c4304a024fa7652392be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #70. Refactored all HMAC, RSA, and EC code into seperate classes in the algorithms module</title>
<updated>2015-01-18T16:26:25+00:00</updated>
<author>
<name>Mark Adams</name>
<email>mark@markadams.me</email>
</author>
<published>2015-01-06T14:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=1da2d4a52d55d64f77d7c6d6b52cdba555dc0e0b'/>
<id>1da2d4a52d55d64f77d7c6d6b52cdba555dc0e0b</id>
<content type='text'>
Added register_algorithm to add new algorithms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added register_algorithm to add new algorithms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop usage of unicode_literals in all modules</title>
<updated>2015-01-12T11:34:37+00:00</updated>
<author>
<name>Wouter Bolsterlee</name>
<email>wouter@intelworks.com</email>
</author>
<published>2015-01-12T11:34:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=5117033c85791e035fa16bcf244a37b42c3de36b'/>
<id>5117033c85791e035fa16bcf244a37b42c3de36b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump up version</title>
<updated>2015-01-08T16:22:08+00:00</updated>
<author>
<name>José Padilla</name>
<email>jpadilla@webapplicate.com</email>
</author>
<published>2015-01-08T16:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pyjwt.git/commit/?id=016b0bf9349019ac90aa4c61c728660af003ea72'/>
<id>016b0bf9349019ac90aa4c61c728660af003ea72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
