summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Don't use the deprecated assertEqualsJean-Paul Calderone2014-01-111-1/+1
| | |
| | * bytes for filenames elsewhere, too.Jean-Paul Calderone2014-01-111-2/+2
| | |
| | * The maximum of Py_ssize_t is the more relevant value here. Plus there is no ↵Jean-Paul Calderone2014-01-111-1/+1
| | | | | | | | | | | | maxint on Python 3.
| | * Enforce byte strings, not native strings.Jean-Paul Calderone2014-01-111-2/+2
| | |
| | * Try making mktemp always return bytes.Jean-Paul Calderone2014-01-111-1/+1
| | |
| | * Avoid using `long` if it does not exist.Jean-Paul Calderone2014-01-111-1/+7
| |/
| * Merge pull request #5 from pyca/pypy-fixesJean-Paul Calderone2014-01-112-2/+25
| |\ | | | | | | | | | | | | Some changes to make the test suite green on PyPy This adds some missing initialization that is actually necessary to work on PyPy (whereas it is only necessary to work on CPython sometimes). It also adjusts some garbage collector interactions in one test to satisfy PyPy's somewhat different garbage collection requirements.
| | * Add a second `collect()` call which hopefully will make the test pass on PyPy.Jean-Paul Calderone2014-01-111-0/+6
| | |
| | * Maybe locals() works differently on PyPy, dunno, not going to investigate, ↵Jean-Paul Calderone2014-01-111-2/+1
| | | | | | | | | | | | just spell this differently.
| | * Try adding some more debug information to the last test that fails on PyPy ↵Jean-Paul Calderone2014-01-111-2/+9
| | | | | | | | | | | | to see what travis-ci tells us.
| | * Add OpenSSL_add_all_algorithms.Jean-Paul Calderone2014-01-111-0/+9
| | |
| | * Try "adding" the algorithms or whatever.Jean-Paul Calderone2014-01-111-0/+2
| |/
| * Merge pull request #4 from pyca/toxJean-Paul Calderone2014-01-115-7/+34
| |\ | | | | | | Add tox and travis-ci configuration to aid proper testing.
| | * Switch to using the now-working `setup.py test´.Jean-Paul Calderone2014-01-111-11/+2
| | |
| | * "setup.py test" will install dependencies and unittest2 is no longer necessaryJean-Paul Calderone2014-01-111-4/+0
| | |
| | * Try using setuptools to help run the tests.Jean-Paul Calderone2014-01-112-2/+3
| | |
| | * That seemed to work. Presumably not on Python 3 though, let's see...Jean-Paul Calderone2014-01-111-0/+2
| | |
| | * Nope! How about this?Jean-Paul Calderone2014-01-111-1/+1
| | |
| | * Perhaps this usage is Python 2.6 compatibleJean-Paul Calderone2014-01-111-1/+1
| | |
| | * Prior results suggest these should work, at least. Also be verbose about ↵Jean-Paul Calderone2014-01-111-4/+5
| | | | | | | | | | | | installing so we can see what is happening in the logs.
| | * Maybe this will trigger some dependency fetchingJean-Paul Calderone2014-01-111-0/+1
| | |
| | * perhaps not tox after allJean-Paul Calderone2014-01-111-13/+2
| | |
| | * Try to get tox into the build environment.Jean-Paul Calderone2014-01-101-4/+12
| | |
| | * Try to configure builds on travis-ci.Jean-Paul Calderone2014-01-101-0/+18
| | |
| | * Some explanations and a safety harness for PYTHONPATH craziness.Jean-Paul Calderone2014-01-101-0/+8
| | |
| | * Declare zope.interface dep as wellJean-Paul Calderone2014-01-101-1/+3
| | |
| | * Try defining a useful tox configuration for testing on travisJean-Paul Calderone2014-01-101-0/+9
| | |
| | * Use setuptools and declare the cryptography dependencyJean-Paul Calderone2014-01-101-1/+2
| | |
| | * Python 3 syntax compatibilityJean-Paul Calderone2014-01-101-3/+3
| | |
| | * Obey the Python 3 exception variable handling rulesJean-Paul Calderone2014-01-101-2/+2
| |/
* | First release screwup: cryptography does not support Python 2.4 or Python ↵Jean-Paul Calderone2014-01-091-2/+1
| | | | | | | | 2.5 so we do not either.
* | Hmm maybe start off with a non-final version.v0.14a1Jean-Paul Calderone2014-01-093-4/+4
| |
* | version bumpJean-Paul Calderone2014-01-093-4/+4
|/
* Merge pull request #1 from pyca/github-changesJean-Paul Calderone2014-01-092-4/+1
|\ | | | | Github changes
| * Reflect the new location here as wellJean-Paul Calderone2014-01-091-1/+1
| |
| * Nope, do not report bugs there.Jean-Paul Calderone2014-01-091-3/+0
|/
* Port to cryptography.Jean-Paul Calderone2014-01-0952-11052/+4541
|\
| * this __builtin__ thing is not Python 3 compatible, apparentlyJean-Paul Calderone2014-01-091-4/+4
| |
| * This is another one that is missing on OSXJean-Paul Calderone2014-01-081-1/+4
| |
| * adjust to reflect the cryptography api changeJean-Paul Calderone2014-01-081-3/+4
| |
| * Make some optional things optional by mirroring their absenseJean-Paul Calderone2014-01-081-2/+8
| |
| * fix some renaming errors from a while agoJean-Paul Calderone2014-01-011-2/+2
| |
| * changing the name back does not reintroduce the problem, how funJean-Paul Calderone2014-01-011-4/+4
| |
| * try adding some thread initialization logicJean-Paul Calderone2014-01-011-0/+30
| | | | | | | | | | | | this includes a real version and a cheater version. it may be necessary to use the cheater version as the _ssl module in the stdlib is just going to trample whatever we try to do anyway.
| * randomly guess that the names of these functions is causing problems and ↵Jean-Paul Calderone2014-01-011-4/+4
| | | | | | | | give them less scary names
| * This documentation is much simpler now.Jean-Paul Calderone2014-01-011-125/+12
| |
| * There are no longer any .h files.Jean-Paul Calderone2014-01-011-1/+0
| |
| * also no longer usedJean-Paul Calderone2013-12-311-55/+0
| |
| * Update distutils glue to reflect the extensive changesJean-Paul Calderone2013-12-311-188/+11
| |
| * These are no longer usedJean-Paul Calderone2013-12-313-326/+0
| |