1. ac68681 Tox.ini; Test on Python 3.9 and make flake8 stricter (#966) by Christian Clauss · 3 years, 7 months ago
  2. 124a013 Drop CI for OpenSSL 1.0.2 (#953) by Alex Gaynor · 3 years, 8 months ago
  3. 1bba14b fixed tests for twisted change (#950) by Alex Gaynor · 3 years, 8 months ago
  4. 0373718 Paint it Black by the Rolling Stones (#920) by Alex Gaynor · 4 years ago
  5. e41098f Remove dead examples directory from flake8 invocation. (#914) by Benjamin Peterson · 4 years, 1 month ago
  6. d65d764 Uhhh, fix twisted tests to actually run twisted (wat) (#906) by Alex Gaynor · 4 years, 3 months ago
  7. 1ede584 Drop support for Python 3.4, since cryptography dropped it (#884) by Alex Gaynor · 4 years, 6 months ago
  8. 8543286 bump the minimum cryptography version (#875) by Paul Kehrer · 4 years, 7 months ago
  9. fc802df Fixes #868 -- test on py38 (#870) by Alex Gaynor · 4 years, 8 months ago
  10. 1265b06 Run tests in random order to weed out issues (#842) by Alex Gaynor · 5 years ago
  11. 7d5a3bf Hypothetically fixes pyOpenSSL tests (#805) by Paul Kehrer · 5 years ago
  12. 178d04d Fixes #784 -- bump minimum cryptography version (#785) by Alex Gaynor · 6 years ago
  13. 0f82c1f Added py37 (#772) by Alex Gaynor · 6 years ago
  14. 57c2f03 Run tests against pypy3, use travis's pypy/pypy3 (#743) by Jeremy Lainé · 6 years ago
  15. 1ae7cb6 Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742) by Jeremy Lainé · 6 years ago
  16. e738186 fix a memory leak and a potential UAF and also #722 (#723) by Paul Kehrer · 7 years ago
  17. 209de94 Drop py33 (#677) by Alex Gaynor · 7 years ago
  18. 4fbc11d move deps to extras (#661) by Paul Kehrer · 7 years ago
  19. e466bc9 FIxed #266 -- attempt to deflake our tests (#660) by Alex Gaynor · 7 years ago
  20. 55fb341 try loading trusted certs from a list of fallbacks (#633) by Paul Kehrer · 7 years ago
  21. 80b25ef Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612) by Moriyoshi Koizumi · 7 years ago
  22. 465e80e urllib3 uses pytest now, various upgrades to the travis env (#634) by Paul Kehrer · 7 years ago
  23. d52975c Add an informative __main__.py (#620) by Hynek Schlawack · 7 years ago
  24. 1089ed2 Python 3.6 (#600) by Hynek Schlawack · 7 years ago
  25. 496652a Add support for OCSP stapling. (#580) by Cory Benfield · 7 years ago
  26. f189de9 We should consider *actually* testing Twisted. (#579) by Cory Benfield · 8 years ago
  27. e15e60a Add the ability to set a custom verification time on X509Store (#567) by Thomas Sileo · 8 years ago
  28. 9e08b3e Convert NextProtoNegotiationTests to use pytest-style tests (#569) by Alex Chan · 8 years ago
  29. 6b69c55 Convert test_rand to use pytest-style tests (#563) by Alex Chan · 8 years ago
  30. a585786 Avoid pytest 3 warning (#517) by Hynek Schlawack · 8 years ago
  31. 17f47bb coverage 4.2 doesn't need the clean step anymore (#508) by Hynek Schlawack · 8 years ago
  32. 79f81c9 Pass --reporter to trial so that it's output doesn't overflow travis (#490) by Alex Gaynor · 8 years ago
  33. 73412e5 Fix cryptography minimum version by Hynek Schlawack · 8 years ago
  34. 97b367e Update these jobs by Alex Gaynor · 8 years ago
  35. cc64680 Whitelist rm by Cory Benfield · 8 years ago
  36. 3fe8cb5 Use urllib3's dev-requirements where possible. by Cory Benfield · 8 years ago
  37. d296b1b Smoke test for urllib3. by Cory Benfield · 8 years ago
  38. f9182e2 Print library versions the proper way by Hynek Schlawack · 8 years ago
  39. 8b7e455 Polish up examples (somewhat) by Hynek Schlawack · 8 years ago
  40. f90e368 Fix set_cipher_list on modern OpenSSL by Hynek Schlawack · 8 years ago
  41. 98408ab Rename legacy to 1.1 by Hynek Schlawack · 8 years ago
  42. 2a91ba3 Make pyOpenSSL future-proof by Hynek Schlawack · 8 years ago
  43. 5e63fd3 Rename readme dep and sprinkle in skip_installs by Hynek Schlawack · 8 years ago
  44. 0c21cbd Banning all breaks setuptools installation by Hynek Schlawack · 9 years ago
  45. 8b5ee6f Blacklist py.test 2.8.4, disable wheels by Hynek Schlawack · 9 years ago
  46. d9fcd7a Pin pytest in tox too by Hynek Schlawack · 9 years ago
  47. a35f1ee gmpy has external deps by Hynek Schlawack · 9 years ago
  48. af75aac Use Twisted master and add relevant dependencies by Hynek Schlawack · 9 years ago
  49. 8ff2ad9 Add a twisted target to CI by Hynek Schlawack · 9 years ago
  50. c16751a Fix codecov by Hynek Schlawack · 9 years ago
  51. 7b3aa90 Fix travis by Hynek Schlawack · 9 years ago
  52. f0e6685 Move package into src by Hynek Schlawack · 9 years ago
  53. 5ab4056 Add Python 3.5 by Hynek Schlawack · 9 years ago
  54. 5488fe0 download, compile, and use a local 0.9.8 in travis when required by Paul Kehrer · 9 years ago
  55. 76ed8e0 Use RTD theme by Hynek Schlawack · 9 years ago
  56. ecd7480 Don't pin Sphinx by Laurens Van Houtven · 9 years ago
  57. 8b53c78 Re-add docs env by Laurens Van Houtven · 9 years ago
  58. 8aea694 pyflakes -> flake8 by Laurens Van Houtven · 9 years ago
  59. ca1842f Separate lint envs by Laurens Van Houtven · 9 years ago
  60. ee4173b Merge remote-tracking branch 'origin/master' into test-metadata by Laurens Van Houtven · 9 years ago
  61. 1b8135b Whitelist openssl in tox by Hynek Schlawack · 9 years ago
  62. 57c2204 Ensure OpenSSL CLI matches lib on homebrew by Hynek Schlawack · 9 years ago
  63. 07a0c54 Appears like tox doesn't like newlines by Hynek Schlawack · 9 years ago
  64. b2ee4ef Ensure build variables are passed into tox by Hynek Schlawack · 9 years ago
  65. 2a617ce Add LC_ALL to passenv by Hynek Schlawack · 9 years ago
  66. 197956b Given current features, lint > meta by Laurens Van Houtven · 9 years ago
  67. 8e47dfd Kill pip-tools & pip-review by Laurens Van Houtven · 9 years ago
  68. 4f6939c check-manifest was added already by Laurens Van Houtven · 9 years ago
  69. e862023 Merge branch 'master' into test-metadata by Laurens Van Houtven · 9 years ago
  70. ff6f4e5 add 2.7 back into tox by Jim Shaver · 9 years ago
  71. a89af1a Merge branch 'deprecate32' of github.com:elitest/pyopenssl into deprecate32 by Jim Shaver · 9 years ago
  72. 23dee7e removed support for Python 3.2 by Jim Shaver · 9 years ago
  73. 5936519 Fix MANIFEST.in by Hynek Schlawack · 9 years ago
  74. 5bc17cb Dedup meta data, use README as long_description by Hynek Schlawack · 9 years ago
  75. 6547411 Print out cryptography version by Hynek Schlawack · 9 years ago
  76. 9f925dc Fix CI tests against cryptography master by Hynek Schlawack · 9 years ago
  77. e667f0a removed support for Python 3.2 by Jim Shaver · 9 years ago
  78. f7e552d Unpin pyflakes by Laurens Van Houtven · 9 years ago
  79. 0fd8679 pyroma should look at current directory by Laurens Van Houtven · 9 years ago
  80. 07dd7ce unpin check-manifest by Laurens Van Houtven · 9 years ago
  81. d348f21 Unpin pip-tools by Laurens Van Houtven · 9 years ago
  82. 9deee51 Relax pyroma pinning by Laurens Van Houtven · 9 years ago
  83. 1c855cb Merge branch 'master' into test-metadata by Laurens Van Houtven · 9 years ago
  84. f982efd Integrate py.test with setup.py test by Hynek Schlawack · 9 years ago
  85. 48ceed5 Simplify by Hynek Schlawack · 9 years ago
  86. c0389d6 Use py.test test runner by Hynek Schlawack · 9 years ago
  87. 434a6ad Use tox in Travis by Hynek Schlawack · 9 years ago
  88. ade80a1 Add a meta testenv for metadata: style & packaging by Laurens Van Houtven · 10 years ago
  89. 2b1e0bd Switch to using the now-working `setup.py test´. by Jean-Paul Calderone · 10 years ago
  90. 35d93a4 Some explanations and a safety harness for PYTHONPATH craziness. by Jean-Paul Calderone · 10 years ago
  91. 58e52b0 Declare zope.interface dep as well by Jean-Paul Calderone · 10 years ago
  92. 26f2c34 Try defining a useful tox configuration for testing on travis by Jean-Paul Calderone · 10 years ago