Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update CI for py3.11 release (#7743) | Alex Gaynor | 2022-10-26 | 1 | -4/+4 |
* | Remove explicit subclassing of object now that all classes are new-style (#6830) | Alex Gaynor | 2022-01-30 | 1 | -3/+3 |
* | Use well-defined enum representation (#6042) | Christian Heimes | 2021-05-12 | 1 | -0/+11 |
* | enable mypy over tests (#5721) | Paul Kehrer | 2021-01-31 | 1 | -4/+4 |
* | Remove utils.int_from_bytes (#5609) | Alex Gaynor | 2020-12-09 | 1 | -6/+0 |
* | Remove __future__ import from our code (#5610) | Alex Gaynor | 2020-12-09 | 1 | -1/+0 |
* | Remove unused code (#5360) | Alex Gaynor | 2020-07-28 | 1 | -5/+0 |
* | Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077) | Alex Gaynor | 2018-01-10 | 1 | -0/+2 |
* | Inline calls to bit_length now that it's trivial (#3966) | Alex Gaynor | 2017-10-12 | 1 | -0/+5 |
* | Fixed #3747 -- cache extensions on x.509 objects (#3769) | Alex Gaynor | 2017-07-08 | 1 | -0/+47 |
* | fix a regression in int_from_bytes (#3316) | Paul Kehrer | 2016-12-13 | 1 | -0/+11 |