Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -8/+8 |
| | | | | sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing | ||||
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| | | | | to get all flake8 passing | ||||
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -1/+2 |
| | | | | | | - other cleanup - don't need compat.decimal, that approach never panned out. hopefully outside libs aren't pulling it in, they shouldn't be | ||||
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | just a pep8 pass of lib/sqlalchemy/util/ | Diana Clarke | 2012-11-19 | 1 | -0/+4 |
| | |||||
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -3/+2 |
| | |||||
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -5/+5 |
| | |||||
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| | |||||
* | document CircularDependencyError. [ticket:2285] | Mike Bayer | 2011-09-23 | 1 | -1/+1 |
| | |||||
* | - Fixed bug in unit of work whereby detection of | Mike Bayer | 2011-09-22 | 1 | -3/+12 |
| | | | | | | | | | | "cycles" among classes in highly interlinked patterns would not produce a deterministic result; thereby sometimes missing some nodes that should be considered cycles and causing further issues down the road. Note this bug is in 0.6 also; not backported at the moment. [ticket:2282] | ||||
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -3/+3 |
| | |||||
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| | | | | | a consistent tag - AUTHORS file | ||||
* | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -0/+83 |
- move function_named into test.lib.util - use @decorator for all decorators in test/ |