| Commit message (Expand) | Author | Age | Files | Lines |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 6 | -6/+6 |
| * | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -12/+13 |
| * | - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ scheme | Mike Bayer | 2015-01-04 | 1 | -12/+29 |
| * | - wip - start factoring events so that we aren't using descriptors for dispatch, | Mike Bayer | 2015-01-04 | 4 | -124/+155 |
| * | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 3 | -0/+10 |
| * | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 1 | -3/+11 |
| * | - Fixed bug that affected many classes of event, particularly | Mike Bayer | 2014-09-18 | 2 | -15/+17 |
| * | - Removing (or adding) an event listener at the same time that the event | Mike Bayer | 2014-08-14 | 3 | -8/+63 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 5 | -98/+119 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 6 | -6/+12 |
| * | once kwarg in event funcs is new in 0.9.4 | Justin Wood (Callek) | 2014-06-05 | 1 | -2/+2 |
| * | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
| * | - Added a new keyword argument ``once=True`` to :func:`.event.listen` | Mike Bayer | 2014-03-11 | 2 | -2/+31 |
| * | - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4, | Mike Bayer | 2014-03-02 | 1 | -1/+1 |
| * | - Fixed bug where events set to listen at the class | Mike Bayer | 2014-02-25 | 1 | -1/+1 |
| * | restore the check ahead of the lock to avoid using it after initialization | Mike Bayer | 2014-02-19 | 1 | -6/+7 |
| * | - Fixed a critical regression caused by :ticket:`2880` where the newly | Mike Bayer | 2014-02-19 | 1 | -4/+13 |
| * | - bump up how many args for "named arg style" to four | Mike Bayer | 2014-01-12 | 1 | -1/+1 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 6 | -6/+6 |
| * | - Fixed regression where using a ``functools.partial()`` with the event | Mike Bayer | 2014-01-04 | 1 | -2/+7 |
| * | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 6 | -1/+31 |
| * | - add support for removal of instance methods as event listeners, taking | Mike Bayer | 2013-10-01 | 1 | -2/+6 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 3 | -21/+44 |
| * | fix missing comma | Mike Bayer | 2013-07-31 | 1 | -1/+1 |
| * | - this collection can be None on cleanup, so check for that | Mike Bayer | 2013-07-27 | 1 | -1/+1 |
| * | - add event.contains() function to the event package, returns True | Mike Bayer | 2013-07-26 | 3 | -17/+23 |
| * | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 6 | -0/+1034 |