Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable mypy over tests (#5721) | Paul Kehrer | 2021-01-31 | 1 | -4/+4 |
| | | | | | | | | | * clean mypy with tests dir * remove most no_type_check annotations * le sigh * remove unneeded comments | ||||
* | 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 |
| | | | | | | | | * Fixes #4076 - simplify the implementation of int_from_bytes on python2 * whitespace * Added a test | ||||
* | Inline calls to bit_length now that it's trivial (#3966) | Alex Gaynor | 2017-10-12 | 1 | -0/+5 |
| | | | | | | | | * Inline calls to bit_length now that it's trivial * unused imports * An comment | ||||
* | Fixed #3747 -- cache extensions on x.509 objects (#3769) | Alex Gaynor | 2017-07-08 | 1 | -0/+47 |
| | | | | | | | | | | * Fixed #3747 -- cache extensions on x.509 objects * be kind to cpython, save a dict lookup * flake8 * changelog | ||||
* | fix a regression in int_from_bytes (#3316) | Paul Kehrer | 2016-12-13 | 1 | -0/+11 |
* fix a regression in int_from_bytes * add a new test file |