1. 5c0ec7c Actuall install a thing by Alex Gaynor · 11 years ago
  2. fc4e2b7 Try to run the spellchecker on travis by Alex Gaynor · 11 years ago
  3. 694dab0 Merge pull request #453 from alex/quote by Paul Kehrer · 11 years ago
  4. 9cd4b21 Use a normal quote here, not sure where the smart quote came from by Alex Gaynor · 11 years ago
  5. f34bb4b Merge pull request #452 from hynek/ssl-strings by Donald Stufft · 11 years ago
  6. 7d954bd Expose ERR_load_SSL_strings by Hynek Schlawack · 11 years ago
  7. 7267869 Merge pull request #447 from reaperhulk/test-marks by David Reid · 11 years ago
  8. 0abdf87 add test marks to fernet so backends without cipher (or AES/CBC) will skip by Paul Kehrer · 11 years ago
  9. f2870ea Merge pull request #446 from alex/docs-fixup by Paul Kehrer · 11 years ago
  10. 9180ba5 Fix up a mistaken copy paste by Alex Gaynor · 11 years ago
  11. 0c7b560 Merge pull request #405 from reaperhulk/common-crypto-binding by Alex Gaynor · 11 years ago
  12. 588b0ac Merge branch 'master' into common-crypto-binding by Paul Kehrer · 11 years ago
  13. 3d5913d Merge pull request #445 from reaperhulk/more-travis-poking by Alex Gaynor · 11 years ago
  14. 3914dd0 temporary workaround for travis-ci bug by Paul Kehrer · 11 years ago
  15. 5b72188 Merge pull request #443 from alex/no-easy-install by Paul Kehrer · 11 years ago
  16. e450f3f Merge pull request #441 from alex/authors by David Reid · 11 years ago
  17. 4af8891 Style nit by Alex Gaynor · 11 years ago
  18. dcbc911 easy_install is awful, don't use it by Alex Gaynor · 11 years ago
  19. 79a230f refactor commoncrypto's is_available to check platform for now by Paul Kehrer · 11 years ago
  20. 7fccf4c add CommonCrypto binding docs by Paul Kehrer · 11 years ago
  21. 5e612d0 add is_available() to CommonCrypto binding, use it for skipif by Paul Kehrer · 11 years ago
  22. 5001c3f cover a missing branch in the commoncrypto bindings by Paul Kehrer · 11 years ago
  23. cc4a42d Add initial CommonCrypto bindings (no backend yet) by Paul Kehrer · 11 years ago
  24. 5a89426 Merge branch 'master' into authors by Alex Gaynor · 11 years ago
  25. 1f15f89 Merge pull request #425 from reaperhulk/travis-me-too by David Reid · 11 years ago
  26. 747beee Simplify the authors section by Alex Gaynor · 11 years ago
  27. 2b58501 Merge pull request #440 from public/vanity by Hynek Schlawack · 11 years ago
  28. dd5d28d Add myself to __authors__ by Alex Stapleton · 11 years ago
  29. fc2fd05 Merge pull request #439 from reaperhulk/hmac-verify-text by Alex Gaynor · 11 years ago
  30. 288bae7 rewrite some text about the hmac verify method by Paul Kehrer · 11 years ago
  31. d1d952d add comment about why the travis exclude matrix is so large by Paul Kehrer · 11 years ago
  32. 607e423 Merge pull request #435 from reaperhulk/0.2-dev-open by David Reid · 11 years ago
  33. 6a05031 Merge pull request #438 from alex/more-prominent-verify by David Reid · 11 years ago
  34. ec27647 Merge pull request #437 from rgbkrk/eggie by Paul Kehrer · 11 years ago
  35. 5bbcf76 Make verify on HMAC more prominent by Alex Gaynor · 11 years ago
  36. 0b06e55 support osx and linux on travis by Paul Kehrer · 11 years ago
  37. 2b64fe2 add 0.2 changelog section by Paul Kehrer · 11 years ago
  38. 2542583 Ignore all eggs by Kyle Kelley · 11 years ago
  39. c958f0c Merge pull request #434 from rgbkrk/minusix by Alex Gaynor · 11 years ago
  40. 47926ba Merge pull request #433 from alex/pip-install-me-captain by David Reid · 11 years ago
  41. 08754db update version to 0.2.dev1 in master by Paul Kehrer · 11 years ago
  42. 292902e Document that we're on PyPI by Alex Gaynor · 11 years ago
  43. ec68820 Merge pull request #431 from dreid/release-0.1 by Alex Gaynor · 11 years ago
  44. 0e2ba5c Merge pull request #432 from dreid/blame-dreid by Alex Gaynor · 11 years ago
  45. d24af7e Ignore six eggs, not a full dozen by Kyle Kelley · 11 years ago
  46. 232189f I guess I should take some of the blame. by David Reid · 11 years ago
  47. d873b4c Prepare to release. by David Reid · 11 years ago
  48. 4177d48 Merge pull request #429 from alex/changelog by David Reid · 11 years ago
  49. 924599e Reformat by Alex Gaynor · 11 years ago
  50. 7c6d7d6 Typo fix by Alex Gaynor · 11 years ago
  51. 3f23040 Fixed #428 -- added a changelog by Alex Gaynor · 11 years ago
  52. 4fb8dc8 Merge pull request #424 from reaperhulk/padding-info-for-all by Alex Gaynor · 11 years ago
  53. 14c302f Merge pull request #423 from alex/ignore by Paul Kehrer · 11 years ago
  54. fe2e3c2 add padding info to docs by Paul Kehrer · 11 years ago
  55. c80ea85 These eggs are sometimes files. We still don't care. by Alex Gaynor · 11 years ago
  56. 43cf688 Merge pull request #418 from reaperhulk/move-contexts by David Reid · 11 years ago
  57. d3b0467 Merge pull request #419 from reaperhulk/gcm-no-pad-required by Alex Gaynor · 11 years ago
  58. af0b9f5 GCM does not require padding (removing from docs example) by Paul Kehrer · 11 years ago
  59. ad6d164 move ciphercontext/aeadciphercontext to bottom of symmetric encryption by Paul Kehrer · 11 years ago
  60. 75832bc Merge pull request #416 from dreid/improved-aead-examples by Alex Gaynor · 11 years ago
  61. e9b2fdd Merge pull request #415 from reaperhulk/remove-cast5-ecb-for-now by Alex Gaynor · 11 years ago
  62. 960159d Merge pull request #414 from alex/avail-cleanup by David Reid · 11 years ago
  63. abb72d2 Make the example more complete and add some comments walking the user through some stuff. by David Reid · 11 years ago
  64. 78569d6 Try making the AEAD examples less dense. by David Reid · 11 years ago
  65. bb996d7 also remove CAST5 docs by Paul Kehrer · 11 years ago
  66. 0f72bda remove CAST5 for first release by Paul Kehrer · 11 years ago
  67. 9a95dad Explanatory comment by Alex Gaynor · 11 years ago
  68. e222010 Fixed #408 -- cleanup how is_available works by Alex Gaynor · 11 years ago
  69. 7ec30af Merge pull request #392 from alex/setup-install-extension by Donald Stufft · 11 years ago
  70. 5e5316d This is dangerous by Alex Gaynor · 11 years ago
  71. d7e04ae Merge branch 'master' into setup-install-extension by Alex Gaynor · 11 years ago
  72. 168c29d Merge pull request #410 from alex/release-automation by David Reid · 11 years ago
  73. 41c14d5 How to verify that your released correctly by Alex Gaynor · 11 years ago
  74. 4345c0d Python 2.6 support by Alex Gaynor · 11 years ago
  75. fea893c More stuff by Alex Gaynor · 11 years ago
  76. b3794db You need a gpg key to do a release by Alex Gaynor · 11 years ago
  77. e72c253 This is a dev dep by Alex Gaynor · 11 years ago
  78. ce0b5a3 Update release docs by Alex Gaynor · 11 years ago
  79. 2f030ef Merge branch 'master' into release-automation by Alex Gaynor · 11 years ago
  80. 7507a1a Merge pull request #412 from alex/version-consistency by David Reid · 11 years ago
  81. 89063f6 Update procedure by Alex Gaynor · 11 years ago
  82. 8755dbd Fix by Alex Gaynor · 11 years ago
  83. 6b1235a Simplify by Alex Gaynor · 11 years ago
  84. d42fd94 Suggestion from @dreid by Alex Gaynor · 11 years ago
  85. 7b8ef39 Fix by Alex Gaynor · 11 years ago
  86. bbb133b Merge pull request #411 from alex/spelling-fix by David Reid · 11 years ago
  87. 2b22fae Compute the version in the same way as setup.py does by Alex Gaynor · 11 years ago
  88. 0e10f57 Boilerplate woo! by Alex Gaynor · 11 years ago
  89. 3aa243c Spell a word correctly by Alex Gaynor · 11 years ago
  90. bf41d5c Merge pull request #203 from alex/fernet by David Reid · 11 years ago
  91. 6bc3af7 Write release automation software. Fixes #375 by Alex Gaynor · 11 years ago
  92. ffa8b4d flake8 by Alex Gaynor · 11 years ago
  93. 50f233e Check to see if a binding is available before trying to install it by Alex Gaynor · 11 years ago
  94. 3450b0e Merge pull request #407 from alex/uptodate-pypy by Paul Kehrer · 11 years ago
  95. 008b7a5 Revert "Revert "Travis now has an up to date pypy"" by Alex Gaynor · 11 years ago
  96. 86b7a8e Merge pull request #404 from reaperhulk/commoncrypto-mark by Donald Stufft · 11 years ago
  97. 02ed961 missing # by Paul Kehrer · 11 years ago
  98. fefe3c2 make the dummy_initializer fail with an actual verify call by Paul Kehrer · 11 years ago
  99. 2dd21fe remove unneeded mark now that is_available is there by Paul Kehrer · 11 years ago
  100. 3ae13fc fix py3 by Paul Kehrer · 11 years ago