summaryrefslogtreecommitdiff
path: root/test/base/test_events.py
Commit message (Expand)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-1/+1
* - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ schemeMike Bayer2015-01-041-6/+12
* - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-041-15/+6
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-13/+97
* - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-181-0/+59
* - Removing (or adding) an event listener at the same time that the eventMike Bayer2014-08-141-0/+34
* pep8Mike Bayer2014-08-141-31/+46
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-111-0/+25
* - Fixed bug where events set to listen at the classMike Bayer2014-02-251-5/+33
* - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-041-0/+20
* - add support for removal of instance methods as event listeners, takingMike Bayer2013-10-011-0/+26
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-24/+178
* - create a new system where we can decorate an event methodMike Bayer2013-07-081-0/+215
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-69/+67
* - the raw 2to3 runMike Bayer2013-04-271-2/+2
* - add workaround for sqlite memusage tests, so no longer need to count to 220...Mike Bayer2013-01-121-1/+27
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-2/+2
* - repair bool() for instance level event listener where events are classlevel...Mike Bayer2012-09-201-0/+7
* - [feature] The before_cursor_execute eventMike Bayer2012-08-231-6/+220
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* - [feature] Dramatic improvement in memoryMike Bayer2012-06-201-29/+50
* - [bug] Fixed event registration bugMike Bayer2012-03-071-0/+104
* - Added @event.listens_for() decorator, givenMike Bayer2011-04-021-44/+68
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+1
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-6/+7
* - establish an "insert" option for events to control ordering if needed (not ...Mike Bayer2011-02-251-0/+19
* - whitespace removal bonanzaMike Bayer2011-01-021-50/+50
* - removes the "on_" prefix.Mike Bayer2010-12-301-46/+46
* - factor out the dependency on the "on_" nameMike Bayer2010-12-301-1/+1
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-3/+3
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-16/+16
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-1/+1
* - propagate flag on event.listen() results in the listener being placedMike Bayer2010-11-071-14/+0
* - attempting system of propagation. getting stuck on attempting to use inst...Mike Bayer2010-11-061-0/+47
* - begin adding tests for event registration and dispatch standaloneMike Bayer2010-10-021-0/+231