<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyopenssl.git/src/OpenSSL/_util.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>py27 going, going, gone (#1047)</title>
<updated>2021-10-04T08:22:33+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-10-04T08:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=a42ec20880d44150022b8cd9c852fff6cca2dcaa'/>
<id>a42ec20880d44150022b8cd9c852fff6cca2dcaa</id>
<content type='text'>
* py27 going, going, gone

* black

* more black

* ok then

* forgot to remove pypy2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* py27 going, going, gone

* black

* more black

* ok then

* forgot to remove pypy2</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup from_buffer now that we just use cffi natively (#989)</title>
<updated>2021-01-16T16:41:11+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2021-01-16T16:41:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=90f09650e289022e10570702eaf007f44d1cac05'/>
<id>90f09650e289022e10570702eaf007f44d1cac05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>newer pypy (#928)</title>
<updated>2020-08-03T23:09:16+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-08-03T23:09:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=4e6c6ef5e884577e2d6533473274dc4f86382fd1'/>
<id>4e6c6ef5e884577e2d6533473274dc4f86382fd1</id>
<content type='text'>
* newer pypy

* missed one

* we don't support ancient cffi any more</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* newer pypy

* missed one

* we don't support ancient cffi any more</pre>
</div>
</content>
</entry>
<entry>
<title>Paint it Black by the Rolling Stones (#920)</title>
<updated>2020-07-24T00:40:46+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-07-24T00:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=037371861693f26297320dcd5fd8c221b6d8df26'/>
<id>037371861693f26297320dcd5fd8c221b6d8df26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Random cleanup around our usage of binary_type (#879)</title>
<updated>2019-11-18T05:18:50+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-11-18T05:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=1257600e1603ed57455d92758eb1da857cd61725'/>
<id>1257600e1603ed57455d92758eb1da857cd61725</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use _ffi.from_buffer() to support bytearray (#852)</title>
<updated>2019-11-18T03:45:52+00:00</updated>
<author>
<name>Daniel Holth</name>
<email>dholth@fastmail.fm</email>
</author>
<published>2019-11-18T03:45:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=079c963ddd4ebfd13a905829bc341dce85d94fbd'/>
<id>079c963ddd4ebfd13a905829bc341dce85d94fbd</id>
<content type='text'>
* use _ffi.from_buffer(buf) in send, to support bytearray

* add bytearray test

* update CHANGELOG.rst

* move from_buffer before 'buffer too long' check

* context-managed from_buffer + black

* don't shadow buf in send()

* test return count for sendall

* test sending an array

* fix test

* also use from_buffer in bio_write

* de-format _util.py

* formatting

* add simple bio_write tests

* wrap line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* use _ffi.from_buffer(buf) in send, to support bytearray

* add bytearray test

* update CHANGELOG.rst

* move from_buffer before 'buffer too long' check

* context-managed from_buffer + black

* don't shadow buf in send()

* test return count for sendall

* test sending an array

* fix test

* also use from_buffer in bio_write

* de-format _util.py

* formatting

* add simple bio_write tests

* wrap line
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for Python 4 (#862)</title>
<updated>2019-08-29T21:39:35+00:00</updated>
<author>
<name>Hugo van Kemenade</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2019-08-29T21:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=60827f82d2ad7d2a94db093c2836595b46937c07'/>
<id>60827f82d2ad7d2a94db093c2836595b46937c07</id>
<content type='text'>
* Fix for Python 4

* Fix for Python 4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix for Python 4

* Fix for Python 4
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't zero memory when we don't have to. (#578)</title>
<updated>2016-11-28T12:17:08+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2016-11-28T12:17:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=e62840e19c5f1640afff1ff4d84df05cda652085'/>
<id>e62840e19c5f1640afff1ff4d84df05cda652085</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pluck more unrelated bits from #422</title>
<updated>2016-03-13T12:53:48+00:00</updated>
<author>
<name>Hynek Schlawack</name>
<email>hs@ox.cx</email>
</author>
<published>2016-03-13T12:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=aa86121cd7a4962052b4651f4338d41bfd120438'/>
<id>aa86121cd7a4962052b4651f4338d41bfd120438</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Assert against True explicitly</title>
<updated>2016-03-11T14:04:47+00:00</updated>
<author>
<name>Hynek Schlawack</name>
<email>hs@ox.cx</email>
</author>
<published>2016-03-11T14:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pyopenssl.git/commit/?id=ec476793c95b8ae5e42f0a1992a510b35d6221ee'/>
<id>ec476793c95b8ae5e42f0a1992a510b35d6221ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
