summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/event
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-244-12/+1
* Remove object in class definitionFederico Caselli2021-11-223-6/+6
* fully implement future engine and remove legacyMike Bayer2021-11-071-0/+11
* Fixes: #2937jonathan vanasco2021-09-281-20/+38
* guard against unexpected weakref cleanupsMike Bayer2021-07-161-2/+12
* Replace all http:// links to https://Federico Caselli2021-07-046-6/+6
* Add new "sync once" mode for pool.connectMike Bayer2021-04-211-1/+25
* Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-10/+10
* Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-041-1/+7
* happy new yearMike Bayer2021-01-046-6/+6
* Reduce import time overheadMike Bayer2020-11-031-12/+4
* Genericize setinputsizes and support pyodbcMike Bayer2020-10-161-0/+1
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-2/+33
* upgrade to black 20.8b1Mike Bayer2020-09-284-9/+5
* Adapt event exec_once_mutex to asyncioMike Bayer2020-09-143-9/+27
* Documentation updates for 1.4Mike Bayer2020-08-052-23/+1
* 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