summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* See if we can always enable abi3 (#8823)Alex Gaynor2023-04-251-6/+0
* Error cleanly in setup.py when using a too-old PyPy (#8634)Alex Gaynor2023-03-291-0/+3
* Upgrade to pyo3 0.18 (#6935)Alex Gaynor2023-03-241-1/+1
* Migrate from setup.cfg to pyproject.toml completely (#8116)Alex Gaynor2023-03-251-1/+1
* update MSRV 1.48.0 -> 1.56.0 (#8587)Paul Kehrer2023-03-241-1/+1
* drop python 3.6 support (#8448)Paul Kehrer2023-03-241-2/+1
* Python 3.6 compatibility fix. (#8516)Matthew Ryan2023-03-151-1/+2
* Ressurect the PoC of OpenSSL from Rust (#7164)Alex Gaynor2023-03-151-3/+0
* Error loudly if you somehow run setup.py without CFFI installed (#7640)Alex Gaynor2022-09-231-0/+6
* remove ext_package so top_level.txt is accurate in wheel metadata (#7511)anthony sottile2022-08-151-1/+1
* Add the rustc version to debug assistance output when setup.py fails (#7382)Hood Chatham2022-06-281-0/+19
* Bump MSRV to 1.48.0 (#7128)Alex Gaynor2022-04-271-1/+1
* update setup.py links to the canonical URL (#6284)Paul Kehrer2021-09-191-3/+3
* Port most of setup.py to setup.cfg (#6239)Paul Kehrer2021-08-291-92/+2
* Add more debug assistance (#6210)Christian Heimes2021-08-171-0/+15
* Convert unpadding code to Rust (#5668)Alex Gaynor2021-02-211-22/+14
* Strict is deprecated (#5846)Paul Kehrer2021-02-181-1/+1
* Bump pyo3 and lower MSRV (#5823)Alex Gaynor2021-02-131-1/+1
* Specify an MSRV in setup.py (#5789)Alex Gaynor2021-02-081-0/+1
* More aggressively point people at Rust version docs (#5782)Alex Gaynor2021-02-081-1/+4
* Remove setuptools_rust from install requirement (#5779)Christian Heimes2021-02-081-3/+9
* Try to assist folks having issues with older pips (#5757)Alex Gaynor2021-02-071-1/+15
* Integrate Rust into the build process properly (#5410)Alex Gaynor2020-12-221-1/+23
* put pytest configuration somewhere that goes in the sdist (#5648)Alex Gaynor2020-12-151-1/+1
* xdist experiment (#5621)Paul Kehrer2020-12-101-0/+2
* remove check from setup.py that's not needed anymore (#5626)Alex Gaynor2020-12-091-9/+0
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-1/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-2/+0
* Write a bunch of primitives tests as subtests for performance (#5246)Alex Gaynor2020-12-091-1/+2
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-1/+1
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-6/+2
* bump cffi minimum version to help out pyopenssl (#5598)Alex Gaynor2020-12-011-1/+1
* remove legacy debugging code from setup.py (#5597)Alex Gaynor2020-12-011-11/+0
* print some stuff in setup.py to try to educate people (#5539)Paul Kehrer2020-10-311-69/+102
* Drop python 3.5 (#5527)Alex Gaynor2020-10-281-2/+2
* remove keywords with side effects hack in setup.py (#5426)Paul Kehrer2020-08-251-142/+5
* remove idna support finally (#5351)Paul Kehrer2020-07-261-4/+0
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-75/+63
* Disable parallel docs builds to fix spellcheck (#5287)Alex Gaynor2020-06-261-1/+1
* ban a sphinxcontrib-spelling version that breaks things (#5284)Alex Gaynor2020-06-241-1/+1
* Support OpenSSH private key serialization format (#5146)Marko Kreen2020-06-201-0/+3
* block another broken sphinx version (#5277)Paul Kehrer2020-06-141-1/+1
* Block a sphinx version that's broken (#5272)Alex Gaynor2020-06-121-1/+1
* Remove dead constant time code (#5239)Alex Gaynor2020-04-261-1/+0
* drop python 3.4 support (#5087)Paul Kehrer2019-12-081-2/+1
* Fixes #5010 -- test and build 3.8 wheels (#5013)Alex Gaynor2019-10-171-0/+1
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-281-1/+0
* Drop setup.py test support. (#4879)Alex Gaynor2019-05-071-57/+7
* Added an explicit content type for long_description (#4826)Alex Gaynor2019-04-011-0/+1
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-091-3/+3