<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pycrypto.git, branch junk/master</title>
<subtitle>github.com: dlitz/pycrypto.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/'/>
<entry>
<title>Update RIPEMD documentation (deprecated; see RIPEMD160)</title>
<updated>2013-07-15T03:29:52+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-07-15T03:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=c82be67c1ed9e02bb248cd0db455d8c8c49335bd'/>
<id>c82be67c1ed9e02bb248cd0db455d8c8c49335bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve C extension autodocs</title>
<updated>2013-07-15T03:26:53+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-07-15T03:26:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=63bc0fb0aa463a70a0d115fad21219b896683c8d'/>
<id>63bc0fb0aa463a70a0d115fad21219b896683c8d</id>
<content type='text'>
- Add __all__ to C cipher &amp; hash modules
- Update hash module docstrings to document the block_size and
  digest_size variables.

Closes: https://bugs.launchpad.net/pycrypto/+bug/1179255
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add __all__ to C cipher &amp; hash modules
- Update hash module docstrings to document the block_size and
  digest_size variables.

Closes: https://bugs.launchpad.net/pycrypto/+bug/1179255
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3k cleanup: bytes/string -&gt; bytestring in error messages</title>
<updated>2013-07-15T02:20:43+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-07-15T02:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=103bf3ecccf7f5d048385b0494081f140df71cc4'/>
<id>103bf3ecccf7f5d048385b0494081f140df71cc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3k cleanup: Module initialization</title>
<updated>2013-07-15T02:20:43+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-07-15T02:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=6fbddf912294b96a66f0e18b32c9312c67455ad5'/>
<id>6fbddf912294b96a66f0e18b32c9312c67455ad5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3k cleanup: Remove PyModule_GetDict</title>
<updated>2013-07-15T02:14:35+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-07-15T01:48:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=385830424043c81945a21ca14e051e3b4c282829'/>
<id>385830424043c81945a21ca14e051e3b4c282829</id>
<content type='text'>
Also rename _fastmath_module -&gt; m for consistency
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename _fastmath_module -&gt; m for consistency
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3k cleanup: PyBytesObject</title>
<updated>2013-07-15T02:14:35+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-07-15T01:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=f5a862ea2db39dbebe27ba7f8e17a2bcbbd18ef2'/>
<id>f5a862ea2db39dbebe27ba7f8e17a2bcbbd18ef2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3k cleanup: Always use tp_getattro</title>
<updated>2013-07-15T02:14:35+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-07-15T00:37:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=27ef33b36779bc19b89dd77b976e5500cfabc144'/>
<id>27ef33b36779bc19b89dd77b976e5500cfabc144</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3k cleanup: PyMODINIT_FUNC</title>
<updated>2013-07-15T02:14:35+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-07-14T23:54:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=54d438aaa6fad49527a043a8df0842104e817069'/>
<id>54d438aaa6fad49527a043a8df0842104e817069</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3k cleanup: OB_SIZE</title>
<updated>2013-07-15T02:14:35+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-07-14T23:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=ea810d0b5f54ed5b0e86476b80fc332488bbfa42'/>
<id>ea810d0b5f54ed5b0e86476b80fc332488bbfa42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3k cleanup: PyVarObject_HEAD_INIT</title>
<updated>2013-07-15T02:14:35+00:00</updated>
<author>
<name>Dwayne Litzenberger</name>
<email>dlitz@dlitz.net</email>
</author>
<published>2013-07-14T23:41:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pycrypto.git/commit/?id=539b46f390d6fe0b67ae059c56d4102935de84ce'/>
<id>539b46f390d6fe0b67ae059c56d4102935de84ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
