Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install only the minimum required to build our docs for rtd (#4133) | Paul Kehrer | 2018-03-05 | 1 | -0/+1 |
| | | | | | | | | * install only the minimum required to build our docs for rtd We don't need to install sphinxcontrib-spelling or doc8 in rtd. * move another package | ||||
* | expunge python 2.6 (#3962) | Paul Kehrer | 2017-10-11 | 1 | -1/+1 |
| | | | | | | | | | | * expunge python 2.6 * how did THAT happen * remove another unsupported python from the tox envlist * hypothesis can now be unconditionally imported | ||||
* | parallelize docs work and always give full traceback on exception (#3957) | Paul Kehrer | 2017-10-11 | 1 | -4/+4 |
| | | | | In local testing this didn't seem to gain much, but it also doesn't hurt so what the hell. | ||||
* | coverage pin test part deux (#3908) | Paul Kehrer | 2017-09-12 | 1 | -1/+2 |
| | | | | | | * we pinned coverage for xml generation...let's try everywhere * add so many comments | ||||
* | Get our travis from pypy (#3865) | Alex Gaynor | 2017-08-14 | 1 | -0/+8 |
| | | | | | | * Get our travis from pypy * doh | ||||
* | add pypy3.5 to our test matrix (#3709) | Paul Kehrer | 2017-06-19 | 1 | -0/+8 |
| | | | | | | * add pypy3.5 to our test matrix * pypy-nocoverage time | ||||
* | Bump the minimum PyPy/cffi version and simplify as a result (#3585) | Alex Gaynor | 2017-05-23 | 1 | -8/+0 |
| | | | | | | | | * Bump the minimum PyPy/cffi version and simplify as a result * unused imports * grumble, fix | ||||
* | Removed some legacy garbage (#3502) | Alex Gaynor | 2017-04-13 | 1 | -2/+0 |
| | |||||
* | Fixed #3334 -- added Python 3.6 support (#3335) | Alex Gaynor | 2016-12-23 | 1 | -1/+1 |
| | | | | | | | | | | * Fixed #3334 -- added Python 3.6 support * install py36 * empty commit to retrigger travis * this is an impressively dumb typo | ||||
* | Add minversion to tox.ini (#3292) | Christian Heimes | 2016-11-30 | 1 | -0/+1 |
| | | | | | | | | | | | Cryptography uses new features from tox 2.4. Tox 2.3 happily ignores the new config stanzes and doesn't install dependency. This can lead to strange test failures. With minversion=2.4, tox 2.3 fails to run properly: $ tox ERROR: tox version is 2.3.1, required is at least 2.4 Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | Error out on OpenSSL 1.0.0 by default (#3276) | Alex Gaynor | 2016-11-22 | 1 | -0/+2 |
| | | | | | | * Error out on OpenSSL 1.0.0 by default * what the heck | ||||
* | Fix the docs-linkcheck tox target (#3239) | Paul Kehrer | 2016-11-13 | 1 | -0/+1 |
| | |||||
* | tox 2.4 has new syntax for specifying extras (#3212) | Chris Wolfe | 2016-11-06 | 1 | -7/+8 |
| | | | | | | * tox 2.4 allows has new extras syntax * specify minimum version for tox in dev-requirements.txt | ||||
* | Drop OpenSSL 0.9.8 (#2978) | Alex Gaynor | 2016-06-18 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Drop OpenSSL 0.9.8 * Drop this test, it's not relevant any longer * unused import * Remove CRYPTOGRAPHY_ALLOW_OPENSSL_098=1 from our tox * removed unused code for Cryptography_HAS_PKEY_CTX * return unused code for _AESCTRCipherContext * syntax :-( * remove some unused tests and skips * remove unused code for Cryptography_HAS_PBKDF2_HMAC * Revert "return unused code for _AESCTRCipherContext" This reverts commit 7d149729205aa4c9735eb322414b167a75b302df. * Remove unused RSA code * Remove unused test code for conditional bindings * Remove unused dsa code * unused import * Remove unused x509 extension code * Remove unused EC code * Attempt to remove unused DER key loading code * document this * grammar * Added back this paragraph * Update docs | ||||
* | pip is prejudiced against dashes and underscores (#2922) | Paul Kehrer | 2016-05-29 | 1 | -3/+3 |
| | |||||
* | Merge pull request #2840 from alex/error-on-098 | Paul Kehrer | 2016-03-19 | 1 | -0/+2 |
|\ | | | | | Fixed #2836 -- error out on OpenSSL 0.9.8 by default | ||||
| * | Get CI working again | Alex Gaynor | 2016-03-19 | 1 | -0/+2 |
| | | |||||
* | | Instead of running a python -c, use pytest_report_header to indicate OpenSSL ↵ | Alex Gaynor | 2016-03-19 | 1 | -2/+0 |
|/ | | | | version | ||||
* | 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 |
| |