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