| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -1/+1 |
| * | merge default | Mike Bayer | 2013-05-23 | 1 | -24/+22 |
| |\ |
|
| | * | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 1 | -24/+22 |
| * | | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -6/+1 |
| * | | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -54/+47 |
| * | | plugging away | Mike Bayer | 2013-04-27 | 1 | -21/+19 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -66/+73 |
| |/ |
|
| * | - remove reference to _exc_info before reraise to reduce cycles | Mike Bayer | 2013-04-18 | 1 | -0/+3 |
| * | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 1 | -0/+29 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -4/+24 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | Fixed a regression caused by :ticket:`2410` whereby a | Mike Bayer | 2012-12-11 | 1 | -4/+6 |
| * | just a pep8 pass of lib/sqlalchemy/util/ | Diana Clarke | 2012-11-19 | 1 | -11/+51 |
| * | - [bug] TypeDecorator now includes a generic repr() | Mike Bayer | 2012-10-18 | 1 | -2/+4 |
| * | - fix annotation transfer when producing m2m backref, [ticket:2578] | Mike Bayer | 2012-09-28 | 1 | -0/+3 |
| * | - use our new Cls.memoized_name._reset(self) method in place of all those __d... | Mike Bayer | 2012-09-23 | 1 | -3/+0 |
| * | - [bug] When the primary key column of a Table | Mike Bayer | 2012-09-23 | 1 | -0/+2 |
| * | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 1 | -0/+1 |
| * | - [bug] Fixed the repr() of Enum to include | Mike Bayer | 2012-08-08 | 1 | -1/+10 |
| * | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -3/+3 |
| * | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -13/+16 |
| * | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -1/+14 |
| * | - [feature] Added a new system | Mike Bayer | 2012-04-24 | 1 | -0/+39 |
| * | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -7/+13 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | fix a whole bunch of note:: / warning:: that were inline, | Mike Bayer | 2011-12-25 | 1 | -1/+3 |
| * | - [bug] Fixed inappropriate usage of util.py3k | Mike Bayer | 2011-12-15 | 1 | -15/+16 |
| * | - Enhanced the instrumentation in the ORM to support | Mike Bayer | 2011-09-28 | 1 | -6/+29 |
| * | - Adjusted the "importlater" mechanism, which is | Mike Bayer | 2011-09-21 | 1 | -12/+42 |
| * | - Fixed bug regarding calculation of "from" list | Mike Bayer | 2011-09-05 | 1 | -1/+7 |
| * | - Added a slightly nicer __repr__() to SchemaItem | Mike Bayer | 2011-08-14 | 1 | -3/+6 |
| * | sigh...*NOW* fix it for py3k so the next transformer doesn't squash it | Mike Bayer | 2011-08-06 | 1 | -2/+3 |
| * | - use itertools.count() plus mutex for Query _new_runid, psycopg2 server | Mike Bayer | 2011-08-06 | 1 | -0/+15 |
| * | - Added an improved repr() to TypeEngine objects | Mike Bayer | 2011-07-04 | 1 | -0/+27 |
| * | - Added mixin class sqlalchemy.ext.DontWrapMixin. | Mike Bayer | 2011-06-22 | 1 | -1/+0 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 1 | -0/+8 |
| * | - AssertionPool now stores the traceback indicating | Mike Bayer | 2011-03-30 | 1 | -0/+23 |
| * | - alex gaynor's latest batch of pypy test fixes | Mike Bayer | 2011-03-16 | 1 | -16/+18 |
| * | Added required import (somehow we never seem to hit the unimported ref) | Taavi Burns | 2011-03-15 | 1 | -0/+1 |
| * | fix this directive for py3k | Mike Bayer | 2011-02-12 | 1 | -1/+1 |
| * | - Fixed bug whereby Session.merge() would call the | Mike Bayer | 2011-02-12 | 1 | -0/+10 |
| * | - fix long lines in test_attributes | Mike Bayer | 2011-02-11 | 1 | -3/+12 |
| * | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -0/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -29/+29 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| * | - use a subset of inspect.getargspec() so that get_func_kwargs()/constructor_... | Mike Bayer | 2010-12-19 | 1 | -2/+29 |
| * | - an approach I like better, remove most adapt() methods and use a generic | Mike Bayer | 2010-12-15 | 1 | -0/+13 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -4/+6 |
| * | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -14/+0 |
| * | - use class name by itself in flush warnings to prevent overflow of warnings ... | Mike Bayer | 2010-11-29 | 1 | -0/+11 |