1. 1674313 add Python :: 2 and some comments referring to reasons to include Python :: 3 here by Jean-Paul Calderone · 10 years ago
  2. 3078273 Add the generic Python 3 trove classifier by Brett Cannon · 10 years ago
  3. 0146d44 Bump version to 0.14 final by Jean-Paul Calderone · 10 years ago
  4. 8c65eae Merge remote-tracking branch 'pyca/updated-cryptography-dependency' into release-0.14 by Jean-Paul Calderone · 10 years ago
  5. c6281a8 cryptography 0.2.1 is out, might as well tell everyone to use that. by Jean-Paul Calderone · 10 years ago
  6. 3dffd62 Bump to 0.14a4 by Jean-Paul Calderone · 10 years ago
  7. 99c6dc4 Bump to alpha 3 by Jean-Paul Calderone · 11 years ago
  8. 86ebb45 Bump to alpha 2 by Jean-Paul Calderone · 11 years ago
  9. 11b2059 Merge remote-tracking branch 'pyca/master' into release-0.14 by Jean-Paul Calderone · 11 years ago
  10. 4f0467a Lots of Python 3.2 porting work by Jean-Paul Calderone · 11 years ago
  11. 11bf4b9 Try using setuptools to help run the tests. by Jean-Paul Calderone · 11 years ago
  12. 5d97b41 Use setuptools and declare the cryptography dependency by Jean-Paul Calderone · 11 years ago
  13. 19ad371 First release screwup: cryptography does not support Python 2.4 or Python 2.5 so we do not either. by Jean-Paul Calderone · 11 years ago
  14. f47de96 Hmm maybe start off with a non-final version. by Jean-Paul Calderone · 11 years ago
  15. 737d2ad version bump by Jean-Paul Calderone · 11 years ago
  16. 324c643 Reflect the new location here as well by Jean-Paul Calderone · 11 years ago
  17. 1ac2c19 Update distutils glue to reflect the extensive changes by Jean-Paul Calderone · 11 years ago
  18. 4b5c244 Get the C implementation out of the way by Jean-Paul Calderone · 11 years ago
  19. 084b752 Move the crypto extension module aside to make way for an incremental rewrite in Python by Jean-Paul Calderone · 11 years ago
  20. 8210b92 Re-implement OpenSSL.rand in Python using opentls. by Jean-Paul Calderone · 11 years ago
  21. e0fcf51 Minimal skeleton of a Python Session type by Jean-Paul Calderone · 12 years ago
  22. d59d3bc Add a bunch of classifiers. Classifiers are fun. Everyone loves classifiers. by Jean-Paul Calderone · 13 years ago
  23. 5e99f44 Bump the version to the final release version by Jean-Paul Calderone · 13 years ago
  24. 9695e8a Bump version number by Jean-Paul Calderone · 13 years ago
  25. ba8553d Bump version by Jean-Paul Calderone · 13 years ago
  26. 64dc3bb Bump version by Jean-Paul Calderone · 13 years ago
  27. 9820bba Update the distutils license field by Jean-Paul Calderone · 13 years ago
  28. a819f06 Bump version for final 0.11 release by Jean-Paul Calderone · 14 years ago
  29. 0dae203 Bump version by Jean-Paul Calderone · 14 years ago
  30. be1e9d8 Let's try an alpha first by Jean-Paul Calderone · 14 years ago
  31. b444b70 Bump version number by Jean-Paul Calderone · 14 years ago
  32. 0ba68c9 Remove the forced verbosity setting; it adds extra output which confuses Buildbot on some versions of Python by Jean-Paul Calderone · 14 years ago
  33. ba4308e Avoid importing OpenSSL in setup.py for now by Jean-Paul Calderone · 14 years ago
  34. 40a35e7 Get version from the right place by Jean-Paul Calderone · 14 years ago
  35. 024375a Move the src directory to an OpenSSL directory so it can be a package even in a source checkout; also dump the __init__.py into it by Jean-Paul Calderone · 14 years ago
  36. 9178ee6 merge trunk and resolve simple conflict by Jean-Paul Calderone · 15 years ago
  37. 3b48cb7 See if this helps by Jean-Paul Calderone · 15 years ago
  38. 6ef6588 Try to ignore things like C:\Program Files\Subversion by Jean-Paul Calderone · 15 years ago
  39. bcd4545 Some changes to setup.py by Jean-Paul Calderone · 15 years ago
  40. 536ba02 Add support for CRL and Revoked objects. by Rick Dean · 15 years ago
  41. b19c694 Simplify support for building on Windows; make sure to include all the necessary dlls when making binary distributions by Jean-Paul Calderone · 15 years ago
  42. 71d62c0 Make sure the egg is never zipped; the dlls will not work like that by Jean-Paul Calderone · 15 years ago
  43. e0d94c8 Use package_data instead of data_files to put the dlls into the package; this should cause them to end up in the right place more often by Jean-Paul Calderone · 15 years ago
  44. 61b0c43 work with mingw32 and msvc by Jean-Paul Calderone · 15 years ago
  45. 2d79b30 This works on mingw32 by Jean-Paul Calderone · 15 years ago
  46. e5e94c0 more by Jean-Paul Calderone · 15 years ago
  47. 1ba729d la la la by Jean-Paul Calderone · 15 years ago
  48. b4ea1ea some debug info about the build environment, please by Jean-Paul Calderone · 15 years ago
  49. 6af9678 what by Jean-Paul Calderone · 15 years ago
  50. b80b320 try this approach by Jean-Paul Calderone · 15 years ago
  51. c7030f4 schwackity schwack by Jean-Paul Calderone · 15 years ago
  52. d27be6e gut gut gut by Jean-Paul Calderone · 15 years ago
  53. d9d229d maybe eay32 is nicer by Jean-Paul Calderone · 15 years ago
  54. 9971e6f hack hack hack by Jean-Paul Calderone · 15 years ago
  55. 0c41810 hack hack hack by Jean-Paul Calderone · 15 years ago
  56. cb5e16f I sink low by Jean-Paul Calderone · 15 years ago
  57. f2844fc Look in the openssl mingw32 lib dir by Jean-Paul Calderone · 15 years ago
  58. 433dc64 Add OpenSSL.rand.bytes() function to wrap RAND_bytes(). Test cases and documentation included. by Rick Dean · 15 years ago
  59. 0b88b6a Switch from Twisted's TestCase to the stdlib TestCase so there are fewer ways the test suite can be invoked by Jean-Paul Calderone · 15 years ago
  60. 579e953 this works on vce by Jean-Paul Calderone · 15 years ago
  61. a487d81 stupid mistake by Jean-Paul Calderone · 15 years ago
  62. 4bf9537 Use ctypes to find libeay32.dll by Jean-Paul Calderone · 15 years ago
  63. bfef31c Revert r88 and r89 - I was wrong by Jean-Paul Calderone · 15 years ago
  64. fd97e3c Fix a stupid mistake; I should try this stuff locally before committing by Jean-Paul Calderone · 15 years ago
  65. fa85e19 Experimental change to remove the "ExtraObjects" stuff. Hypothesis: ExtraObjects is superfluous to the build and removing it will have no negative consequences. by Jean-Paul Calderone · 15 years ago
  66. 86d7f93 Delete some more stuff that I do not think is necessary by Jean-Paul Calderone · 15 years ago
  67. 2210f79 Work around a gross distutils bug - forward slashes cause the path to get mangled incorrectly by Jean-Paul Calderone · 15 years ago
  68. 5a1bf38 Get rid of conditional setuptools usage; specify this externally instead. Get rid of old Extension compatibility code; Python 2.3 is the oldest version now supported, and it has `depends´. Try just using ExtraObjects instead of globbing for dlls; SSL_LIB isn\t necessarily set. by Jean-Paul Calderone · 15 years ago
  69. ddbc28f try getting rid of ez_setup by Jean-Paul Calderone · 16 years ago
  70. 3329c30 update to trunk tip by Jean-Paul Calderone · 16 years ago
  71. 3ea41b0 Try to find ssleay32.a in more locations, including on that may be a bit more common windows by Jean-Paul Calderone · 16 years ago
  72. a1a7801 Remove unintentionally added debug helper by Jean-Paul Calderone · 16 years ago
  73. 2ee1e7c make sure to handle r2i extensions (like proxyCertInfo) without segfaulting by Jean-Paul Calderone · 16 years ago
  74. a4be22a convenience hack: if setuptools is not already present, then this will download it from pypi into the CWD and use it. by zooko · 16 years ago
  75. 3594e21 If --prefix is in sys.argv, then set up sys.path and os.environ['PYTHONPATH'] to contain the appropriate site-packages subdir of the prefix dir by U-YOUR-FA38FA253F\Zooko Brillnonywonx · 16 years ago
  76. d78922f Chris Galvan's patch to use setuptools to build pyOpenSSL binaries which include OpenSSL shared lib, at least on Windows by U-YOUR-FA38FA253F\Zooko Brillnonywonx · 16 years ago
  77. cf20dd6 Add #! to setup.py so it can be run directly by Jean-Paul Calderone · 16 years ago
  78. 0db6cdb Okay, that coding declaration was doing something! by Jean-Paul Calderone · 16 years ago
  79. e53ccf7 Updates for 0.7 final by Jean-Paul Calderone · 16 years ago
  80. 30c09ea A couple trivial Context tests by Jean-Paul Calderone · 16 years ago
  81. 525ef80 Add {s,g}et_not{Before,After} by Jean-Paul Calderone · 16 years ago
  82. cc8a54a Add an extra_objects for the Win32 build. This is hard coded to paths on a particular machine, so it is kind of stupid. by Jean-Paul Calderone · 16 years ago
  83. 1bfdea0 Include the tests in the distribution by Jean-Paul Calderone · 16 years ago
  84. e79705c Remove some more anachronisms by Jean-Paul Calderone · 16 years ago
  85. e940437 Remove some anachronisms by Jean-Paul Calderone · 16 years ago
  86. 897bc25 initial source import by Jean-Paul Calderone · 16 years ago