aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1443 from Ayrx/refactor-install-scriptPaul Kehrer2014-10-301-42/+31
|\
| * Possible logic error.Terry Chia2014-10-301-1/+1
| * I fail at indentation.Terry Chia2014-10-291-56/+56
| * Make indentation use space instead of tabs.Terry Chia2014-10-281-60/+60
| * Fix indent.Terry Chia2014-10-281-1/+1
| * Add -y flags.Terry Chia2014-10-281-5/+5
| * Sooo much typos.Terry Chia2014-10-281-1/+1
| * I hate bash.Terry Chia2014-10-281-0/+1
| * Add missing fi.Terry Chia2014-10-281-0/+2
| * Fix missing ;;Terry Chia2014-10-281-0/+1
| * Refactor .travis/install.sh.Terry Chia2014-10-281-91/+76
* | Merge pull request #1452 from alex/use-relative-importsPaul Kehrer2014-10-291-1/+1
|\ \
| * | Use explicit relative imports, don't refer to the tests packageAlex Gaynor2014-10-291-1/+1
|/ /
* | Merge pull request #1450 from viraptor/add_pkey_cmpAlex Gaynor2014-10-281-0/+2
|\ \ | |/ |/|
| * Removed argument names per reviewStanisław Pitucha2014-10-281-1/+1
| * Add pkey comparison function to bindingsStanisław Pitucha2014-10-281-0/+2
* | Merge pull request #1448 from alex/fakes-need-attributes-tooPaul Kehrer2014-10-287-1/+12
|\ \ | |/ |/|
| * Undo change that's unrelatedo this branchAlex Gaynor2014-10-271-1/+1
| * Added attributes that are part of hte interface to several test fakesAlex Gaynor2014-10-278-2/+13
|/
* Merge pull request #1446 from reaperhulk/fix-coverageAlex Gaynor2014-10-261-10/+5
|\
| * fix coverage for backend parametrizationPaul Kehrer2014-10-251-10/+5
|/
* Merge pull request #1444 from alex/attributes-as-propertiesPaul Kehrer2014-10-258-16/+39
|\
| * Expose all attributes via properties so they can be statically introspectedAlex Gaynor2014-10-258-16/+39
* | Merge pull request #1437 from reaperhulk/conftest-changesAlex Gaynor2014-10-253-16/+37
|\ \ | |/ |/|
| * move skip_if_empty to separate function for test coveragePaul Kehrer2014-10-253-12/+23
| * add comment explaining some weirdnessPaul Kehrer2014-10-241-0/+2
| * reorganize try block for test generationPaul Kehrer2014-10-241-3/+4
| * filter backends during initial generation to elide tests entirelyPaul Kehrer2014-10-242-14/+21
* | Merge pull request #1438 from alex/multifernet-testsPaul Kehrer2014-10-251-1/+4
|\ \
| * | Fixed #1436 -- mark the multifernet tests as requiring the backends they needAlex Gaynor2014-10-241-1/+4
| |/
* | Merge pull request #1441 from alex/refactor-cffi-compilationPaul Kehrer2014-10-256-41/+43
|\ \
| * | Also switch to the explicit verifier construction approach, so the diff for d...Alex Gaynor2014-10-241-5/+9
| * | Update test for new APIAlex Gaynor2014-10-241-3/+3
| * | Refactor our creation of CFFI FFI and libraries slightly.Alex Gaynor2014-10-245-37/+35
| |/
* | Merge pull request #1435 from alex/bump-py3k-versionsPaul Kehrer2014-10-241-6/+12
|\ \ | |/ |/|
| * make sure pyenv is up to dateAlex Gaynor2014-10-241-0/+6
| * bump the point releases we test againstAlex Gaynor2014-10-231-6/+6
* | Merge pull request #1434 from alex/requires-backend-interfacePaul Kehrer2014-10-2429-154/+140
|\ \
| * | public API onlyAlex Gaynor2014-10-231-1/+1
| * | flatten lineAlex Gaynor2014-10-231-4/+1
| * | Fix to handle multiple instances of @pytest.mark_requires_backend_interfaceAlex Gaynor2014-10-231-6/+9
| * | Change how we represented that a test requires a backend.Alex Gaynor2014-10-2329-154/+140
| |/
* | Merge pull request #1433 from alex/match-interface-namesPaul Kehrer2014-10-234-23/+23
|\ \ | |/ |/|
| * Changed methods on interface providers to have argument names match the inter...Alex Gaynor2014-10-234-23/+23
|/
* Merge pull request #1431 from alex/fix-typosPaul Kehrer2014-10-231-4/+4
|\
| * Fixed a few typosAlex Gaynor2014-10-221-4/+4
* | Merge pull request #1430 from alex/its-a-macPaul Kehrer2014-10-232-0/+2
|\ \
| * | Fixed #1429 -- mark these classes as implementing the MACContext interfaceAlex Gaynor2014-10-222-0/+2
| |/
* | Merge pull request #1428 from alex/shorten-ecPaul Kehrer2014-10-231-105/+30
|\ \
| * | Simplify the implementation of the EC curve keysAlex Gaynor2014-10-221-105/+30
| |/