summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* - move towards sqlalchemy test base. autogenerate tests so farMike Bayer2014-09-131-0/+1
|
* - add a tox.ini fileMike Bayer2014-09-091-1/+1
| | | | - update the readme.unittests a bit
* .gitignore: .egg-info => *.egg-infoMarc Abramowitz2014-05-191-1/+1
|
* - fix up the "build" pathsMike Bayer2014-01-191-2/+2
|
* - The :class:`.ScriptDirectory` system that loads migration filesMike Bayer2013-12-311-0/+1
| | | | | | | | | | | | | from a ``versions/`` directory now supports so-called "sourceless" operation, where the ``.py`` files are not present and instead ``.pyc`` or ``.pyo`` files are directly present where the ``.py`` files should be. Note that while Python 3.3 has a new system of locating ``.pyc``/``.pyo`` files within a directory called ``__pycache__`` (e.g. PEP-3147), PEP-3147 maintains support for the "source-less imports" use case, where the ``.pyc``/``.pyo`` are in present in the "old" location, e.g. next to the ``.py`` file; this is the usage that's supported even when running Python3.3. #163
* - update dot files for gitMike Bayer2013-05-151-0/+10