Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed anchor for URL (#4670) | Alex Gaynor | 2019-01-01 | 1 | -1/+1 |
| | |||||
* | switch to py3 on docs job (#4230) | Paul Kehrer | 2018-05-12 | 1 | -8/+8 |
| | | | | | | * switch to py3 on docs job * somehow unicode isn't a word | ||||
* | let's talk about bits baby (#3956) | Paul Kehrer | 2017-10-11 | 1 | -4/+4 |
| | |||||
* | reorder the primitives list and improve a few titles (#3640) | Paul Kehrer | 2017-05-29 | 1 | -2/+2 |
| | |||||
* | Raise padding block_size limit to what is allowed by the specs. (#3108) | Terry Chia | 2016-11-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | * Raize padding block_size limit to what is allowed by the specs. * Add tests for raising padding limits. * Amend C code for padding check to use uint16_t instead of uint8_t. * Fix test to work in Python 3. * Fix typo. * Fix another typo. * Fix return type of the padding checks. * Change hypothesis test on padding. * Update comment. | ||||
* | Fix docs to clarify the less than 256 limit for Padding(). (#3099) | Terry Chia | 2016-08-24 | 1 | -2/+2 |
| | | | | | | * Fix docs to clarify the less than 256 limit. * Add "inclusive". | ||||
* | Remove provider language from docs (#3072) | Gabriel Orisaka | 2016-07-31 | 1 | -4/+4 |
| | |||||
* | Add version in the doc | Cédric Krier | 2016-03-15 | 1 | -0/+2 |
| | |||||
* | Add wikipedia link to ANSI X.923 | Cédric Krier | 2016-02-27 | 1 | -4/+6 |
| | |||||
* | Added support for padding ANSI X.923 | Cédric Krier | 2016-02-27 | 1 | -0/+41 |
| | |||||
* | fix docs links | Paul Kehrer | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | move padding | Paul Kehrer | 2015-02-13 | 1 | -4/+2 |
| | |||||
* | Simplified exception message | Ayrx | 2014-05-17 | 1 | -3/+1 |
| | |||||
* | Fixed TypeError and added documentation | Ayrx | 2014-05-17 | 1 | -0/+3 |
| | |||||
* | document exceptions for padding | Paul Kehrer | 2014-04-27 | 1 | -0/+4 |
| | |||||
* | Merge pull request #972 from public/padding-docs | Paul Kehrer | 2014-04-26 | 1 | -0/+9 |
|\ | | | | | Use AlreadyFinalized instead of ValueError | ||||
| * | Update padding docs | Alex Stapleton | 2014-04-26 | 1 | -0/+9 |
| | | |||||
* | | Fix some typos. | Alex Gaynor | 2014-04-25 | 1 | -1/+1 |
|/ | | | | Found with https://github.com/intgr/topy/ | ||||
* | Don't throw away the result of finalize either. | David Reid | 2014-02-12 | 1 | -1/+2 |
| | |||||
* | Don't throw away the result of padder.update because it confuses users. | David Reid | 2014-02-12 | 1 | -8/+9 |
| | |||||
* | Rephrase for additional clairyt | Alex Gaynor | 2014-02-06 | 1 | -5/+5 |
| | |||||
* | Update padding.rst | Jay Parlar | 2014-02-06 | 1 | -1/+1 |
| | | | Small typo fix | ||||
* | Change teh exception | Alex Gaynor | 2013-11-22 | 1 | -1/+7 |
| | |||||
* | Made a sphinx extension which emits the hazardous materials danger admonition | Alex Gaynor | 2013-10-29 | 1 | -6/+1 |
| | |||||
* | 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 | 1 | -1/+34 |
| | |||||
* | Start of docs | Alex Gaynor | 2013-10-29 | 1 | -0/+44 |