| Commit message (Expand) | Author | Age | Files | Lines |
| * | - [feature] Added "no_autoflush" context | Mike Bayer | 2012-02-25 | 2 | -1/+7 |
| * | - [bug] Changed LRUCache, used by the mapper | Mike Bayer | 2012-01-27 | 1 | -4/+9 |
| * | don't need to use __builtin__ for these things, doesn't work in py3k | Mike Bayer | 2012-01-23 | 1 | -8/+5 |
| * | 2.4 doesn't have any() | Mike Bayer | 2012-01-22 | 2 | -1/+11 |
| * | happy new year | Mike Bayer | 2012-01-04 | 7 | -7/+7 |
| * | 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 | 3 | -24/+26 |
| * | - [feature] IdentitySet supports the - operator | Mike Bayer | 2011-12-06 | 1 | -0/+3 |
| * | - Enhanced the instrumentation in the ORM to support | Mike Bayer | 2011-09-28 | 2 | -6/+34 |
| * | document CircularDependencyError. [ticket:2285] | Mike Bayer | 2011-09-23 | 1 | -1/+1 |
| * | - Fixed bug in unit of work whereby detection of | Mike Bayer | 2011-09-22 | 1 | -3/+12 |
| * | - 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 | 2 | -1/+16 |
| * | - Added an improved repr() to TypeEngine objects | Mike Bayer | 2011-07-04 | 2 | -1/+29 |
| * | - Added mixin class sqlalchemy.ext.DontWrapMixin. | Mike Bayer | 2011-06-22 | 1 | -1/+0 |
| * | - Use urllib.parse_qsl() in Python 2.6 and above, | Mike Bayer | 2011-06-21 | 2 | -1/+10 |
| * | take out a little cruft. Spend two hours trying to make things simpler, | Mike Bayer | 2011-06-01 | 1 | -1/+0 |
| * | - The limit/offset keywords to select() as well | Mike Bayer | 2011-04-07 | 2 | -1/+9 |
| * | - AssertionPool now stores the traceback indicating | Mike Bayer | 2011-03-30 | 2 | -1/+24 |
| * | - alex gaynor's latest batch of pypy test fixes | Mike Bayer | 2011-03-16 | 1 | -16/+18 |
| * | Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se... | Taavi Burns | 2011-03-16 | 1 | -0/+1 |
| * | Added required import (somehow we never seem to hit the unimported ref) | Taavi Burns | 2011-03-15 | 1 | -0/+1 |
| * | Modifications for PyPy support from Alex Gaynor. | Michael Trier | 2011-03-08 | 2 | -1/+2 |
| * | 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 | 2 | -1/+11 |
| * | - 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 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 2 | -6/+6 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 6 | -70/+70 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 7 | -4/+34 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -7/+14 |
| * | callcount reduction | Mike Bayer | 2010-12-20 | 1 | -3/+4 |
| * | - use a subset of inspect.getargspec() so that get_func_kwargs()/constructor_... | Mike Bayer | 2010-12-19 | 1 | -2/+29 |
| * | merge tip | Mike Bayer | 2010-12-17 | 1 | -2/+1 |
| |\ |
|
| | * | - inlinings | Mike Bayer | 2010-12-16 | 1 | -2/+1 |
| * | | - an approach I like better, remove most adapt() methods and use a generic | Mike Bayer | 2010-12-15 | 2 | -1/+15 |
| * | | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -1/+0 |
| |/ |
|
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -1/+1 |
| * | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 1 | -3/+3 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 2 | -1/+11 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -1/+4 |
| * | squash sets warning | Mike Bayer | 2010-12-05 | 1 | -0/+1 |
| * | have a 'buffer' symbol present in util in py3k as well | Mike Bayer | 2010-12-05 | 1 | -1/+1 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -4/+6 |
| * | - move topological, queue into util | Mike Bayer | 2010-12-05 | 5 | -16/+270 |
| * | - use class name by itself in flush warnings to prevent overflow of warnings ... | Mike Bayer | 2010-11-29 | 1 | -0/+11 |
| * | - replace util.py with util/ package, [ticket:1986] | Mike Bayer | 2010-11-28 | 5 | -0/+1909 |