| Commit message (Expand) | Author | Age | Files | Lines |
* | - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase. | Mike Bayer | 2013-05-30 | 1 | -2/+1 |
* | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
* | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -0/+3 |
* | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 1 | -4/+3 |
* | plugging away | Mike Bayer | 2013-04-27 | 1 | -2/+3 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+4 |
* | - add workaround for sqlite memusage tests, so no longer need to count to 220... | Mike Bayer | 2013-01-12 | 1 | -4/+13 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | The :class:`.MutableComposite` type did not allow for the | Mike Bayer | 2012-12-03 | 1 | -0/+3 |
* | just a pep8 pass of lib/sqlalchemy/ | Diana Clarke | 2012-11-19 | 1 | -4/+17 |
* | - [feature] Improvements to event listening for | Mike Bayer | 2012-10-12 | 1 | -4/+7 |
* | - repair bool() for instance level event listener where events are classlevel... | Mike Bayer | 2012-09-20 | 1 | -1/+1 |
* | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 1 | -46/+125 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -18/+18 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -1/+1 |
* | - [feature] Dramatic improvement in memory | Mike Bayer | 2012-06-20 | 1 | -11/+95 |
* | - [bug] Fixed event registration bug | Mike Bayer | 2012-03-07 | 1 | -9/+26 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Added @event.listens_for() decorator, given | Mike Bayer | 2011-04-02 | 1 | -0/+35 |
* | - establish an "insert" option for events to control ordering if needed (not ... | Mike Bayer | 2011-02-25 | 1 | -2/+21 |
* | - rename EngineEvents to ConnectionEvents | Mike Bayer | 2011-02-17 | 1 | -6/+3 |
* | - SchemaItem, SchemaType now descend from common type | Mike Bayer | 2011-01-30 | 1 | -3/+13 |
* | QueryableAttribute can stringify itself without triggering a mapper compile. ... | Mike Bayer | 2011-01-12 | 1 | -1/+1 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -53/+53 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - factor out the dependency on the "on_" name | Mike Bayer | 2010-12-30 | 1 | -15/+18 |
* | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -11/+11 |
* | callcount destructo engage | Mike Bayer | 2010-12-09 | 1 | -1/+3 |
* | - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6. | Mike Bayer | 2010-12-05 | 1 | -3/+21 |
* | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -6/+6 |
* | - SessionEvents is on board and the event model is done, can start building 0... | Mike Bayer | 2010-11-14 | 1 | -1/+7 |
* | - basic docs | Mike Bayer | 2010-11-09 | 1 | -6/+1 |
* | - propagate flag on event.listen() results in the listener being placed | Mike Bayer | 2010-11-07 | 1 | -14/+35 |
* | - attempting system of propagation. getting stuck on attempting to use inst... | Mike Bayer | 2010-11-06 | 1 | -4/+8 |
* | a little cleanup, but we probably need a generalized "propagate" mechanism | Mike Bayer | 2010-11-06 | 1 | -5/+0 |
* | - most tests passing on adapted MapperExtension | Mike Bayer | 2010-11-06 | 1 | -6/+17 |
* | - begin adding tests for event registration and dispatch standalone | Mike Bayer | 2010-10-02 | 1 | -17/+24 |
* | - add instrumentation events | Mike Bayer | 2010-10-02 | 1 | -7/+26 |
* | - get active_history to work, move attribute events into module-level classes | Mike Bayer | 2010-09-03 | 1 | -2/+7 |
* | - refinements to DDL events, including new execute_if(), got pickling to work | Mike Bayer | 2010-09-03 | 1 | -0/+5 |
* | doh, forgot about ddl events. need some work with the pickling. | Mike Bayer | 2010-08-31 | 1 | -3/+5 |
* | - moved out to on_before_execute, on_after_execute. not much option here, | Mike Bayer | 2010-08-29 | 1 | -17/+2 |
* | going back to the simple way, plus trying to make the engine thing simpler, a... | Mike Bayer | 2010-08-28 | 1 | -51/+10 |
* | - its probably worthwhile to make the primary listen() interface humane, i.e.: | Mike Bayer | 2010-08-27 | 1 | -2/+56 |
* | - reorganize events into cls->dispatch, which is an instance of _Dispatch. | Mike Bayer | 2010-08-10 | 1 | -56/+79 |
* | this reorganizes things so the EventDescriptor and all is on a "Dispatch" obj... | Mike Bayer | 2010-08-09 | 1 | -23/+31 |
* | working with how this will be documented and having some probs with sphinx | Mike Bayer | 2010-08-09 | 1 | -6/+4 |
* | confirmed we can get this to trigger if we apply heisenbug compensation | Mike Bayer | 2010-08-08 | 1 | -4/+2 |
* | fixes, but still unsure of things | Mike Bayer | 2010-08-08 | 1 | -0/+3 |
* | getting attributes to work | Mike Bayer | 2010-08-08 | 1 | -5/+4 |