summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* modified: Fixed a bug in rsa/core.py where the message should not be ↵Shengkai Sun2023-04-231-0/+1
| | | | | | equals to the modulus modified: Added test cases in tests/test_integers.py
* Added mypy for static type checkingSybren A. Stüvel2019-08-041-0/+1
|
* Fixed testing with Travis CI and ToxSybren A. Stüvel2018-09-161-4/+5
| | | | | | - Added missing test dependencies. - Updated `.travis.yml` and `tox.ini` to install deps and run with pipenv. - Added testing on Python 3.7.
* Prevent __pycache__ from being committed (#100)Joost Rijneveld2017-10-091-0/+1
|
* Removed .hg{ignore,sigs} and updated .gitignore.Sybren A. Stüvel2016-01-221-7/+12
|
* Increase test verbosity.Yesudeep Mangalapilly2011-08-161-0/+1
|
* Adds tox configuration to test with multiple python versions.Yesudeep Mangalapilly2011-08-111-0/+3
|
* Basic readme and package manifest by Yesudeep Mangalapilly <yesudeep@gmail.com>Sybren A. Stüvel2011-07-301-0/+8
- Adds a README file with the project description. - Adds a LICENSE document for APLv2 compliance. - Adds .gitignore ignore rules for git submodules so that using this repository as a git submodule in another project does not produce dirty submodules when being built. - Adds a package MANIFEST.in file to specify distribution inclusions.