1. a1b98f9 Fix by Alex Gaynor · 12 years ago
  2. c4a5f06 This is a lie by Alex Gaynor · 12 years ago
  3. 1e3f81f All caps by Alex Gaynor · 12 years ago
  4. a4f529e fix spelling errors, move module by Alex Gaynor · 12 years ago
  5. 1c1bad6 Document that IVs should not be reused. by Alex Gaynor · 12 years ago
  6. c651f76 Document how long iv should be by Alex Gaynor · 12 years ago
  7. 48ec9a3 Try to document CBC by Alex Gaynor · 12 years ago
  8. 5ba2dfa Attempt to document AES by Alex Gaynor · 12 years ago
  9. e786943 Crypto is seriously hard by Alex Gaynor · 12 years ago
  10. d96d100 Start stubbing out subheadings by Alex Gaynor · 12 years ago
  11. 0ca7fdb Begin to describe the methods by Alex Gaynor · 12 years ago
  12. f6c47e9 Started trying to document symmetric encryption by Alex Gaynor · 12 years ago
  13. 80cc920 Merge pull request #22 from lvh/fix-lvh-email by Hynek Schlawack · 12 years ago
  14. 9194a6c Fix e-mail by Laurens Van Houtven · 12 years ago
  15. 6c4570d Merge pull request #21 from hynek/rename-c-to-bindings by Alex Gaynor · 12 years ago
  16. 5e7926f Document architecture changes by Hynek Schlawack · 12 years ago
  17. 196515a Refactor into latest design decision by Hynek Schlawack · 12 years ago
  18. 3562d05 Merge pull request #20 from hynek/typo-private-email by Alex Gaynor · 12 years ago
  19. 71c7ac0 Fix typo in docs and use my private e-mail by Hynek Schlawack · 12 years ago
  20. 1e240ea Merge pull request #19 from alex/https-links by Donald Stufft · 12 years ago
  21. ca0752c Use an HTTPS url for our mailing list by Alex Gaynor · 12 years ago
  22. 1c5bd1f Merge pull request #18 from alex/document-docs by Donald Stufft · 12 years ago
  23. 3000df3 Documented that our documentation is online by Alex Gaynor · 12 years ago
  24. f216ce8 Merge pull request #16 from alex/coverage-badge by Donald Stufft · 12 years ago
  25. ecef07d Merge pull request #17 from dstufft/travis-notification by Alex Gaynor · 12 years ago
  26. b8f29fc Notify IRC on travis runs by Donald Stufft · 12 years ago
  27. c0f2855 Added a badge to the README showing coverage by Alex Gaynor · 12 years ago
  28. 5cd68bf Merge pull request #15 from alex/coveralls by Donald Stufft · 12 years ago
  29. 9d00588 Record coverage by Alex Gaynor · 12 years ago
  30. 542805e Merge pull request #14 from alex/AUTHORS by Donald Stufft · 12 years ago
  31. de40b4a Included emails by Alex Gaynor · 12 years ago
  32. d6cb894 Added an AUTHORS file by Alex Gaynor · 12 years ago
  33. e01032d Merge pull request #12 from alex/document-community by Donald Stufft · 12 years ago
  34. ddd90c1 Documented where the community is by Alex Gaynor · 12 years ago
  35. 8a7b256 Merge pull request #11 from alex/more-docs by Donald Stufft · 12 years ago
  36. 9e3c250 Mention the implementaion strategies by Alex Gaynor · 12 years ago
  37. 1abfac7 Start to document the architecture. by Alex Gaynor · 12 years ago
  38. 39ffd90 Merge pull request #1 from alex/initial-repo by Donald Stufft · 12 years ago
  39. a233dcc Ignore egg-info by Alex Gaynor · 12 years ago
  40. 0f66c6d Move all tests to be controlled by tox by Alex Gaynor · 12 years ago
  41. 096b000 Merge pull request #10 from hynek/linkify by Alex Gaynor · 12 years ago
  42. 2ae675d CONTRIBUTING.rst: linkify, improve markup by Hynek Schlawack · 12 years ago
  43. 42e8112 Merge pull request #9 from hynek/add-banner by Alex Gaynor · 12 years ago
  44. f30db51 Pink bikeshed by Hynek Schlawack · 12 years ago
  45. b728636 Add Travis build status by Hynek Schlawack · 12 years ago
  46. 6c7cfeb Test that docs compile clean as well by Alex Gaynor · 12 years ago
  47. b64929b Clean up the docs index by Alex Gaynor · 12 years ago
  48. 3700430 Less code, more tests. by Alex Gaynor · 12 years ago
  49. fc6dc87 Merge pull request #6 from alex/mission-statement by Donald Stufft · 12 years ago
  50. 226b295 Fixed a typo in the setup.py by Alex Gaynor · 12 years ago
  51. 7a6b5cb Fill out the readme a bit more. by Alex Gaynor · 12 years ago
  52. c113c3b Python 3.2 compatibility by Alex Gaynor · 12 years ago
  53. 8dea3bd Removed a forgotten file by Alex Gaynor · 12 years ago
  54. 6b0eb72 Removed most of the C files. We'll add them back as needed. by Alex Gaynor · 12 years ago
  55. d21da67 Pep8 corrections to docs/conf.py by Alex Gaynor · 12 years ago
  56. 22a425f Merge branch 'master' into initial-repo by Alex Gaynor · 12 years ago
  57. cf4cc42 Merge pull request #4 from alex/travis by Laurens Van Houtven · 12 years ago
  58. 02f819d Added a travis config file by Alex Gaynor · 12 years ago
  59. ad8b354 Removed some commented out entries by Alex Gaynor · 12 years ago
  60. 0607b90 Added an empty __init__ by Alex Gaynor · 12 years ago
  61. e4eb5a2 Merge pull request #2 from lvh/contributing by Alex Gaynor · 12 years ago
  62. 380a369 Change CONTRIBUTING to ReST, use better docstring syntax by Laurens Van Houtven · 12 years ago
  63. 86d5db8 Mention mandatory code review policy by Laurens Van Houtven · 12 years ago
  64. e6daf14 Simple CONTRIBUTING file, refs PEPs 8, 257 by Laurens Van Houtven · 12 years ago
  65. bfc06bc Added license headers by Alex Gaynor · 12 years ago
  66. c62e91f Initial commit. Migrates over basic project files, and the OpenSSL bindings by Alex Gaynor · 12 years ago
  67. 8d7fb75 Initial readme. by Alex Gaynor · 12 years ago