| Commit message (Expand) | Author | Age | Files | Lines |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | Fix _assert_unorderable_types on py36.pr/218 | Iuri de Silvio | 2015-11-30 | 1 | -1/+1 |
| * | - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204 | Martin J. Hsu | 2015-10-15 | 1 | -1/+1 |
| * | - Fixed unexpected-use regression where in the odd case that the | Mike Bayer | 2015-05-06 | 1 | -1/+1 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -1/+1 |
| * | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -1/+1 |
| * | - use a different bitwise approach here that doesn't require iterating | Mike Bayer | 2015-01-03 | 1 | -1/+1 |
| * | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 1 | -1/+2 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -1/+2 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -1/+1 |
| * | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 1 | -1/+1 |
| * | - workaround removal of nested() in py3k | Mike Bayer | 2014-07-30 | 1 | -1/+1 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 1 | -1/+2 |
| * | - 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 | -1/+1 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - conjunctions like and_() and or_() can now accept generators as arguments. | Mike Bayer | 2014-01-05 | 1 | -1/+2 |
| * | - adjustment, the spec says: "Within the user and password field, any ":", | Mike Bayer | 2013-11-25 | 1 | -1/+1 |
| * | and we don't need weakset | Mike Bayer | 2013-08-18 | 1 | -1/+1 |
| * | Improved support for the cymysql driver, supporting version 0.6.5, | Mike Bayer | 2013-08-17 | 1 | -1/+1 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -1/+1 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -1/+1 |
| * | Dialect.initialize() is not called a second time if an :class:`.Engine` | Mike Bayer | 2013-07-11 | 1 | -1/+1 |
| * | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 1 | -3/+4 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -1/+1 |
| * | fix test_execute w c extensions | Mike Bayer | 2013-05-26 | 1 | -1/+2 |
| * | do a sweep of some obvious 3kisms | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| * | fix serializer tests. something is wrong with non-C pickle but for some reas... | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
| * | - unicode literals need to just be handled differently if they have utf-8 | Mike Bayer | 2013-05-04 | 1 | -1/+1 |
| * | postgresql dialect tests | Mike Bayer | 2013-04-28 | 1 | -1/+2 |
| * | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -1/+1 |
| * | plugging away | Mike Bayer | 2013-04-27 | 1 | -2/+3 |
| * | work through dialects | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
| * | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 1 | -2/+3 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -5/+11 |
| * | 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 | -4/+3 |
| * | - move most/all operator specific tests into test_operator, convert fully to TOT | Mike Bayer | 2012-10-24 | 1 | -1/+1 |
| * | - use our new Cls.memoized_name._reset(self) method in place of all those __d... | Mike Bayer | 2012-09-23 | 1 | -1/+1 |
| * | - rework the test exclusions system to work on a consistent theme | Mike Bayer | 2012-09-03 | 1 | -2/+2 |
| * | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -4/+4 |
| * | - justify NamedTuple, now called KeyedTuple | Mike Bayer | 2012-07-16 | 1 | -1/+1 |
| * | - [feature] *Very limited* support for | Mike Bayer | 2012-07-14 | 1 | -2/+2 |
| * | add 2.5 compat for next() | Mike Bayer | 2012-06-25 | 1 | -1/+1 |
| * | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -2/+2 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -1/+1 |
| * | - [feature] Added a new system | Mike Bayer | 2012-04-24 | 1 | -1/+1 |
| * | - [feature] Added "no_autoflush" context | Mike Bayer | 2012-02-25 | 1 | -1/+1 |
| * | 2.4 doesn't have any() | Mike Bayer | 2012-01-22 | 1 | -1/+1 |