summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/_collections.py
Commit message (Expand)AuthorAgeFilesLines
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-0/+1
* update for mypy 1.1.1Mike Bayer2023-03-081-1/+1
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-6/+3
* revenge of pep 484Mike Bayer2022-05-151-2/+2
* pep484: attributes and relatedMike Bayer2022-05-031-2/+2
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+1
* pep-484: ORM public API, constructorsMike Bayer2022-04-201-2/+3
* pep484: schema APIMike Bayer2022-04-151-5/+6
* pep-484: session, instancestate, etcMike Bayer2022-04-121-15/+20
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-3/+3
* pep484 - sql.selectableMike Bayer2022-04-041-1/+2
* pep-484: the pep-484ening, SQL part threeMike Bayer2022-03-301-5/+5
* pep484 - SQL internalsMike Bayer2022-03-241-1/+1
* pep-484 - SQL column operationsMike Bayer2022-03-151-18/+3
* additional mypy strictnessMike Bayer2022-03-121-17/+32
* pep-484 for engineMike Bayer2022-03-011-1/+6
* disable pyright from pep 484Mike Bayer2022-02-231-1/+1
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-12/+76
* mypy: sqlalchemy.utilMike Bayer2022-01-241-81/+161
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-418/+12
* Clean up most py3k compatFederico Caselli2021-11-241-113/+7
* Remove object in class definitionFederico Caselli2021-11-221-6/+6
* First round of removal of python 2Federico Caselli2021-11-011-12/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Minor optimization to the codeFederico Caselli2021-02-181-6/+20
* happy new yearMike Bayer2021-01-041-1/+1
* Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+Federico Caselli2020-12-071-72/+100
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+1
* Robustness for lambdas, lambda statementsMike Bayer2020-08-051-3/+27
* Convert execution to move through SessionMike Bayer2020-05-251-9/+5
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-0/+6
* Add immutabledict C codeMike Bayer2020-05-231-15/+68
* Performance fixes for new result setMike Bayer2020-05-211-0/+8
* Don't apply sets or similar to objects in IdentitySetMike Bayer2020-05-031-44/+27
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-11/+4
* Result initial introductionMike Bayer2020-02-211-131/+0
* happy new yearMike Bayer2020-01-011-1/+1
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-1/+19
* Fix WeakSequence circular referenceCarson Ip2019-12-271-4/+6
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-9/+0
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-14/+14
* Run black -l 79 against all source filesMike Bayer2019-01-061-52/+70
* Check collection less than two items remaining before firing scalar backref r...Mike Bayer2018-12-281-0/+30
* Merge "Fix collections ABC access before Python 3.8"mike bayer2018-08-011-3/+3
|\
| * Fix collections ABC access before Python 3.8Nathaniel Knight2018-08-011-3/+3
* | Mention Properties keys in __dir__Korn, Uwe2018-08-011-0/+3
|/