1. ff1e64f drop setup.py test again by Christian Heimes · 11 years ago
  2. e2a82ea Merge remote-tracking branch 'upstream/master' by Christian Heimes · 11 years ago
  3. f0091d0 Merge pull request #38 from alex/why-cryptography by Hynek Schlawack · 11 years ago
  4. f0d139a Another issue we're targetting by Alex Gaynor · 11 years ago
  5. 0797276 Merge remote-tracking branch 'upstream/master' by Christian Heimes · 11 years ago
  6. d6bef56 English grammar by Alex Gaynor · 11 years ago
  7. b55f926 use py.test for testing by Christian Heimes · 11 years ago
  8. dc22603 Merge branch 'master' into why-cryptography by Alex Gaynor · 11 years ago
  9. 32d136e Merge pull request #39 from alex/link-docs by Hynek Schlawack · 11 years ago
  10. 4373d7a Added another item from hynek by Alex Gaynor · 11 years ago
  11. aa66554 Document that we want AES-GCM by Alex Gaynor · 11 years ago
  12. 3e989d6 Dropped a word by Alex Gaynor · 11 years ago
  13. 711b014 Link the docs in the readme by Alex Gaynor · 11 years ago
  14. ec4ba73 Better gramar by Alex Gaynor · 11 years ago
  15. 3538fdb Make this a heading by Alex Gaynor · 11 years ago
  16. 9f3468d Better describe why this library exists. Refs #5 by Alex Gaynor · 11 years ago
  17. 7ad6a1d Merge pull request #35 from hynek/add-new-file-requirements-to-contributing by Donald Stufft · 11 years ago
  18. 43f6873 Add requirements for code files to CONTRIBUTING by Hynek Schlawack · 11 years ago
  19. f83ed1d add classifiers, url, description and nose integration for python setup.py test by Christian Heimes · 11 years ago
  20. ccc5062 Merge pull request #34 from alex/excise-padding by Hynek Schlawack · 11 years ago
  21. acc787a Fixed example by Alex Gaynor · 11 years ago
  22. 9464859 Merge pull request #33 from alex/api-val by Donald Stufft · 11 years ago
  23. 641a3a0 Fully excised padding from the docs by Alex Gaynor · 11 years ago
  24. a2871c7 Make api poitn to the right object by Alex Gaynor · 11 years ago
  25. 2416c01 Merge pull request #32 from alex/bytes-for-nist-vectors by Donald Stufft · 11 years ago
  26. f312a5c Made the load NIST vectors test utility use bytes correctly by Alex Gaynor · 11 years ago
  27. 34c7a91 Merge pull request #30 from dstufft/simplify-api by Alex Gaynor · 11 years ago
  28. 2a250e6 Merge pull request #31 from dstufft/add-nist-vector-files by Hynek Schlawack · 11 years ago
  29. aaab9f8 Add the NIST AES vectors by Donald Stufft · 11 years ago
  30. a02d4ed Removing padding from the encryption API by Donald Stufft · 11 years ago
  31. 80bb237 Merge pull request #29 from dstufft/nist-vector-file-utilities by Alex Gaynor · 11 years ago
  32. 9e1a48b Add a test utility functions to read & process NIST vector files by Donald Stufft · 11 years ago
  33. 4bc4519 Merge pull request #26 from alex/symmetric-encryption-docs by Donald Stufft · 11 years ago
  34. b12f76e Typo fix by Alex Gaynor · 11 years ago
  35. 82b7972 Merge pull request #27 from exarkun/spelling-counts-gentlemen by Donald Stufft · 11 years ago
  36. 97c6ace There *is* a p in `cryptography` but it has a specific position in the word. by Jean-Paul Calderone · 11 years ago
  37. 51758ff A padding example by Alex Gaynor · 11 years ago
  38. c2ae2be This is where padding goes by Alex Gaynor · 11 years ago
  39. 09515f0 Descriptive text by Alex Gaynor · 11 years ago
  40. e62aa40 Describe the methods more explicitly by Alex Gaynor · 11 years ago
  41. 65678d0 Document this as a class by Alex Gaynor · 11 years ago
  42. 6badd9b New language by Alex Gaynor · 11 years ago
  43. 2dc2b86 more accurate by Alex Gaynor · 11 years ago
  44. 4dd1c27 Move the modules around by Alex Gaynor · 11 years ago
  45. a1b98f9 Fix by Alex Gaynor · 11 years ago
  46. c4a5f06 This is a lie by Alex Gaynor · 11 years ago
  47. 1e3f81f All caps by Alex Gaynor · 11 years ago
  48. a4f529e fix spelling errors, move module by Alex Gaynor · 11 years ago
  49. 1c1bad6 Document that IVs should not be reused. by Alex Gaynor · 11 years ago
  50. c651f76 Document how long iv should be by Alex Gaynor · 11 years ago
  51. 48ec9a3 Try to document CBC by Alex Gaynor · 11 years ago
  52. 5ba2dfa Attempt to document AES by Alex Gaynor · 11 years ago
  53. e786943 Crypto is seriously hard by Alex Gaynor · 11 years ago
  54. d96d100 Start stubbing out subheadings by Alex Gaynor · 11 years ago
  55. 0ca7fdb Begin to describe the methods by Alex Gaynor · 11 years ago
  56. f6c47e9 Started trying to document symmetric encryption by Alex Gaynor · 11 years ago
  57. 80cc920 Merge pull request #22 from lvh/fix-lvh-email by Hynek Schlawack · 11 years ago
  58. 9194a6c Fix e-mail by Laurens Van Houtven · 11 years ago
  59. 6c4570d Merge pull request #21 from hynek/rename-c-to-bindings by Alex Gaynor · 11 years ago
  60. 5e7926f Document architecture changes by Hynek Schlawack · 11 years ago
  61. 196515a Refactor into latest design decision by Hynek Schlawack · 11 years ago
  62. 3562d05 Merge pull request #20 from hynek/typo-private-email by Alex Gaynor · 11 years ago
  63. 71c7ac0 Fix typo in docs and use my private e-mail by Hynek Schlawack · 11 years ago
  64. 1e240ea Merge pull request #19 from alex/https-links by Donald Stufft · 11 years ago
  65. ca0752c Use an HTTPS url for our mailing list by Alex Gaynor · 11 years ago
  66. 1c5bd1f Merge pull request #18 from alex/document-docs by Donald Stufft · 11 years ago
  67. 3000df3 Documented that our documentation is online by Alex Gaynor · 11 years ago
  68. f216ce8 Merge pull request #16 from alex/coverage-badge by Donald Stufft · 11 years ago
  69. ecef07d Merge pull request #17 from dstufft/travis-notification by Alex Gaynor · 11 years ago
  70. b8f29fc Notify IRC on travis runs by Donald Stufft · 11 years ago
  71. c0f2855 Added a badge to the README showing coverage by Alex Gaynor · 11 years ago
  72. 5cd68bf Merge pull request #15 from alex/coveralls by Donald Stufft · 11 years ago
  73. 9d00588 Record coverage by Alex Gaynor · 11 years ago
  74. 542805e Merge pull request #14 from alex/AUTHORS by Donald Stufft · 11 years ago
  75. de40b4a Included emails by Alex Gaynor · 11 years ago
  76. d6cb894 Added an AUTHORS file by Alex Gaynor · 11 years ago
  77. e01032d Merge pull request #12 from alex/document-community by Donald Stufft · 11 years ago
  78. ddd90c1 Documented where the community is by Alex Gaynor · 11 years ago
  79. 8a7b256 Merge pull request #11 from alex/more-docs by Donald Stufft · 11 years ago
  80. 9e3c250 Mention the implementaion strategies by Alex Gaynor · 11 years ago
  81. 1abfac7 Start to document the architecture. by Alex Gaynor · 11 years ago
  82. 39ffd90 Merge pull request #1 from alex/initial-repo by Donald Stufft · 11 years ago
  83. a233dcc Ignore egg-info by Alex Gaynor · 11 years ago
  84. 0f66c6d Move all tests to be controlled by tox by Alex Gaynor · 11 years ago
  85. 096b000 Merge pull request #10 from hynek/linkify by Alex Gaynor · 11 years ago
  86. 2ae675d CONTRIBUTING.rst: linkify, improve markup by Hynek Schlawack · 11 years ago
  87. 42e8112 Merge pull request #9 from hynek/add-banner by Alex Gaynor · 11 years ago
  88. f30db51 Pink bikeshed by Hynek Schlawack · 11 years ago
  89. b728636 Add Travis build status by Hynek Schlawack · 11 years ago
  90. 6c7cfeb Test that docs compile clean as well by Alex Gaynor · 11 years ago
  91. b64929b Clean up the docs index by Alex Gaynor · 11 years ago
  92. 3700430 Less code, more tests. by Alex Gaynor · 11 years ago
  93. fc6dc87 Merge pull request #6 from alex/mission-statement by Donald Stufft · 11 years ago
  94. 226b295 Fixed a typo in the setup.py by Alex Gaynor · 11 years ago
  95. 7a6b5cb Fill out the readme a bit more. by Alex Gaynor · 11 years ago
  96. c113c3b Python 3.2 compatibility by Alex Gaynor · 11 years ago
  97. 8dea3bd Removed a forgotten file by Alex Gaynor · 11 years ago
  98. 6b0eb72 Removed most of the C files. We'll add them back as needed. by Alex Gaynor · 11 years ago
  99. d21da67 Pep8 corrections to docs/conf.py by Alex Gaynor · 11 years ago
  100. 22a425f Merge branch 'master' into initial-repo by Alex Gaynor · 11 years ago