1. 82393f9 bump minimum setuptools version (#3513) by Alex Gaynor · 8 years ago
  2. 8ad694c Fixes #3409 -- bump idna dep to a version with massively improved performance/memory usage (#3411) by Alex Gaynor · 8 years ago
  3. 9b34ca9 add support for update_into on CipherContext (#3190) by Paul Kehrer · 8 years ago
  4. 0e6a129 replace pyasn1 with asn1crypto (#3361) by Ofek Lev · 9 years ago
  5. 31b5d78 Fixed #3334 -- added Python 3.6 support (#3335) by Alex Gaynor · 9 years ago
  6. f269189 older readme_renderer doesn't work with docutils 0.13 (#3300) by Paul Kehrer · 9 years ago
  7. 8e66ca6 CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before (#2920) by InvalidInterrupt · 9 years ago
  8. 14a9ad4 Mark the minimum pytest version in setup.py. (#3035) by Alex Gaynor · 9 years ago
  9. c6c3b6d pip is prejudiced against dashes and underscores (#2922) by Paul Kehrer · 9 years ago
  10. 542ea8e Remove redundant excludes from find_packages by Frazer McLean · 9 years ago
  11. de3aa05 Don't try to use hypothesis on Python 2.6, upstream dropped support by Alex Gaynor · 9 years ago
  12. 30e199e Require a newer setuptools. by Alex Gaynor · 10 years ago
  13. 9244dea Merge pull request #2676 from alex/docs-pep8-dedupe by Paul Kehrer · 10 years ago
  14. b638dba Delete two out of date comments by Alex Gaynor · 10 years ago
  15. 9417608 Centralize declaration of docs and pep8 deps in setup.py by Alex Gaynor · 10 years ago
  16. e74dc4e add this back, we couldn't dedupe there by Alex Gaynor · 10 years ago
  17. 22f7ec5 syntax error by Alex Gaynor · 10 years ago
  18. 830af27 Port callbacks to new static callback by Christian Heimes · 10 years ago
  19. 9a0ad04 Fixed #2605 -- require setuptools 1.0 by Alex Gaynor · 10 years ago
  20. 1e555aa Revert "pin pytest to disallow 2.8.4 which breaks tests" by Paul Kehrer · 10 years ago
  21. ed48066 pin pytest to disallow 2.8.4 which breaks tests by Alex Gaynor · 10 years ago
  22. 8b5d094 switch to using pyasn1_modules for the test by Paul Kehrer · 10 years ago
  23. 5a2bb54 encode countryName with PrintableString by Paul Kehrer · 10 years ago
  24. 9604d9e add shebang for setup.py scripts by Dominic Chen · 10 years ago
  25. 78f6b51 unpin pytest now that 2.8.2 is released by Paul Kehrer · 10 years ago
  26. 584d9d6 hypothesis-pytest is no longer a required package by Paul Kehrer · 10 years ago
  27. 36a787f Address comments. by Terry Chia · 10 years ago
  28. 6325d5c == should be !=. by Terry Chia · 10 years ago
  29. 5cec1bf Add plumbing for hypothesis. by Terry Chia · 10 years ago
  30. 959403b Pin pytest to <2.8, there's a bug with deprecation warnings by Alex Gaynor · 10 years ago
  31. 1d5805b added a trove classifier by Alex Gaynor · 10 years ago
  32. 7d17cbb raise an error if trying to install on PyPy < 2.6 by Paul Kehrer · 10 years ago
  33. 02fe5a8 Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out! by Alex Gaynor · 10 years ago
  34. 4c287d7 setup requires can be cffi only now by Paul Kehrer · 10 years ago
  35. 68b3b1e convert to cffi 1.0 precompile system by Paul Kehrer · 10 years ago
  36. 71a1621 require idna 2.0 or better because it's better by Paul Kehrer · 10 years ago
  37. 40f8338 Support Subject Alternative Name in the OpenSSL backend by Paul Kehrer · 10 years ago
  38. 3621d70 remove python 3.2 from the classifiers by Paul Kehrer · 10 years ago
  39. 702ef6a Merge pull request #1783 from reaperhulk/san-class by Alex Gaynor · 10 years ago
  40. 31bdf79 Add GeneralName and SubjectAlternativeName classes by Paul Kehrer · 10 years ago
  41. 2119f74 Simplify setup.py slightly by Alex Gaynor · 10 years ago
  42. 4cf3811 Remove the setuptools and CFFI requirements, which break pip install -U by Julian Berman · 10 years ago
  43. 8a58e69 Tell py.test to only run the tests from the local tests dir. by Alex Gaynor · 10 years ago
  44. 5bea5ca make enum34 installation conditional on python < 3.4 by Paul Kehrer · 11 years ago
  45. a1426f0 initial x509 version support by Paul Kehrer · 11 years ago
  46. a98f95a add pyasn1 as a dependency by Paul Kehrer · 11 years ago
  47. 5951f46 Update the license header for every source file, as well as the documentation. by Alex Gaynor · 11 years ago
  48. c62a78c Move the cryptography package into a src/ subdirectory by Donald Stufft · 11 years ago
  49. d1b70f3 Build FFI instance when class is created, load library when instantiated by Donald Stufft · 11 years ago
  50. abe8bc9 Update the license in setup.py by Alex Gaynor · 11 years ago
  51. 97f4530 Fix PEP-8 violations by Peter Odding · 11 years ago
  52. 6c1e9ef Fix for keywords_with_side_effects() (compatibility with pip metadata discovery) by Peter Odding · 11 years ago
  53. c9861f9 Simplify dummy commands (fix inheritance, remove finalize_options()) by Peter Odding · 11 years ago
  54. e914456 Bullet proof (?) detection of arguments that don't need setup_requires by Peter Odding · 11 years ago
  55. dcce080 Bug fix for implementation of dummy commands by Peter Odding · 11 years ago
  56. 3ae89a5 Replace commands that depend on setup_requires with no-op that raises error by Peter Odding · 11 years ago
  57. 63ce5df PEP-8 fixes pointed out by Travis CI by Peter Odding · 11 years ago
  58. e327cf1 Change nested dictionary literal to match house style by Peter Odding · 11 years ago
  59. 51ec05f Make sys.argv an argument of keywords_with_side_effects() by Peter Odding · 11 years ago
  60. c9b83f7 Work around for side effects in setup.py script by Peter Odding · 11 years ago
  61. e23dd3a Fix? by Alex Gaynor · 11 years ago
  62. 361545d Removed need for Binding entry_point by Terry Chia · 11 years ago
  63. da5dca8 Added entry_points. by Terry Chia · 11 years ago
  64. d9f9b75 Check for errors when invoking the vectors setup.py by Alex Gaynor · 11 years ago
  65. d3e3df9 use pyasn1 for creating the dss-sig-value structure by Paul Kehrer · 11 years ago
  66. 707b008 Fix pep8 errors for latest import linter by Alex Stapleton · 11 years ago
  67. 4b610cc Import lint error by Alex Stapleton · 11 years ago
  68. c549205 Add custom 'install' command class by Sascha Peilicke · 11 years ago
  69. 7ad18bc add some comments to note the duplication between setup.py and tox.ini by Paul Kehrer · 11 years ago
  70. a39a319 Move cryptography.vectors to cryptography_vectors by Alex Stapleton · 11 years ago
  71. 0bd20e2 cryptography.vectors by Alex Stapleton · 11 years ago
  72. 8443a92 revert one import order change by Paul Kehrer · 11 years ago
  73. afc1ccd import order fixes for future automated checking by Paul Kehrer · 11 years ago
  74. 7f8b277 We support 3.4 by Alex Gaynor · 11 years ago
  75. c37feed Added future imports and licenses that are missing by Alex Gaynor · 11 years ago
  76. 6858cd4 The worst. by Alex Gaynor · 11 years ago
  77. acac6a6 Follow the rules by Alex Gaynor · 11 years ago
  78. 0667180 And again. Remove whitespace (pep8) by koobs · 11 years ago
  79. 23690dd pep8: Add import (sys) and newline by koobs · 11 years ago
  80. 92a4cdb Add new lines (pep8) and use full sentences by koobs · 11 years ago
  81. ff0dd1e Integrate py.test enabling `python setup.py test` by koobs · 11 years ago
  82. 5b6ce2a some style fixes suggested by pep8-naming by Paul Kehrer · 11 years ago
  83. 1e4811a Just drop the classifier entirely by Alex Gaynor · 12 years ago
  84. 1b3899f We're now past pre-alpha by Alex Gaynor · 12 years ago
  85. defc7f0 On OS X at build time compile the CC bindings by Alex Gaynor · 12 years ago
  86. 7fcaa37 drop to >= 0.8 to make pypy happy by Paul Kehrer · 12 years ago
  87. a8dcf84 require cffi >= 0.8.1 by Paul Kehrer · 12 years ago
  88. 5e5316d This is dangerous by Alex Gaynor · 12 years ago
  89. ffa8b4d flake8 by Alex Gaynor · 12 years ago
  90. 50f233e Check to see if a binding is available before trying to install it by Alex Gaynor · 12 years ago
  91. 4969751 Explanatory comment by Alex Gaynor · 12 years ago
  92. 327742c Merge branch 'master' into setup-install-extension by Alex Gaynor · 12 years ago
  93. 7630d6c Also use an absolute path for the about file by Alex Gaynor · 12 years ago
  94. f51f2c1 Include a long description in our setup.py by Alex Gaynor · 12 years ago
  95. 91f119e six is now required at build time by Alex Gaynor · 12 years ago
  96. 9a00f05 All the necessary things for setup.py to build cffi stuff by Alex Gaynor · 12 years ago
  97. b59377d remove unneeded import...whoops by Paul Kehrer · 12 years ago
  98. fd56c5f remove enum requirement now that we're not using enum by Paul Kehrer · 12 years ago
  99. c024255 move abc, inline introspect method, use six for abcs by Paul Kehrer · 12 years ago
  100. aaa2217 This isn't a thing by Alex Gaynor · 12 years ago