| Commit message (Expand) | Author | Age | Files | Lines |
| * | add attribute sphinx is breaking on | Mike Bayer | 2021-09-17 | 1 | -1/+2 |
| * | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 1 | -2/+2 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -9/+14 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -167/+248 |
| * | Prep for flake8 refactoring | Mike Bayer | 2019-01-03 | 1 | -1/+3 |
| * | Handle PostgreSQL enums in remote schemas | Mike Bayer | 2018-12-21 | 1 | -0/+45 |
| * | Fix dependency_for final argument | Joe Urciuoli | 2018-10-01 | 1 | -1/+1 |
| * | Vendor python3 formatargspec | Mike Bayer | 2018-06-28 | 1 | -11/+11 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | PG dialect test fixes | Mike Bayer | 2017-10-02 | 1 | -0/+3 |
| * | Add safe_reraise() + warnings only to Connection._autorollback | Mike Bayer | 2017-03-27 | 1 | -1/+7 |
| * | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -1/+1 |
| * | Allow SchemaType and Variant to work together | Mike Bayer | 2017-03-07 | 1 | -3/+7 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -2/+2 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | Check for __module__ not present in util.wrap_callable() | Mike Bayer | 2016-10-14 | 1 | -1/+2 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - revert the change first made in a6fe4dc, as we are now generalizing | Mike Bayer | 2016-01-28 | 1 | -0/+7 |
| * | 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 | 1 | -0/+26 |
| |/ |
|
| * | - 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 warning emitted by the unicode type for a non-unicode type | Mike Bayer | 2015-03-31 | 1 | -3/+6 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - Custom dialects that implement :class:`.GenericTypeCompiler` can | Mike Bayer | 2015-01-16 | 1 | -0/+27 |
| * | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -0/+43 |
| * | - use a different bitwise approach here that doesn't require iterating | Mike Bayer | 2015-01-03 | 1 | -0/+9 |
| * | - 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 ``__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 | 1 | -1/+14 |
| |/ |
|
| * | - 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 | 1 | -10/+41 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -0/+8 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -1/+3 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -44/+61 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | - 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 |
| * | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4, | Mike Bayer | 2014-03-02 | 1 | -11/+33 |
| * | - Fixed some test/feature failures occurring in Python 3.4, | Mike Bayer | 2014-03-02 | 1 | -7/+7 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -1/+1 |