| Commit message (Expand) | Author | Age | Files | Lines |
| * | - happy new year | Mike Bayer | 2016-01-29 | 7 | -7/+7 |
| * | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 1 | -0/+7 |
| * | - Fixed bug where some exception re-raise scenarios would attach | Mike Bayer | 2016-01-18 | 1 | -12/+12 |
| * | Merge remote-tracking branch 'origin/pr/218' | Mike Bayer | 2015-11-30 | 2 | -1/+2 |
| |\ |
|
| | * | Fix _assert_unorderable_types on py36.pr/218 | Iuri de Silvio | 2015-11-30 | 2 | -1/+2 |
| * | | Merge remote-tracking branch 'origin/pr/210' | Mike Bayer | 2015-11-30 | 1 | -4/+4 |
| |\ \
| |/
|/| |
|
| | * | Update usages of getargspec to compat version.pr/210 | Jacob MacDonald | 2015-10-29 | 1 | -4/+4 |
| * | | - convert wrap_callable() to a general purpose update_wrapper-like | Mike Bayer | 2015-10-29 | 1 | -11/+7 |
| * | | - wrap ColumnDefault empty arg callables like functools.wraps, setting __name...pr/204 | Martin J. Hsu | 2015-10-15 | 2 | -1/+27 |
| |/ |
|
| * | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -1/+3 |
| * | - Fixed an issue where a particular base class within utils | Mike Bayer | 2015-07-20 | 1 | -0/+2 |
| * | - Fixed an internal "memoization" routine for method types such | Mike Bayer | 2015-06-08 | 1 | -21/+9 |
| * | - The "lightweight named tuple" used when a :class:`.Query` returns | Mike Bayer | 2015-05-14 | 1 | -0/+2 |
| * | - Fixed unexpected-use regression where in the odd case that the | Mike Bayer | 2015-05-06 | 2 | -1/+14 |
| * | micro-optimize unique_listpr/169 | Gaƫtan de Menten | 2015-04-24 | 1 | -3/+4 |
| * | Merge branch 'bb_issue_3084' of https://bitbucket.org/xflr6/sqlalchemy into pr47 | Mike Bayer | 2015-04-03 | 1 | -7/+10 |
| |\ |
|
| | * | make sort_tables order deterministic | Sebastian Bank | 2015-03-07 | 1 | -7/+10 |
| * | | - The warning emitted by the unicode type for a non-unicode type | Mike Bayer | 2015-03-31 | 1 | -3/+6 |
| * | | - keep this as 100 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | | - copyright 2015 | Mike Bayer | 2015-03-10 | 7 | -7/+7 |
| * | | - reduce some callcounts related to the lightweight tuple, | Mike Bayer | 2015-03-09 | 1 | -29/+56 |
| * | | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -5/+13 |
| |/ |
|
| * | - remove context-specific post-crud logic from Connection and inline post-crud | Mike Bayer | 2015-01-25 | 1 | -2/+7 |
| * | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 2 | -1/+28 |
| * | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 3 | -4/+58 |
| * | - use a different bitwise approach here that doesn't require iterating | Mike Bayer | 2015-01-03 | 2 | -1/+10 |
| * | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 1 | -2/+2 |
| * | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -1/+1 |
| * | - The :meth:`.PropComparator.of_type` modifier has been | Mike Bayer | 2014-11-24 | 1 | -3/+6 |
| * | - The ``__module__`` attribute is now set for all those SQL and | Mike Bayer | 2014-10-14 | 1 | -1/+3 |
| * | Merge remote-tracking branch 'origin/pr/140' into pr140 | Mike Bayer | 2014-10-11 | 1 | -3/+3 |
| |\ |
|
| | * | cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140 | ndparker | 2014-10-02 | 1 | -9/+3 |
| | * | improve exception vs. exit handling | ndparker | 2014-09-23 | 1 | -0/+6 |
| * | | - refactor of declarative, break up into indiviudal methods | Mike Bayer | 2014-09-25 | 2 | -2/+16 |
| |/ |
|
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -4/+4 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 3 | -12/+44 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 2 | -1/+9 |
| * | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 2 | -16/+56 |
| * | - mutablemapping adds compiler overhead, so screw it | Mike Bayer | 2014-08-15 | 1 | -5/+9 |
| * | - TIL that dict.keys() in py3K is not an iterator, it is an iterable | Mike Bayer | 2014-08-15 | 1 | -41/+5 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -1/+3 |
| * | - workaround removal of nested() in py3k | Mike Bayer | 2014-07-30 | 2 | -1/+35 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 6 | -75/+101 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 2 | -1/+9 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 7 | -7/+14 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 2 | -3/+3 |
| * | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 2 | -1/+5 |
| * | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -39/+2 |
| * | - Added a new keyword argument ``once=True`` to :func:`.event.listen` | Mike Bayer | 2014-03-11 | 1 | -1/+1 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+1 |