summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/instrumentation.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+2
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+8
* pep484 ORM / SQL result supportMike Bayer2022-04-271-0/+3
* pep-484: ORM public API, constructorsMike Bayer2022-04-201-6/+31
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Ensure extended instrumentation is fully disposedMike Bayer2021-05-201-4/+4
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-16/+0
* Post black reformattingMike Bayer2019-01-061-10/+12
* Run black -l 79 against all source filesMike Bayer2019-01-061-31/+47
* - Repair _reinstall_default_lookups to also flip the _extended flagMike Bayer2015-05-011-1/+8
* PEP8 style fixesBrian Jarrett2014-07-131-3/+3
* Add API generation to resolve cross referencesVraj Mohan2013-11-171-1/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-4/+4
* just a pep8 pass of lib/sqlalchemy/extDiana Clarke2012-11-191-8/+18
* - move load_scalar_attributes out to loading.pyMike Bayer2012-07-141-18/+19
* - [moved] The InstrumentationManager interfaceMike Bayer2012-06-241-0/+396