<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests/test_cryptography_utils.py, branch universal</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>Use well-defined enum representation (#6042)</title>
<updated>2021-05-12T12:54:23+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>cheimes@redhat.com</email>
</author>
<published>2021-05-12T12:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=1b922ed1dee0cd7e165a868639ce6d0869c8b2f5'/>
<id>1b922ed1dee0cd7e165a868639ce6d0869c8b2f5</id>
<content type='text'>
Python 3.10 changed enum's object and string representation. PyCA
cryptography now uses a custom subclass of enum.Enum() will well-defined
__repr__ and __str__ from Python 3.9.

Related: https://bugs.python.org/issue40066
Fixes: https://github.com/pyca/cryptography/issues/5995
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.10 changed enum's object and string representation. PyCA
cryptography now uses a custom subclass of enum.Enum() will well-defined
__repr__ and __str__ from Python 3.9.

Related: https://bugs.python.org/issue40066
Fixes: https://github.com/pyca/cryptography/issues/5995
Signed-off-by: Christian Heimes &lt;cheimes@redhat.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>enable mypy over tests (#5721)</title>
<updated>2021-02-01T00:27:41+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2021-02-01T00:27:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=343ac1344a2a6657743a71109e5db06bb6fa4e70'/>
<id>343ac1344a2a6657743a71109e5db06bb6fa4e70</id>
<content type='text'>
* clean mypy with tests dir

* remove most no_type_check annotations

* le sigh

* remove unneeded comments</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* clean mypy with tests dir

* remove most no_type_check annotations

* le sigh

* remove unneeded comments</pre>
</div>
</content>
</entry>
<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>
