Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix .gitignore. | Terry Chia | 2015-09-26 | 1 | -1/+1 |
| | |||||
* | Add plumbing for hypothesis. | Terry Chia | 2015-09-26 | 1 | -0/+1 |
| | |||||
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | Hide the eggs! | Alex Gaynor | 2014-12-18 | 1 | -0/+1 |
| | |||||
* | update ignores for new project structure | Paul Kehrer | 2014-11-17 | 1 | -2/+1 |
| | |||||
* | update gitignore to ignore the new so name structure | Paul Kehrer | 2014-03-24 | 1 | -0/+1 |
| | |||||
* | Ignore build/ folder and _cffi__*'s | Matthew Iversen | 2014-02-27 | 1 | -4/+6 |
| | | | | | Former can come from python setup.py bdist_wheel Latter can come from python setup.py develop | ||||
* | Ignore all eggs | Kyle Kelley | 2014-01-08 | 1 | -4/+1 |
| | |||||
* | Ignore six eggs, not a full dozen | Kyle Kelley | 2014-01-08 | 1 | -0/+1 |
| | |||||
* | These eggs are sometimes files. We still don't care. | Alex Gaynor | 2014-01-07 | 1 | -3/+3 |
| | |||||
* | Added .cache/ to the gitignore, it shows up if you have pytest-cache installed | Alex Gaynor | 2013-11-13 | 1 | -0/+1 |
| | |||||
* | Ignore the htmlcov dir | Alex Gaynor | 2013-10-16 | 1 | -0/+1 |
| | |||||
* | Ignore the dist directory | Donald Stufft | 2013-08-11 | 1 | -0/+1 |
| | |||||
* | use py.test for testing | Christian Heimes | 2013-08-11 | 1 | -0/+3 |
| | | | | | | correct cffi dependency to setup_requires ignore cffi, pycparser and pytest egg directories add myself to AUTHORS.rst | ||||
* | Record coverage | Alex Gaynor | 2013-08-07 | 1 | -0/+1 |
| | |||||
* | Ignore egg-info | Alex Gaynor | 2013-08-07 | 1 | -0/+1 |
| | |||||
* | Move all tests to be controlled by tox | Alex Gaynor | 2013-08-07 | 1 | -0/+1 |
| | |||||
* | Initial commit. Migrates over basic project files, and the OpenSSL bindings | Alex Gaynor | 2013-08-06 | 1 | -0/+3 |
from OpenTLS. |