summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/event/attr.py
Commit message (Expand)AuthorAgeFilesLines
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+2
* happy new yearMike Bayer2020-01-011-1/+1
* Add new "exec_once_unless_exception" system; apply to dialect.initializeMike Bayer2019-08-181-7/+32
* move to inspect_getfullargspecMike Bayer2019-01-151-2/+2
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-6/+9
* Run black -l 79 against all source filesMike Bayer2019-01-061-32/+49
* Implement remove() for _empty_collectionMike Bayer2018-02-191-0/+3
* Add flag for class-level disallow of events, apply to OptionEngineMike Bayer2018-02-071-5/+30
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-201-7/+7
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-12/+13
* - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-041-47/+28
* - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-0/+4
* - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-181-4/+2
* - Removing (or adding) an event listener at the same time that the eventMike Bayer2014-08-141-7/+8
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-19/+20
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - 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
* - happy new yearMike Bayer2014-01-051-1/+1
* - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-041-2/+7
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-17/+0
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-0/+382