| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 2 | -6/+6 |
| * | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -13/+16 |
| * | adjust the compat namedtuple to handle subclassing | Mike Bayer | 2012-07-17 | 1 | -3/+3 |
| * | - justify NamedTuple, now called KeyedTuple | Mike Bayer | 2012-07-16 | 2 | -3/+12 |
| * | - [feature] *Very limited* support for | Mike Bayer | 2012-07-14 | 3 | -12/+47 |
| * | notify_all workaround for 2.5 | Mike Bayer | 2012-06-25 | 1 | -1/+10 |
| * | add 2.5 compat for next() | Mike Bayer | 2012-06-25 | 2 | -1/+6 |
| * | - change notify to notify_all() so all waiters exit immediately, | Mike Bayer | 2012-06-25 | 1 | -1/+1 |
| * | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 3 | -88/+16 |
| * | - [bug] Fixed bug whereby | Mike Bayer | 2012-06-22 | 1 | -3/+37 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 2 | -1/+13 |
| * | - [feature] Added a new system | Mike Bayer | 2012-04-24 | 2 | -1/+40 |
| * | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -7/+13 |
| * | - [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 |
| |\ |
|