1. ba45d28 Remove version number from an error message so that it makes sense (#4188) by Alex Gaynor · 7 years ago
  2. e3d2fc1 install only the minimum required to build our docs for rtd (#4133) by Paul Kehrer · 7 years ago
  3. ba67981 temporarily pin cffi to avoid bug related to virtualenv (#4083) by Paul Kehrer · 8 years ago
  4. 0ed80b4 Fixed #4039 -- added a python_requires to setup.py (#4064) by Alex Gaynor · 8 years ago
  5. 9b086fd pytest 3.3.0 has an issue with parametrized null bytes again (#4026) by Paul Kehrer · 8 years ago
  6. 4941fc5 clearly error out on older setuptools (#4000) by Alex Gaynor · 8 years ago
  7. 30d35ae Fixes #3947 -- remove the docutils.conf (#3995) by Alex Gaynor · 8 years ago
  8. b0aa847 random hack to maybe support older pips (#3970) by Alex Gaynor · 8 years ago
  9. 4cf6e78 expunge python 2.6 (#3962) by Paul Kehrer · 8 years ago
  10. fce63a5 disable smart quotes in sphinx to workaround a spellchecker issue (#3946) by Paul Kehrer · 8 years ago
  11. 7bb0210 blacklist yet another version of sphinx (#3940) by Alex Gaynor · 8 years ago
  12. 4c41ab0 Switch to using the other style of environment markers (#3796) by Alex Gaynor · 8 years ago
  13. ca941bd bump pytest version (#3860) by Alex Gaynor · 8 years ago
  14. 7f40239 Blacklist pytest 3.2.0 because it breaks us (#3835) by Alex Gaynor · 8 years ago
  15. bacff94 simplify setup.py branches (#3806) by Alex Gaynor · 8 years ago
  16. 0a8bdff simplify pyenchant requirement (#3805) by Alex Gaynor · 8 years ago
  17. d3c4ba3 Blacklist some pyenchant versions (#3799) by Alex Gaynor · 8 years ago
  18. bb31501 sphinx 1.6.3 is also no good (#3748) by Alex Gaynor · 8 years ago
  19. e3a2fb2 remove python 3.3 from CI (#3729) by Paul Kehrer · 8 years ago
  20. fe2b174 Remove entry_points from setup.py (#3723) by Alex Gaynor · 8 years ago
  21. 9bf8174 Sphinx 1.6.2 is also broken (#3627) by Alex Gaynor · 8 years ago
  22. 6091e11 Bump the minimum PyPy/cffi version and simplify as a result (#3585) by Alex Gaynor · 8 years ago
  23. e748b39 Remove dependency on setuptools (#3567) by Alex Gaynor · 8 years ago
  24. 5103235 time to remove commoncrypto, fare thee well (#3551) by Paul Kehrer · 8 years ago
  25. c1f9169 pin sphinx version to avoid test breakage (#3544) by Alex Gaynor · 8 years ago
  26. 0417d00 Don't compare cffi version using strings (#3524) by Alex Gaynor · 8 years ago
  27. 82393f9 bump minimum setuptools version (#3513) by Alex Gaynor · 8 years ago
  28. 8ad694c Fixes #3409 -- bump idna dep to a version with massively improved performance/memory usage (#3411) by Alex Gaynor · 8 years ago
  29. 9b34ca9 add support for update_into on CipherContext (#3190) by Paul Kehrer · 8 years ago
  30. 0e6a129 replace pyasn1 with asn1crypto (#3361) by Ofek Lev · 9 years ago
  31. 31b5d78 Fixed #3334 -- added Python 3.6 support (#3335) by Alex Gaynor · 9 years ago
  32. f269189 older readme_renderer doesn't work with docutils 0.13 (#3300) by Paul Kehrer · 9 years ago
  33. 8e66ca6 CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before (#2920) by InvalidInterrupt · 9 years ago
  34. 14a9ad4 Mark the minimum pytest version in setup.py. (#3035) by Alex Gaynor · 9 years ago
  35. c6c3b6d pip is prejudiced against dashes and underscores (#2922) by Paul Kehrer · 9 years ago
  36. 542ea8e Remove redundant excludes from find_packages by Frazer McLean · 9 years ago
  37. de3aa05 Don't try to use hypothesis on Python 2.6, upstream dropped support by Alex Gaynor · 9 years ago
  38. 30e199e Require a newer setuptools. by Alex Gaynor · 10 years ago
  39. 9244dea Merge pull request #2676 from alex/docs-pep8-dedupe by Paul Kehrer · 10 years ago
  40. b638dba Delete two out of date comments by Alex Gaynor · 10 years ago
  41. 9417608 Centralize declaration of docs and pep8 deps in setup.py by Alex Gaynor · 10 years ago
  42. e74dc4e add this back, we couldn't dedupe there by Alex Gaynor · 10 years ago
  43. 22f7ec5 syntax error by Alex Gaynor · 10 years ago
  44. 830af27 Port callbacks to new static callback by Christian Heimes · 10 years ago
  45. 9a0ad04 Fixed #2605 -- require setuptools 1.0 by Alex Gaynor · 10 years ago
  46. 1e555aa Revert "pin pytest to disallow 2.8.4 which breaks tests" by Paul Kehrer · 10 years ago
  47. ed48066 pin pytest to disallow 2.8.4 which breaks tests by Alex Gaynor · 10 years ago
  48. 8b5d094 switch to using pyasn1_modules for the test by Paul Kehrer · 10 years ago
  49. 5a2bb54 encode countryName with PrintableString by Paul Kehrer · 10 years ago
  50. 9604d9e add shebang for setup.py scripts by Dominic Chen · 10 years ago
  51. 78f6b51 unpin pytest now that 2.8.2 is released by Paul Kehrer · 10 years ago
  52. 584d9d6 hypothesis-pytest is no longer a required package by Paul Kehrer · 10 years ago
  53. 36a787f Address comments. by Terry Chia · 10 years ago
  54. 6325d5c == should be !=. by Terry Chia · 10 years ago
  55. 5cec1bf Add plumbing for hypothesis. by Terry Chia · 10 years ago
  56. 959403b Pin pytest to <2.8, there's a bug with deprecation warnings by Alex Gaynor · 10 years ago
  57. 1d5805b added a trove classifier by Alex Gaynor · 10 years ago
  58. 7d17cbb raise an error if trying to install on PyPy < 2.6 by Paul Kehrer · 10 years ago
  59. 02fe5a8 Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out! by Alex Gaynor · 10 years ago
  60. 4c287d7 setup requires can be cffi only now by Paul Kehrer · 10 years ago
  61. 68b3b1e convert to cffi 1.0 precompile system by Paul Kehrer · 10 years ago
  62. 71a1621 require idna 2.0 or better because it's better by Paul Kehrer · 10 years ago
  63. 40f8338 Support Subject Alternative Name in the OpenSSL backend by Paul Kehrer · 10 years ago
  64. 3621d70 remove python 3.2 from the classifiers by Paul Kehrer · 10 years ago
  65. 702ef6a Merge pull request #1783 from reaperhulk/san-class by Alex Gaynor · 10 years ago
  66. 31bdf79 Add GeneralName and SubjectAlternativeName classes by Paul Kehrer · 10 years ago
  67. 2119f74 Simplify setup.py slightly by Alex Gaynor · 10 years ago
  68. 4cf3811 Remove the setuptools and CFFI requirements, which break pip install -U by Julian Berman · 10 years ago
  69. 8a58e69 Tell py.test to only run the tests from the local tests dir. by Alex Gaynor · 10 years ago
  70. 5bea5ca make enum34 installation conditional on python < 3.4 by Paul Kehrer · 11 years ago
  71. a1426f0 initial x509 version support by Paul Kehrer · 11 years ago
  72. a98f95a add pyasn1 as a dependency by Paul Kehrer · 11 years ago
  73. 5951f46 Update the license header for every source file, as well as the documentation. by Alex Gaynor · 11 years ago
  74. c62a78c Move the cryptography package into a src/ subdirectory by Donald Stufft · 11 years ago
  75. d1b70f3 Build FFI instance when class is created, load library when instantiated by Donald Stufft · 11 years ago
  76. abe8bc9 Update the license in setup.py by Alex Gaynor · 11 years ago
  77. 97f4530 Fix PEP-8 violations by Peter Odding · 11 years ago
  78. 6c1e9ef Fix for keywords_with_side_effects() (compatibility with pip metadata discovery) by Peter Odding · 11 years ago
  79. c9861f9 Simplify dummy commands (fix inheritance, remove finalize_options()) by Peter Odding · 11 years ago
  80. e914456 Bullet proof (?) detection of arguments that don't need setup_requires by Peter Odding · 11 years ago
  81. dcce080 Bug fix for implementation of dummy commands by Peter Odding · 11 years ago
  82. 3ae89a5 Replace commands that depend on setup_requires with no-op that raises error by Peter Odding · 11 years ago
  83. 63ce5df PEP-8 fixes pointed out by Travis CI by Peter Odding · 11 years ago
  84. e327cf1 Change nested dictionary literal to match house style by Peter Odding · 11 years ago
  85. 51ec05f Make sys.argv an argument of keywords_with_side_effects() by Peter Odding · 11 years ago
  86. c9b83f7 Work around for side effects in setup.py script by Peter Odding · 11 years ago
  87. e23dd3a Fix? by Alex Gaynor · 11 years ago
  88. 361545d Removed need for Binding entry_point by Terry Chia · 11 years ago
  89. da5dca8 Added entry_points. by Terry Chia · 11 years ago
  90. d9f9b75 Check for errors when invoking the vectors setup.py by Alex Gaynor · 11 years ago
  91. d3e3df9 use pyasn1 for creating the dss-sig-value structure by Paul Kehrer · 11 years ago
  92. 707b008 Fix pep8 errors for latest import linter by Alex Stapleton · 11 years ago
  93. 4b610cc Import lint error by Alex Stapleton · 11 years ago
  94. c549205 Add custom 'install' command class by Sascha Peilicke · 11 years ago
  95. 7ad18bc add some comments to note the duplication between setup.py and tox.ini by Paul Kehrer · 11 years ago
  96. a39a319 Move cryptography.vectors to cryptography_vectors by Alex Stapleton · 11 years ago
  97. 0bd20e2 cryptography.vectors by Alex Stapleton · 11 years ago
  98. 8443a92 revert one import order change by Paul Kehrer · 11 years ago
  99. afc1ccd import order fixes for future automated checking by Paul Kehrer · 11 years ago
  100. 7f8b277 We support 3.4 by Alex Gaynor · 11 years ago