1. 7cf4c30 list package versions in tox env for easier debugging by Paul Kehrer · 9 years ago
  2. 1149166 print the version of openssl loaded by cryptography in tox by Paul Kehrer · 9 years ago
  3. c8ccffb pass through the env vars we need in tox for alternate OpenSSL builds by Paul Kehrer · 9 years ago
  4. 0958641 remove python 3.2 from every other place I could find by Paul Kehrer · 9 years ago
  5. 942e91d Use readme to ensure the long description renders on PyPI by Donald Stufft · 10 years ago
  6. defa460 don't do coverage under pypy3 by Paul Kehrer · 10 years ago
  7. 36b35b1 Move config in pytest.ini to tox.ini. by Terry Chia · 10 years ago
  8. 68416c3 Merge pull request #1502 from reaperhulk/fix-1285 by Alex Gaynor · 10 years ago
  9. a98f95a add pyasn1 as a dependency by Paul Kehrer · 10 years ago
  10. 1ecc7f1 add a tox target to randomize tests by Paul Kehrer · 10 years ago
  11. 62143e4 Use coverage parallel mode and coverage combine to fix paths by Donald Stufft · 10 years ago
  12. cd34ca6 re-add line I accidentally removed by hitting dd one too many times by Paul Kehrer · 10 years ago
  13. b525adf add an ignore path for doc8 + fix a long line causing failures by Paul Kehrer · 10 years ago
  14. 95f2c2b only run doc8 over things with a rst extension by Alex Gaynor · 10 years ago
  15. eb1c41c Move coverage configuration to the config file by Alexander Gaynor · 10 years ago
  16. 9963cb3 Linewrap CHANGELOG and have doc8 check it as well by Alex Gaynor · 10 years ago
  17. a417b84 Moved doc8 job to docs by Ayrx · 10 years ago
  18. 7b62cca grump by Alex Gaynor · 10 years ago
  19. fbcb3c4 Allow long titles by Alex Gaynor · 10 years ago
  20. d838783 Part of the py3 job as well for consistency by Alex Gaynor · 10 years ago
  21. 5b8126f Move to being a part of the pep8 job by Alex Gaynor · 10 years ago
  22. 4e75eb4 Testing for doc8 by Alex Gaynor · 10 years ago
  23. d3e3df9 use pyasn1 for creating the dss-sig-value structure by Paul Kehrer · 10 years ago
  24. 707b008 Fix pep8 errors for latest import linter by Alex Stapleton · 10 years ago
  25. 89917f1 Alphabetize tox.ini deps by Alex Stapleton · 11 years ago
  26. bafceb6 Enable import order lint by Alex Stapleton · 11 years ago
  27. 7ad18bc add some comments to note the duplication between setup.py and tox.ini by Paul Kehrer · 10 years ago
  28. 3888a84 Fix bug in release task and style fixes by Alex Stapleton · 10 years ago
  29. a39a319 Move cryptography.vectors to cryptography_vectors by Alex Stapleton · 11 years ago
  30. 710f614 add py34 target for python 3.4 CI by Paul Kehrer · 11 years ago
  31. 2569323 Install pep8-naming on travis by Alex Gaynor · 11 years ago
  32. aee8b1a Merge pull request #683 from reaperhulk/pep8-naming by Alex Gaynor · 11 years ago
  33. 986b190 new tox docs-linkcheck target for a jenkins job to do linkcheck by Paul Kehrer · 11 years ago
  34. 570228f Trun off linkcheck, it's too noisy. Fixes #652 by Alex Gaynor · 11 years ago
  35. 577d295 add pep8-naming to pep8 tests by Paul Kehrer · 11 years ago
  36. 59249cf Select all errors, warnings, and flakes. by David Reid · 11 years ago
  37. c1fd2be pass posargs via tox so --backend can be used for tox envs by Paul Kehrer · 11 years ago
  38. 29b40ea This is a dep by Alex Gaynor · 11 years ago
  39. 5c0ec7c Actuall install a thing by Alex Gaynor · 11 years ago
  40. fc4e2b7 Try to run the spellchecker on travis by Alex Gaynor · 11 years ago
  41. 5bae063 Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  42. 6f78d64 Make the PyPy tox job consistent with the main one. by Alex Gaynor · 11 years ago
  43. 4b31af7 Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  44. 93a0b2f Run py.test with catpure=no for more faster. by David Reid · 11 years ago
  45. 4a35b7f Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  46. 960cf5e Test that docs compile under latex as well --needed for PDF building by Alex Gaynor · 11 years ago
  47. b29a6b2 Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  48. 144209d Run pytest in --strict mode so that typso in pytest.mark give errors by Alex Gaynor · 11 years ago
  49. 13ec479 Include in tox.ini by Alex Gaynor · 11 years ago
  50. 60f1d8b Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  51. 3e81fb2 DOn't fail tox on coverage by Alex Gaynor · 11 years ago
  52. eca9f36 Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  53. 46cb601 Disable coverage on pypy temporarily. by David Reid · 11 years ago
  54. 484713f Merge branch 'master' into fernet by Alex Gaynor · 11 years ago
  55. fb8adfc Use raw vector files by Alex Gaynor · 11 years ago
  56. c510e49 Added a tox/travis just for running flake8 under py3k by Alex Gaynor · 11 years ago
  57. 0a5654f Also linkcheck the docs by Alex Gaynor · 11 years ago
  58. afdddca Enable all the flake8 by Alex Gaynor · 11 years ago
  59. 1d80538 Also ignore eggs by Alex Gaynor · 11 years ago
  60. 967c03b Better way by Alex Gaynor · 11 years ago
  61. b58865b Lint setup.py by Alex Gaynor · 11 years ago
  62. 34b6ae7 Fail tests if our coverage is less than 100% by Donald Stufft · 11 years ago
  63. 81a5287 Use a None default so composition is easier by Alex Gaynor · 11 years ago
  64. ff61cd3 Run coverage from the outside so it sees everything by Alex Gaynor · 11 years ago
  65. 0b4df97 Merge branch 'master' into simple-symmetric-encryption by Alex Gaynor · 11 years ago
  66. 235fa71 Use the Sphinx doctest builder by Donald Stufft · 11 years ago
  67. 83a0f48 Fixed tox by Alex Gaynor · 11 years ago
  68. bac187d Use an enum for determining BlockCipher operation by Donald Stufft · 11 years ago
  69. 9e1a48b Add a test utility functions to read & process NIST vector files by Donald Stufft · 11 years ago
  70. 9d00588 Record coverage by Alex Gaynor · 11 years ago
  71. 0f66c6d Move all tests to be controlled by tox by Alex Gaynor · 11 years ago