Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+6 |
| | |||||
* | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -8/+8 |
| | |||||
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -9/+9 |
| | | | | - went through examples/ and cleaned out excess list() calls | ||||
* | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -2/+1 |
| | | | | | | - other cleanup - don't need compat.decimal, that approach never panned out. hopefully outside libs aren't pulling it in, they shouldn't be | ||||
* | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -3/+7 |
| | |||||
* | fix for pypy/jython gc_collect | Mike Bayer | 2012-10-15 | 1 | -2/+2 |
| | |||||
* | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
| | |||||
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+196 |
become an externally usable package but still remains within the main sqlalchemy parent package. in this system, we use kind of an ugly hack to get the noseplugin imported outside of the "sqlalchemy" package, while still making it available within sqlalchemy for usage by third party libraries. |