| Commit message (Expand) | Author | Age | Files | Lines |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - workaround removal of nested() in py3k | Mike Bayer | 2014-07-30 | 1 | -0/+34 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -9/+10 |
* | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 1 | -0/+7 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 1 | -0/+4 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 1 | -2/+2 |
* | and we don't need weakset | Mike Bayer | 2013-08-18 | 1 | -23/+0 |
* | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 1 | -1/+9 |
* | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -0/+1 |
* | - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase. | Mike Bayer | 2013-05-30 | 1 | -2/+17 |
* | Merge branch 'rel_0_9' | Mike Bayer | 2013-05-29 | 1 | -71/+117 |
|\ |
|
| * | do a sweep of some obvious 3kisms | Mike Bayer | 2013-05-26 | 1 | -0/+2 |
| * | fix serializer tests. something is wrong with non-C pickle but for some reas... | Mike Bayer | 2013-05-26 | 1 | -1/+16 |
| * | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -2/+5 |
| * | that's all of engine | Mike Bayer | 2013-05-04 | 1 | -0/+6 |
| * | - unicode literals need to just be handled differently if they have utf-8 | Mike Bayer | 2013-05-04 | 1 | -0/+10 |
| * | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -0/+40 |
| * | cleanup | Mike Bayer | 2013-04-27 | 1 | -45/+21 |
| * | plugging away | Mike Bayer | 2013-04-27 | 1 | -23/+18 |
| * | work through dialects | Mike Bayer | 2013-04-27 | 1 | -17/+16 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -7/+8 |
* | | 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 |