| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a typo: evaluted -> evaluated.pr/32 | Hyunjun Kim | 2013-10-08 | 1 | -1/+1 |
| * | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+10 |
| * | fix the merge | Mike Bayer | 2013-08-18 | 1 | -4/+0 |
| * | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 1 | -4/+13 |
| * | fix py26 flag | Mike Bayer | 2013-07-27 | 2 | -1/+2 |
| * | don't split the regexps for chop_traceback() | Mike Bayer | 2013-07-12 | 1 | -4/+2 |
| * | Dialect.initialize() is not called a second time if an :class:`.Engine` | Mike Bayer | 2013-07-11 | 2 | -1/+16 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 2 | -1/+3 |
| * | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 2 | -2/+32 |
| * | add the py2k symbol from the 0.9 branch to support the hstore change | Mike Bayer | 2013-05-29 | 2 | -1/+2 |
| * | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 1 | -24/+22 |
| * | python2.5 fix | Mike Bayer | 2013-04-18 | 1 | -3/+2 |
| * | - 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 | 3 | -2/+58 |
| * | A major fix to the way in which a select() object produces | Mike Bayer | 2013-04-11 | 1 | -1/+0 |
| * | Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't have | Marc Abramowitz | 2013-03-20 | 1 | -0/+8 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 5 | -189/+50 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 7 | -7/+7 |
| * | Fixed a regression caused by :ticket:`2410` whereby a | Mike Bayer | 2012-12-11 | 1 | -4/+6 |
| * | - documentation and changelog for [ticket:2601] | Mike Bayer | 2012-12-09 | 1 | -9/+57 |
| * | just a pep8 pass of lib/sqlalchemy/util/ | Diana Clarke | 2012-11-19 | 6 | -17/+79 |
| * | just a pep8 pass of this file | Diana Clarke | 2012-11-18 | 1 | -13/+32 |
| * | initializing _labels to an empty list so that the other methods don't throw e... | Diana Clarke | 2012-11-17 | 1 | -0/+1 |
| * | adding _fields, _asdict() to KeyedTuple #2601 | Diana Clarke | 2012-11-17 | 1 | -0/+7 |
| * | __sub__ was declared twice, just increasing test coverage before I change any... | Diana Clarke | 2012-11-13 | 1 | -3/+0 |
| * | - move most/all operator specific tests into test_operator, convert fully to TOT | Mike Bayer | 2012-10-24 | 2 | -1/+2 |
| * | - [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 | 2 | -4/+1 |
| * | - [bug] When the primary key column of a Table | Mike Bayer | 2012-09-23 | 1 | -0/+2 |
| * | - rework the test exclusions system to work on a consistent theme | Mike Bayer | 2012-09-03 | 2 | -2/+3 |
| * | Add items(), values() methods to Properties. | Michael Elsdörfer | 2012-08-29 | 1 | -0/+6 |
| * | - [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 | 7 | -15/+12 |
| * | -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 |