| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -1/+1 |
* | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ scheme | Mike Bayer | 2015-01-04 | 1 | -6/+12 |
* | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 1 | -15/+6 |
* | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 1 | -13/+97 |
* | - Fixed bug that affected many classes of event, particularly | Mike Bayer | 2014-09-18 | 1 | -0/+59 |
* | - Removing (or adding) an event listener at the same time that the event | Mike Bayer | 2014-08-14 | 1 | -0/+34 |
* | pep8 | Mike Bayer | 2014-08-14 | 1 | -31/+46 |
* | - Added a new keyword argument ``once=True`` to :func:`.event.listen` | Mike Bayer | 2014-03-11 | 1 | -0/+25 |
* | - Fixed bug where events set to listen at the class | Mike Bayer | 2014-02-25 | 1 | -5/+33 |
* | - Fixed regression where using a ``functools.partial()`` with the event | Mike Bayer | 2014-01-04 | 1 | -0/+20 |
* | - add support for removal of instance methods as event listeners, taking | Mike Bayer | 2013-10-01 | 1 | -0/+26 |
* | - 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 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
* | - add workaround for sqlite memusage tests, so no longer need to count to 220... | Mike Bayer | 2013-01-12 | 1 | -1/+27 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+2 |
* | - 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 | 1 | -1/+1 |
* | - [feature] Dramatic improvement in memory | Mike Bayer | 2012-06-20 | 1 | -29/+50 |
* | - [bug] Fixed event registration bug | Mike Bayer | 2012-03-07 | 1 | -0/+104 |
* | - 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 | 1 | -0/+1 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -6/+7 |
* | - establish an "insert" option for events to control ordering if needed (not ... | Mike Bayer | 2011-02-25 | 1 | -0/+19 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -50/+50 |
* | - 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 |
* | 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 | 1 | -1/+1 |
* | - propagate flag on event.listen() results in the listener being placed | Mike Bayer | 2010-11-07 | 1 | -14/+0 |
* | - attempting system of propagation. getting stuck on attempting to use inst... | Mike Bayer | 2010-11-06 | 1 | -0/+47 |
* | - begin adding tests for event registration and dispatch standalone | Mike Bayer | 2010-10-02 | 1 | -0/+231 |