summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/event/base.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Support handle_error for pre_pingMike Bayer2022-05-311-2/+2
* pep484: attributes and relatedMike Bayer2022-05-031-2/+4
* pep-484: asyncioMike Bayer2022-04-111-0/+2
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-1/+1
* pep-484 for engineMike Bayer2022-03-011-5/+19
* pep-484 for poolMike Bayer2022-02-171-4/+14
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-73/+139
* remove internal use of metaclassesMike Bayer2022-01-111-55/+86
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Replace raise_ with raise fromFederico Caselli2021-12-271-7/+4
* Clean up most py3k compatFederico Caselli2021-11-241-3/+1
* Remove object in class definitionFederico Caselli2021-11-221-4/+4
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Accommodate column-based naming conventions for pk constraintMike Bayer2021-02-041-1/+7
* happy new yearMike Bayer2021-01-041-1/+1
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-2/+33
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+1
* Adapt event exec_once_mutex to asyncioMike Bayer2020-09-141-2/+11
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-1/+1
* Remove return statement in __init__.Heckad2020-01-041-1/+1
* happy new yearMike Bayer2020-01-011-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-0/+4
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-1/+4
* Run black -l 79 against all source filesMike Bayer2019-01-061-19/+26
* Tweak code-style and readability in `events/base.py`Iwo Herka2018-11-021-42/+38
* 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
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - 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-041-48/+98
* - start trying to move things into __slots__. This seems to reduce theslotsMike Bayer2015-01-041-0/+2
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-11/+13
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-2/+42
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-0/+171