summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/event
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-181-3/+11
* - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-182-15/+17
* - Removing (or adding) an event listener at the same time that the eventMike Bayer2014-08-143-8/+63
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-205-98/+119
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-096-6/+12
* once kwarg in event funcs is new in 0.9.4Justin Wood (Callek)2014-06-051-2/+2
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-112-2/+31
* - get util.get_callable_argspec() to be completely bulletproof for 2.6-3.4,Mike Bayer2014-03-021-1/+1
* - Fixed bug where events set to listen at the classMike Bayer2014-02-251-1/+1
* restore the check ahead of the lock to avoid using it after initializationMike Bayer2014-02-191-6/+7
* - Fixed a critical regression caused by :ticket:`2880` where the newlyMike Bayer2014-02-191-4/+13
* - bump up how many args for "named arg style" to fourMike Bayer2014-01-121-1/+1
* - happy new yearMike Bayer2014-01-056-6/+6
* - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-041-2/+7
* - add copyright to source files missing itMike Bayer2013-10-266-1/+31
* - add support for removal of instance methods as event listeners, takingMike Bayer2013-10-011-2/+6
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-143-21/+44
* fix missing commaMike Bayer2013-07-311-1/+1
* - this collection can be None on cleanup, so check for thatMike Bayer2013-07-271-1/+1
* - add event.contains() function to the event package, returns TrueMike Bayer2013-07-263-17/+23
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-266-0/+1034