summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/event
Commit message (Expand)AuthorAgeFilesLines
* Fix a wide variety of typos and broken linksaplatkouski2020-06-252-3/+3
* Create initial 2.0 engine implementationMike Bayer2020-04-162-0/+22
* Remove return statement in __init__.Heckad2020-01-041-1/+1
* happy new yearMike Bayer2020-01-016-6/+6
* Add new "exec_once_unless_exception" system; apply to dialect.initializeMike Bayer2019-08-182-11/+39
* Strong reference listen function wrapped by "once"Mike Bayer2019-08-041-0/+14
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-232-0/+10
* move to inspect_getfullargspecMike Bayer2019-01-152-5/+6
* Merge "use ..deprecated directive w/ version in all cases"mike bayer2019-01-122-8/+17
|\
| * use ..deprecated directive w/ version in all casesMike Bayer2019-01-112-8/+17
* | happy new yearMike Bayer2019-01-116-6/+6
|/
* Post black reformattingMike Bayer2019-01-065-19/+31
* Run black -l 79 against all source filesMike Bayer2019-01-065-108/+153
* Add before_mapper_configured eventChris Wilson2018-12-101-1/+1
* Tweak code-style and readability in `events/base.py`Iwo Herka2018-11-021-42/+38
* 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-126-6/+6
* update for 2017 copyrightMike Bayer2017-01-046-6/+6
* - happy new yearMike Bayer2016-01-296-6/+6
* - Fixed an issue where a particular base class within utilsMike Bayer2015-07-201-7/+7
* - copyright 2015Mike Bayer2015-03-106-6/+6
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-12/+13
* - scale back _Dispatch and _JoinedDispatcher to use a __getitem__ schemeMike Bayer2015-01-041-12/+29
* - wip - start factoring events so that we aren't using descriptors for dispatch,Mike Bayer2015-01-044-124/+155
* - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-043-0/+10
* - 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