Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #809 -- switch back to always using UnsupportedAlgorithm | Alex Gaynor | 2014-03-27 | 1 | -2/+3 |
| | |||||
* | Standardise on sentence case for titles | Alex Stapleton | 2014-03-18 | 1 | -2/+2 |
| | |||||
* | Added backend check to hash primitives | Ayrx | 2014-03-16 | 1 | -0/+4 |
| | |||||
* | Update HMAC and Digest docs. | Alex Stapleton | 2014-03-10 | 1 | -24/+24 |
| | |||||
* | Convert stuff | Alex Gaynor | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | s/which/that/ | Alex Stapleton | 2014-02-08 | 1 | -1/+1 |
| | | | | | Which is usually for descriptive clauses in technical writing, while that is restrictive. Most of the time we are being being restrictive. | ||||
* | Raise UnsupportedAlgorithm when initing Hash() | Alex Stapleton | 2013-12-21 | 1 | -0/+3 |
| | | | | Instead of just an AssertionError. | ||||
* | Renamed bindings to backends | Alex Gaynor | 2013-12-13 | 1 | -2/+2 |
| | |||||
* | Document all the parameters including cross references to specific providers ↵ | David Reid | 2013-11-20 | 1 | -0/+10 |
| | | | | where appropriate. | ||||
* | Use backend as keyword argument everywhere. | David Reid | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Fix doctests. | David Reid | 2013-11-20 | 1 | -0/+1 |
| | |||||
* | Add a default_backend and start updating docs. | David Reid | 2013-11-20 | 1 | -3/+3 |
| | |||||
* | Here too | Alex Gaynor | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | Merge pull request #253 from dreid/hash-raise-after-finalize | Alex Gaynor | 2013-11-13 | 1 | -2/+11 |
|\ | | | | | raise an exception if you try to use a HashContext after finalize is called. | ||||
| * | Document AlreadyFinalized. | David Reid | 2013-11-13 | 1 | -2/+11 |
| | | |||||
* | | Describe that hashes get real broken over time | Alex Gaynor | 2013-11-13 | 1 | -0/+9 |
|/ | |||||
* | Be more and more explicit about how to do things correctly | Alex Gaynor | 2013-11-08 | 1 | -3/+4 |
| | |||||
* | fixed rendering | Alex Gaynor | 2013-11-01 | 1 | -0/+1 |
| | |||||
* | Improve Hash documentation. | David Reid | 2013-11-01 | 1 | -3/+12 |
| | |||||
* | Update documentation | David Reid | 2013-10-31 | 1 | -8/+5 |
| | |||||
* | Made a sphinx extension which emits the hazardous materials danger admonition | Alex Gaynor | 2013-10-29 | 1 | -6/+1 |
| | |||||
* | 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 | 1 | -3/+3 |
| | |||||
* | Warn about dragons and dinosaurs with laser guns | Donald Stufft | 2013-10-28 | 1 | -0/+7 |
| | |||||
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 1 | -0/+92 |