| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move package into src | Hynek Schlawack | 2015-10-17 | 1 | -174/+0 |
| | | | | | Prevents accidental imports when running tests. | ||||
| * | Start whacking at newline counts for flake8 | Alex Gaynor | 2015-09-05 | 1 | -7/+0 |
| | | |||||
| * | a random set of flake8 and typo fixes | Alex Gaynor | 2015-09-04 | 1 | -0/+1 |
| | | |||||
| * | Add some missing type documentation and remove an unused import. | Jean-Paul Calderone | 2015-04-13 | 1 | -4/+6 |
| | | |||||
| * | Introduce an encoding helper and exercise it with some non-ascii paths in ↵ | Jean-Paul Calderone | 2015-04-11 | 1 | -6/+4 |
| | | | | | | | the rand module tests. Does it make sense? I dunno. | ||||
| * | Shorten str type checks | Sam Whited | 2015-01-06 | 1 | -2/+2 |
| | | |||||
| * | Fix issue with string type check in python3 | Sam Whited | 2015-01-05 | 1 | -2/+2 |
| | | |||||
| * | Lots of Python 3.2 porting work | Jean-Paul Calderone | 2014-01-11 | 1 | -6/+2 |
| | | |||||
| * | bytes for filenames elsewhere, too. | Jean-Paul Calderone | 2014-01-11 | 1 | -2/+2 |
| | | |||||
| * | Enforce byte strings, not native strings. | Jean-Paul Calderone | 2014-01-11 | 1 | -2/+2 |
| | | |||||
| * | Avoid using `long` if it does not exist. | Jean-Paul Calderone | 2014-01-11 | 1 | -1/+7 |
| | | |||||
| * | this __builtin__ thing is not Python 3 compatible, apparently | Jean-Paul Calderone | 2014-01-09 | 1 | -4/+4 |
| | | |||||
| * | Make this test more 32 bit friendly: allocate the most memory that fits into ↵ | Jean-Paul Calderone | 2013-12-31 | 1 | -1/+1 |
| | | | | | | | | a native integer. This will avoid triggering an OverflowError on 32 bit platforms but still be more memory than can ever actually be allocated. Also fix the implementation to accept Python longs as well as Python ints. | ||||
| * | add some missing docstrings | Jean-Paul Calderone | 2013-12-29 | 1 | -1/+3 |
| | | |||||
| * | Put some shared code into a shared module and start using it from all three ↵ | Jean-Paul Calderone | 2013-12-29 | 1 | -5/+12 |
| | | | | | | | | of the main implementation modules. Also add a test for the MemoryError behavior of OpenSSL.rand.bytes. Also make the other error handling behavior of that function probably correct maybe. At least, give it a better comment about why it is untested. | ||||
| * | Switch from opentls to cryptography | Jean-Paul Calderone | 2013-12-28 | 1 | -14/+16 |
| | | |||||
| * | Re-implement OpenSSL.rand in Python using opentls. | Jean-Paul Calderone | 2013-02-09 | 1 | -0/+167 |
