| Commit message (Expand) | Author | Age | Files | Lines |
| * | - flake8 for lib passes | Mike Bayer | 2019-01-05 | 1 | -20/+20 |
| * | - imports in lib pass flake8 | Mike Bayer | 2019-01-05 | 1 | -1/+1 |
| * | - compat | Mike Bayer | 2019-01-05 | 1 | -29/+26 |
| * | flake8 refactor - util | Mike Bayer | 2019-01-05 | 1 | -0/+4 |
| * | - do a broken zimports run on lib | Mike Bayer | 2019-01-05 | 1 | -9/+3 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 1 | -42/+67 |
| * | Fix collections ABC access before Python 3.8 | Nathaniel Knight | 2018-08-01 | 1 | -0/+9 |
| * | Vendor python3 formatargspec | Mike Bayer | 2018-06-28 | 1 | -2/+62 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -31/+35 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | - Fixed bug in "to_list" conversion where a single bytes object | Mike Bayer | 2016-02-21 | 1 | -0/+2 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -12/+12 |
| * | Fix _assert_unorderable_types on py36.pr/218 | Iuri de Silvio | 2015-11-30 | 1 | -0/+1 |
| * | - 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 |