<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/test_cryptography_utils.py, branch dependabot/github_actions/actions/setup-python-v2.2.0</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>Remove utils.int_from_bytes (#5609)</title>
<updated>2020-12-09T07:16:01+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-09T07:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=5528a3182fdd6ed1c44c126d451a87bcf39e79de'/>
<id>5528a3182fdd6ed1c44c126d451a87bcf39e79de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove __future__ import from our code (#5610)</title>
<updated>2020-12-09T06:35:11+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-09T06:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e0477596f7117845aa2d8768bf1b75162b3d915b'/>
<id>e0477596f7117845aa2d8768bf1b75162b3d915b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code (#5360)</title>
<updated>2020-07-28T21:09:43+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-07-28T21:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=7fc93ee7844165a3eea96939c677a84a13a44e03'/>
<id>7fc93ee7844165a3eea96939c677a84a13a44e03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077)</title>
<updated>2018-01-10T13:17:09+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-01-10T13:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=d2c12683d3ddf454f99673ad7878673b60998b3e'/>
<id>d2c12683d3ddf454f99673ad7878673b60998b3e</id>
<content type='text'>
* Fixes #4076 - simplify the implementation of int_from_bytes on python2

* whitespace

* Added a test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes #4076 - simplify the implementation of int_from_bytes on python2

* whitespace

* Added a test
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline calls to bit_length now that it's trivial (#3966)</title>
<updated>2017-10-12T02:01:29+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-10-12T02:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=31034a03227ebfe63f4025cd95137f116cd4236a'/>
<id>31034a03227ebfe63f4025cd95137f116cd4236a</id>
<content type='text'>
* Inline calls to bit_length now that it's trivial

* unused imports

* An comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Inline calls to bit_length now that it's trivial

* unused imports

* An comment
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #3747 -- cache extensions on x.509 objects (#3769)</title>
<updated>2017-07-09T01:50:01+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-07-09T01:50:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=0c9aed91697c5bc1eb16c2254406149e2395fdae'/>
<id>0c9aed91697c5bc1eb16c2254406149e2395fdae</id>
<content type='text'>
* Fixed #3747 -- cache extensions on x.509 objects

* be kind to cpython, save a dict lookup

* flake8

* changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixed #3747 -- cache extensions on x.509 objects

* be kind to cpython, save a dict lookup

* flake8

* changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a regression in int_from_bytes (#3316)</title>
<updated>2016-12-13T17:09:35+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-12-13T17:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=874445aea9e2d07a94444855ccfeaa3082de26a9'/>
<id>874445aea9e2d07a94444855ccfeaa3082de26a9</id>
<content type='text'>
* fix a regression in int_from_bytes

* add a new test file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix a regression in int_from_bytes

* add a new test file
</pre>
</div>
</content>
</entry>
</feed>
