Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made a sphinx extension which emits the hazardous materials danger admonition | Alex Gaynor | 2013-10-29 | 7 | -41/+7 |
| | |||||
* | Merge pull request #194 from alex/current-module-hmac | David Reid | 2013-10-29 | 1 | -1/+3 |
|\ | | | | | Use current module in the hmac docs, for consistency | ||||
| * | Use current module in the hmac docs, for consistency | Alex Gaynor | 2013-10-29 | 1 | -1/+3 |
| | | |||||
* | | Clean up var naming | Alex Gaynor | 2013-10-29 | 1 | -2/+1 |
| | | |||||
* | | Remove removed methods from docs | Alex Gaynor | 2013-10-29 | 1 | -10/+0 |
| | | |||||
* | | Removed helper | Alex Gaynor | 2013-10-29 | 1 | -1/+4 |
| | | |||||
* | | typo | Alex Gaynor | 2013-10-29 | 1 | -1/+1 |
| | | |||||
* | | More docs | Alex Gaynor | 2013-10-29 | 2 | -9/+41 |
| | | |||||
* | | Start of docs | Alex Gaynor | 2013-10-29 | 2 | -0/+45 |
|/ | |||||
* | update hmac docs | Paul Kehrer | 2013-10-29 | 1 | -4/+5 |
| | |||||
* | fix indentation error and wrapping in docs | Paul Kehrer | 2013-10-28 | 1 | -3/+4 |
| | |||||
* | fix hmac docs to point to new hazmat location | Paul Kehrer | 2013-10-28 | 1 | -2/+2 |
| | |||||
* | change type of exception raised, fix docs typo | Paul Kehrer | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | make hmac (mostly) compatible with stdlib hmac | Paul Kehrer | 2013-10-28 | 1 | -5/+5 |
| | |||||
* | clean up loader and make docs default to hmac sha256 | Paul Kehrer | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | HMAC support | Paul Kehrer | 2013-10-28 | 2 | -0/+51 |
| | | | | | | Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py | ||||
* | example of how to use hashes | Alex Gaynor | 2013-10-28 | 1 | -3/+12 |
| | |||||
* | Move the danger to the very top of the file | Donald Stufft | 2013-10-28 | 5 | -15/+15 |
| | |||||
* | Warn about dragons and dinosaurs with laser guns | Donald Stufft | 2013-10-28 | 5 | -4/+32 |
| | |||||
* | Move the bindings into the hazmat module | Donald Stufft | 2013-10-28 | 2 | -0/+37 |
| | |||||
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 3 | -0/+287 |