Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Github no longer offers Downloads - no need to upload any. | Waylan Limberg | 2013-01-10 | 1 | -62/+0 |
| | |||||
* | Testing framework now runs on Python 2 & 3 unmodified. | Waylan Limberg | 2012-12-14 | 1 | -2/+1 |
| | |||||
* | Upped version to 2.3.dev. | Waylan Limberg | 2012-12-05 | 1 | -1/+1 |
| | | | | | Also refactored the version info to force PEP 386 compliance and to avoid the need to change the version in both the source and setup.py | ||||
* | Upped version to 2.2.1. | Waylan Limberg | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Fixed the fabfile geterate_test(s) commands so they actually import the ↵ | Waylan Limberg | 2011-08-17 | 1 | -2/+6 |
| | | | | testing framework. | ||||
* | Added some fadfile commands to (re)generate tests when they are added or ↵ | Waylan Limberg | 2011-08-04 | 1 | -0/+16 |
| | | | | updated. | ||||
* | Added 'fab clean' command. | Waylan Limberg | 2011-08-03 | 1 | -0/+4 |
| | |||||
* | rename command 'fab do_release' -> 'fad deploy_release' | Waylan Limberg | 2011-08-03 | 1 | -1/+1 |
| | |||||
* | Updated fabfile to automate deploying a release. Includes building a release ↵ | Waylan Limberg | 2011-08-03 | 1 | -2/+81 |
| | | | | distribution, registering it with PyPI and uploading donwloads to PyPI and Github. | ||||
* | Added doctests to fabfile and edited them to pass in all supported versions ↵ | Waylan Limberg | 2011-08-02 | 1 | -0/+1 |
| | | | | of python. Note: one test (meta) is still failing on Python 3 due to unicode strings. | ||||
* | Added fabfile as a script to automate various common mainentance tasks. ↵ | Waylan Limberg | 2011-07-24 | 1 | -0/+68 |
Currently only automates testing (makes 2to3 testing easier). More featurs to come. |