summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README.md: Final publishing tweaksversion-4.9Sybren A. Stüvel2022-07-201-1/+3
* Bumped version to 4.9Sybren A. Stüvel2022-07-202-3/+3
* update_version.sh: include README.md in example commit commandSybren A. Stüvel2022-07-201-1/+1
* Mark 4.9 as released todaySybren A. Stüvel2022-07-201-1/+1
* Fix README.md updating part of update_version.shSybren A. Stüvel2022-07-201-1/+1
* Add instructions on how to publish via TwineSybren A. Stüvel2022-07-202-2/+22
* Upgrade Sphynx 4.3 -> 5.0.2Sybren A. Stüvel2022-07-202-385/+59
* Fix #199: Sphinx warnings reference target not foundSybren A. Stüvel2022-07-203-3/+12
* Doc: add `-n` option to Sphinx to show warningsSybren A. Stüvel2022-07-201-2/+1
* Update CHANGELOG.mdSybren A. Stüvel2022-07-201-1/+3
* Fix incorrect ordering of public and private keys in test casemyheroyuki2022-07-201-3/+3
* Mark 4.9 as released todaySybren A. Stüvel2022-07-151-1/+1
* Document package publishing with 2FA + API keysSybren A. Stüvel2022-07-151-0/+12
* Cleanup: remove trailing space from docstringSybren A. Stüvel2022-03-131-1/+1
* Fix #133: Remove rsa/_compat.pySybren A. Stüvel2022-03-134-139/+1
* Do not include arbitrary files in wheelMichał Górny2022-03-132-2/+6
* Bumped version to 4.9-dev0Sybren A. Stüvel2022-03-132-3/+3
* Fix CHANGELOG.mdSybren A. Stüvel2022-03-131-3/+8
* Remove overlapping slots from AbstractKey subclassesArie Bovenberg2022-03-131-2/+2
* Fix #194: Remove debug logging from `rsa/key.py`Sybren A. Stüvel2022-03-132-4/+2
* add GitHub URL for PyPiAndrii Oriekhov2022-02-281-0/+1
* Tiny fix to Incompatible types in assignmentikeikeikeike / ikedat / Tatsuo Ikeda2022-01-111-3/+6
* Update Sphinx to allow docs generation on Python 3.10Sybren A. Stüvel2021-11-242-13/+13
* Docs: Fix table layoutSybren A. Stüvel2021-11-241-26/+26
* More version bump to 4.8version-4.8Sybren A. Stüvel2021-11-241-2/+2
* Fix update_version.sh to follow Black-style formattingSybren A. Stüvel2021-11-241-2/+2
* Bumped version to 4.8Sybren A. Stüvel2021-11-241-1/+1
* Add compat with py3.10 to changelogSybren A. Stüvel2021-11-241-0/+1
* Remove obsolete fileSybren A. Stüvel2021-11-241-43/+0
* Fix typosKian-Meng, Ang2021-11-247-10/+10
* Update dependencies for Python 3.10 compatibilitySybren A. Stüvel2021-11-242-138/+173
* Fix testing with Tox + PoetrySybren A. Stüvel2021-11-241-2/+3
* Run 'poetry lock' to bump typed_ast to support Python 3.10Hugo van Kemenade2021-11-031-254/+292
* Add support for Python 3.10Hugo van Kemenade2021-11-033-1/+3
* Use Chinese Remainder Theorem when decrypting with private keySybren A. Stüvel2021-03-292-1/+13
* Reformatting with BlackSybren A. Stüvel2021-03-2926-577/+723
* Fix hashlib mypy types for Python 3.xSaif Hakim2021-03-243-3/+16
* Fix typo in CHANGELOG.mdSybren A. Stüvel2021-02-241-2/+3
* Add py.typed marker file for PEP 561 complianceAndrey Semakin2021-02-242-0/+4
* Clean up stdout when using unittest test runnerSaif Hakim2021-02-244-9/+9
* Update usage.rstRichard Vodden2021-02-241-2/+2
* Correct return value of verify()Richard Vodden2021-02-241-2/+3
* Document chaining of exceptions in changelogSybren A. Stüvel2021-02-241-0/+2
* Fix exception causes all over the codebaseRam Rachum2021-02-243-9/+9
* Add switch to Poetry to CHANGELOG.mdSybren A. Stüvel2021-02-241-0/+4
* Document how to use PoetrySybren A. Stüvel2021-02-241-1/+14
* .travis.yml: use Poetry instead of Pipenvtemp-poetrySybren A. Stüvel2021-02-241-4/+4
* .travis.yml: Remove Python 3.5Sybren A. Stüvel2021-02-241-10/+0
* Update `update_version.sh` to use PoetrySybren A. Stüvel2021-02-241-2/+2
* Manage dependencies with Poetry instead of PipenvSybren A. Stüvel2021-02-246-621/+1016