summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to alpha 20.14a2Jean-Paul Calderone2014-01-113-4/+4
* Merge remote-tracking branch 'pyca/master' into release-0.14Jean-Paul Calderone2014-01-1113-156/+261
|\
| * Merge pull request #6 from pyca/python3-fixesJean-Paul Calderone2014-01-1110-149/+204
| |\
| | * UTF-9 is sort of a thing but not a thing we're concerned with here.Jean-Paul Calderone2014-01-111-1/+1
| | * Lots of Python 3.2 porting workJean-Paul Calderone2014-01-119-138/+196
| | * Drop ancient Python 2.3 support which used deprecated unittest apis.Jean-Paul Calderone2014-01-111-9/+0
| | * 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
| | * 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
| |\
| | * 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, ju...Jean-Paul Calderone2014-01-111-2/+1
| | * Try adding some more debug information to the last test that fails on PyPy to...Jean-Paul Calderone2014-01-111-2/+9
| | * 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
| |\
| | * 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 ins...Jean-Paul Calderone2014-01-111-4/+5
| | * 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 2.5...Jean-Paul Calderone2014-01-091-2/+1
* | 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
|\
| * 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