| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix py26 flag | Mike Bayer | 2013-07-27 | 1 | -0/+1 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -0/+1 |
| * | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 1 | -1/+31 |
| * | add the py2k symbol from the 0.9 branch to support the hstore change | Mike Bayer | 2013-05-29 | 1 | -0/+1 |
| * | python2.5 fix | Mike Bayer | 2013-04-18 | 1 | -3/+2 |
| * | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 1 | -0/+26 |
| * | Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't have | Marc Abramowitz | 2013-03-20 | 1 | -0/+8 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -153/+0 |
| * | 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 | -2/+13 |
| * | - move most/all operator specific tests into test_operator, convert fully to TOT | Mike Bayer | 2012-10-24 | 1 | -0/+1 |
| * | - rework the test exclusions system to work on a consistent theme | Mike Bayer | 2012-09-03 | 1 | -0/+1 |
| * | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -1/+0 |
| * | adjust the compat namedtuple to handle subclassing | Mike Bayer | 2012-07-17 | 1 | -3/+3 |
| * | - [feature] *Very limited* support for | Mike Bayer | 2012-07-14 | 1 | -0/+21 |
| * | add 2.5 compat for next() | Mike Bayer | 2012-06-25 | 1 | -0/+5 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -0/+12 |
| * | - [feature] Added "no_autoflush" context | Mike Bayer | 2012-02-25 | 1 | -0/+6 |
| * | don't need to use __builtin__ for these things, doesn't work in py3k | Mike Bayer | 2012-01-23 | 1 | -8/+5 |
| * | 2.4 doesn't have any() | Mike Bayer | 2012-01-22 | 1 | -0/+10 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - [bug] Fixed inappropriate usage of util.py3k | Mike Bayer | 2011-12-15 | 1 | -8/+9 |
| * | - Enhanced the instrumentation in the ORM to support | Mike Bayer | 2011-09-28 | 1 | -0/+5 |
| * | - Use urllib.parse_qsl() in Python 2.6 and above, | Mike Bayer | 2011-06-21 | 1 | -0/+8 |
| * | take out a little cruft. Spend two hours trying to make things simpler, | Mike Bayer | 2011-06-01 | 1 | -1/+0 |
| * | Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se... | Taavi Burns | 2011-03-16 | 1 | -0/+1 |
| * | Modifications for PyPy support from Alex Gaynor. | Michael Trier | 2011-03-08 | 1 | -0/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -2/+2 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 1 | -0/+10 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -1/+4 |
| * | squash sets warning | Mike Bayer | 2010-12-05 | 1 | -0/+1 |
| * | have a 'buffer' symbol present in util in py3k as well | Mike Bayer | 2010-12-05 | 1 | -1/+1 |
| * | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -0/+1 |
| * | - replace util.py with util/ package, [ticket:1986] | Mike Bayer | 2010-11-28 | 1 | -0/+188 |