Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2676 from alex/docs-pep8-dedupe | Paul Kehrer | 2016-01-18 | 1 | -12/+3 |
|\ | | | | | Centralize declaration of docs and pep8 deps in setup.py | ||||
| * | Centralize declaration of docs and pep8 deps in setup.py | Alex Gaynor | 2016-01-17 | 1 | -12/+3 |
| | | |||||
* | | Delete two out of date comments | Alex Gaynor | 2016-01-17 | 1 | -1/+0 |
| | | |||||
* | | Attempt to further reduce dependecy duplication | Alex Gaynor | 2016-01-17 | 1 | -5/+1 |
|/ | |||||
* | Revert sphinx pin | Alex Gaynor | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2638 from reaperhulk/travis-pypy | Alex Gaynor | 2016-01-04 | 1 | -10/+3 |
|\ | | | | | Travis PyPy coverage | ||||
| * | add missing basepython | Paul Kehrer | 2016-01-03 | 1 | -0/+1 |
| | | |||||
| * | add a pypy-nocoverage target and use that on OS X | Paul Kehrer | 2016-01-03 | 1 | -0/+8 |
| | | |||||
| * | Drop pypy3, we don't run it in CI, and we won't run it again until these ↵ | Alex Gaynor | 2016-01-03 | 1 | -8/+0 |
| | | | | | | | | issues are resolved | ||||
| * | Attempt to enable coverage on pypy | Alex Gaynor | 2016-01-03 | 1 | -8/+0 |
| | | |||||
* | | readme has been renamed to readme_renderer | Paul Kehrer | 2016-01-04 | 1 | -1/+1 |
|/ | |||||
* | Revert "pin pytest to disallow 2.8.4 which breaks tests" | Paul Kehrer | 2015-12-11 | 1 | -1/+1 |
| | | | | This reverts commit ed48066a3f8e58af58926a17906540213e57f88e. | ||||
* | pin pytest to disallow 2.8.4 which breaks tests | Alex Gaynor | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | pin sphinx to 1.3.1 while we sort out the bytes repr issue with 1.3.2 | Paul Kehrer | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | switch to using pyasn1_modules for the test | Paul Kehrer | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | encode countryName with PrintableString | Paul Kehrer | 2015-10-20 | 1 | -0/+1 |
| | | | | | | | This commit adds a dependency on asn1crypto for testing purposes to parse the certificate and confirm that countryName is encoded with PrintableString while other fields are UTF8String. This is a test only dep. | ||||
* | unpin pytest now that 2.8.2 is released | Paul Kehrer | 2015-10-07 | 1 | -1/+1 |
| | |||||
* | hypothesis-pytest is no longer a required package | Paul Kehrer | 2015-10-02 | 1 | -1/+0 |
| | |||||
* | Pin version of hypothesis above 1.11.4. | Terry Chia | 2015-09-27 | 1 | -22/+1 |
| | |||||
* | Add plumbing for hypothesis. | Terry Chia | 2015-09-26 | 1 | -1/+24 |
| | |||||
* | Pin pytest to <2.8, there's a bug with deprecation warnings | Alex Gaynor | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into py35-and-pypy | Paul Kehrer | 2015-09-15 | 1 | -1/+1 |
|\ | |||||
| * | workaround for pytest 2.7.3's expectation of USERNAME on windows | Paul Kehrer | 2015-09-15 | 1 | -1/+1 |
| | | | | | | | | | | We should remove this when a pytest that resolves https://github.com/pytest-dev/pytest/issues/1010 is released | ||||
* | | let's add python 3.5 to our test matrix | Paul Kehrer | 2015-09-15 | 1 | -1/+1 |
|/ | |||||
* | Make py3pep8 tox target use a general python3. | Terry Chia | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | use python34 for py3pep8. no sense advertising an out of date python | Alex Gaynor | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | Speed up flake8 by skipping two irrelevant directories | Alex Gaynor | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | list package versions in tox env for easier debugging | Paul Kehrer | 2015-06-06 | 1 | -0/+3 |
| | |||||
* | print the version of openssl loaded by cryptography in tox | Paul Kehrer | 2015-05-26 | 1 | -0/+3 |
| | |||||
* | pass through the env vars we need in tox for alternate OpenSSL builds | Paul Kehrer | 2015-05-12 | 1 | -0/+1 |
| | | | | | | INCLUDE and LIB are used in windows ARCHFLAGS CFLAGS LDFLAGS are used on OS X CFLAGS LDFLAGS LD_LIBRARY_PATH are used on linux | ||||
* | remove python 3.2 from every other place I could find | Paul Kehrer | 2015-04-18 | 1 | -1/+1 |
| | |||||
* | Use readme to ensure the long description renders on PyPI | Donald Stufft | 2015-02-12 | 1 | -0/+2 |
| | |||||
* | don't do coverage under pypy3 | Paul Kehrer | 2014-12-23 | 1 | -0/+6 |
| | |||||
* | Move config in pytest.ini to tox.ini. | Terry Chia | 2014-12-14 | 1 | -0/+6 |
| | |||||
* | Merge pull request #1502 from reaperhulk/fix-1285 | Alex Gaynor | 2014-12-08 | 1 | -1/+0 |
|\ | | | | | Support decoding RFC 6979 signatures to (r, s) | ||||
| * | add pyasn1 as a dependency | Paul Kehrer | 2014-11-27 | 1 | -1/+0 |
| | | |||||
* | | add a tox target to randomize tests | Paul Kehrer | 2014-11-24 | 1 | -0/+7 |
|/ | |||||
* | Use coverage parallel mode and coverage combine to fix paths | Donald Stufft | 2014-11-13 | 1 | -1/+5 |
| | | | | | | | | | | | | | When using coverage.py with a project installed into site-packages instead of in the current directory you end up with paths like .tox/py34/lib/python3.4/site-packages/cryptography/__init__.py which is less than ideal (and may cause issues when aggregating coverage over multiple versions of Python). Switching coverage.py into parallel-mode will have it write a .coverage.* file instead of a .coverage file, which can then be "combined" into a .coverage file using coverage combine. When coverage.py does the combine step it will collapse the .tox/*/lib/python*/site-packages/cryptography paths into src/cryptography. | ||||
* | re-add line I accidentally removed by hitting dd one too many times | Paul Kehrer | 2014-09-29 | 1 | -0/+1 |
| | |||||
* | add an ignore path for doc8 + fix a long line causing failures | Paul Kehrer | 2014-09-29 | 1 | -2/+1 |
| | |||||
* | only run doc8 over things with a rst extension | Alex Gaynor | 2014-08-19 | 1 | -0/+3 |
| | |||||
* | Move coverage configuration to the config file | Alexander Gaynor | 2014-07-28 | 1 | -1/+1 |
| | |||||
* | Linewrap CHANGELOG and have doc8 check it as well | Alex Gaynor | 2014-07-12 | 1 | -1/+1 |
| | |||||
* | Moved doc8 job to docs | Ayrx | 2014-05-20 | 1 | -4/+2 |
| | |||||
* | grump | Alex Gaynor | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | Allow long titles | Alex Gaynor | 2014-05-18 | 1 | -2/+2 |
| | |||||
* | Part of the py3 job as well for consistency | Alex Gaynor | 2014-05-17 | 1 | -1/+4 |
| | |||||
* | Move to being a part of the pep8 job | Alex Gaynor | 2014-05-17 | 1 | -7/+6 |
| | |||||
* | Testing for doc8 | Alex Gaynor | 2014-05-17 | 1 | -1/+5 |
| | |||||
* | use pyasn1 for creating the dss-sig-value structure | Paul Kehrer | 2014-04-30 | 1 | -0/+1 |
| |