| Commit message (Expand) | Author | Age | Files | Lines |
| * | - add WeakSequence.append() | Mike Bayer | 2013-08-18 | 1 | -3/+33 |
| * | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 1 | -24/+178 |
| * | - create a new system where we can decorate an event method | Mike Bayer | 2013-07-08 | 1 | -0/+215 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -69/+67 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 2 | -56/+40 |
| * | merge default | Mike Bayer | 2013-05-23 | 1 | -2/+22 |
| |\ |
|
| | * | Fixed a bug where the routine to detect the correct kwargs | Mike Bayer | 2013-05-23 | 1 | -2/+22 |
| * | | base | Mike Bayer | 2013-05-04 | 1 | -8/+6 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 4 | -99/+101 |
| |/ |
|
| * | - add workaround for sqlite memusage tests, so no longer need to count to 220... | Mike Bayer | 2013-01-12 | 1 | -1/+27 |
| * | initializing _labels to an empty list so that the other methods don't throw e... | Diana Clarke | 2012-11-17 | 1 | -21/+12 |
| * | adding _fields, _asdict() to KeyedTuple #2601 | Diana Clarke | 2012-11-17 | 1 | -4/+33 |
| * | adding tests for KeyedTuple, pep8 pass | Diana Clarke | 2012-11-17 | 1 | -72/+221 |
| * | oops! python 3 doesn't do the rich comparison cmp thing | Diana Clarke | 2012-11-14 | 1 | -8/+13 |
| * | __sub__ was declared twice, just increasing test coverage before I change any... | Diana Clarke | 2012-11-13 | 1 | -17/+414 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 5 | -13/+13 |
| * | - repair bool() for instance level event listener where events are classlevel... | Mike Bayer | 2012-09-20 | 1 | -0/+7 |
| * | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 1 | -6/+220 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 4 | -24/+24 |
| * | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -3/+12 |
| * | remove WeakIdentityMapping tests | Mike Bayer | 2012-06-24 | 1 | -191/+0 |
| * | - [feature] Dramatic improvement in memory | Mike Bayer | 2012-06-20 | 1 | -29/+50 |
| * | fix 2.5 failure | Mike Bayer | 2012-04-24 | 1 | -1/+1 |
| * | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -0/+62 |
| |\ |
|
| | * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -0/+62 |
| * | | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -0/+21 |
| |/ |
|
| * | - [bug] Fixed event registration bug | Mike Bayer | 2012-03-07 | 1 | -0/+104 |
| * | - [feature] IdentitySet supports the - operator | Mike Bayer | 2011-12-06 | 1 | -0/+13 |
| * | - Fixed bug in unit of work whereby detection of | Mike Bayer | 2011-09-22 | 1 | -2/+28 |
| * | who knew we already had a test for that | Mike Bayer | 2011-08-22 | 1 | -12/+19 |
| * | - Added an improved repr() to TypeEngine objects | Mike Bayer | 2011-07-04 | 1 | -0/+87 |
| * | - Added @event.listens_for() decorator, given | Mike Bayer | 2011-04-02 | 1 | -44/+68 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 2 | -0/+2 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 4 | -30/+30 |
| * | - alex gaynor's latest batch of pypy test fixes | Mike Bayer | 2011-03-16 | 1 | -1/+3 |
| * | Removing unused symbol import | Taavi Burns | 2011-03-15 | 1 | -1/+1 |
| * | - establish an "insert" option for events to control ordering if needed (not ... | Mike Bayer | 2011-02-25 | 1 | -0/+19 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -16/+15 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 2 | -65/+65 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -46/+46 |
| * | - factor out the dependency on the "on_" name | Mike Bayer | 2010-12-30 | 1 | -1/+1 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -3/+3 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -2/+0 |
| |\ |
|
| | * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 1 | -2/+0 |
| * | | - move topological, queue into util | Mike Bayer | 2010-12-05 | 1 | -2/+1 |
| * | | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -16/+16 |
| * | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 4 | -9/+9 |
| |\ \ |
|
| | * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 3 | -7/+7 |
| | |/ |
|
| * | | - propagate flag on event.listen() results in the listener being placed | Mike Bayer | 2010-11-07 | 2 | -21/+2 |