<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyopenssl.git/OpenSSL/rand.py, branch dependabot/github_actions/actions/setup-python-2.3.1</title>
<subtitle>github.com: pyca/pyopenssl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/'/>
<entry>
<title>Move package into src</title>
<updated>2015-10-17T09:27:56+00:00</updated>
<author>
<name>Hynek Schlawack</name>
<email>hs@ox.cx</email>
</author>
<published>2015-10-16T18:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=f0e6685b0880bbc30099c998454925ee8d39b14e'/>
<id>f0e6685b0880bbc30099c998454925ee8d39b14e</id>
<content type='text'>
Prevents accidental imports when running tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevents accidental imports when running tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Start whacking at newline counts for flake8</title>
<updated>2015-09-05T12:57:23+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-09-05T12:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=eaa7aa28c6bcdc2b7ae1028386cc3ed45b4b662d'/>
<id>eaa7aa28c6bcdc2b7ae1028386cc3ed45b4b662d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a random set of flake8 and typo fixes</title>
<updated>2015-09-05T03:31:03+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2015-09-05T03:31:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=ca87ff6ee43a271862a9216d056cfd037d5a0b36'/>
<id>ca87ff6ee43a271862a9216d056cfd037d5a0b36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some missing type documentation and remove an unused import.</title>
<updated>2015-04-13T14:15:17+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2015-04-13T14:15:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=4e0c43f8c27eaccd68ddd2596a997d125b48974d'/>
<id>4e0c43f8c27eaccd68ddd2596a997d125b48974d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce an encoding helper and exercise it with some non-ascii paths in the rand module tests.</title>
<updated>2015-04-11T16:41:30+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2015-04-11T16:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=cbb68cc6193da3155987878183eb7407e1d59ebf'/>
<id>cbb68cc6193da3155987878183eb7407e1d59ebf</id>
<content type='text'>
Does it make sense?  I dunno.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Does it make sense?  I dunno.
</pre>
</div>
</content>
</entry>
<entry>
<title>Shorten str type checks</title>
<updated>2015-01-06T12:28:56+00:00</updated>
<author>
<name>Sam Whited</name>
<email>sam@samwhited.com</email>
</author>
<published>2015-01-06T12:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=9c9bda6ea91c64b2111022f5552d6a8dabc0c879'/>
<id>9c9bda6ea91c64b2111022f5552d6a8dabc0c879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue with string type check in python3</title>
<updated>2015-01-05T19:45:41+00:00</updated>
<author>
<name>Sam Whited</name>
<email>sam@samwhited.com</email>
</author>
<published>2015-01-05T19:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=d60fb40dcdd64865bc166180490776aa3405d68c'/>
<id>d60fb40dcdd64865bc166180490776aa3405d68c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots of Python 3.2 porting work</title>
<updated>2014-01-11T16:58:41+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-01-11T16:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=4f0467a545de9e4e5e9080472a45fdc1c70bae3c'/>
<id>4f0467a545de9e4e5e9080472a45fdc1c70bae3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bytes for filenames elsewhere, too.</title>
<updated>2014-01-11T14:46:35+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-01-11T14:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=7c55d45287d0bc49f2e3dedddb336ecdc9ad4b40'/>
<id>7c55d45287d0bc49f2e3dedddb336ecdc9ad4b40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enforce byte strings, not native strings.</title>
<updated>2014-01-11T13:45:37+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-01-11T13:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=a8f7a941d1e142108d6c249fb99e7706d288d366'/>
<id>a8f7a941d1e142108d6c249fb99e7706d288d366</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
