summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/compat.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* dont call platform.architecture()Mike Bayer2022-12-161-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+2
* Repair test in 32bit python builds.Federico Caselli2022-11-121-0/+1
* ensure anon_map is passed for most annotated traversalsMike Bayer2022-11-111-0/+1
* Support result.close() for all iterator patternsMike Bayer2022-11-031-0/+23
* implement dataclass_transformsMike Bayer2022-05-201-2/+11
* revenge of pep 484Mike Bayer2022-05-151-3/+6
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+1
* use code generation for scoped_sessionMike Bayer2022-04-121-4/+4
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+4
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-1/+0
* mypy: sqlalchemy.utilMike Bayer2022-01-241-39/+42
* Initial ORM typing layoutMike Bayer2022-01-141-1/+0
* initial reorganize for static typingMike Bayer2022-01-121-3/+3
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Properly type _generative, decorator, public_factoryFederico Caselli2021-12-301-1/+6
* Merge "Replace raise_ with raise from" into mainFederico Caselli2021-12-271-52/+0
|\
| * Replace raise_ with raise fromFederico Caselli2021-12-271-52/+0
* | Merge "cursor tweaks" into mainmike bayer2021-12-271-0/+11
|\ \ | |/ |/|
| * cursor tweaksMike Bayer2021-12-271-0/+11
* | factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-271-1/+1
|/
* provide connectionfairy on initializeMike Bayer2021-11-291-0/+1
* Clean up most py3k compatFederico Caselli2021-11-241-488/+135
* Remove object in class definitionFederico Caselli2021-11-221-2/+2
* First round of removal of python 2Federico Caselli2021-11-011-1/+0
* Avoid mutable object as default valuestsimafeip2021-08-241-0/+3
* Support generics in code to allow Column[int] etcFederico Caselli2021-07-271-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
* get tests to pass on python 3.10Mike Bayer2021-05-271-12/+8
* Fix ForeignKeyConstraint.copy() errorGord Thompson2021-04-291-0/+15
* Adapt for importlib_metadata changesMike Bayer2021-03-291-0/+13
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-261-1/+1
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-1/+1
* | Fill-out dataclass-related attr resolutionMike Bayer2021-01-251-0/+20
|/
* happy new yearMike Bayer2021-01-041-1/+1
* Allow Declarative to extract class attr from fieldMike Bayer2020-12-191-0/+16
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+18
* Drop python 3.5 supportFederico Caselli2020-10-081-1/+0
* Revert "Use monotonic time for pool age measurement"Mike Bayer2020-10-071-3/+0
* Use monotonic time for pool age measurementMike Bayer2020-10-071-0/+3
* Address minor comments from previous changesFederico Caselli2020-10-061-1/+1
* Enable pypy tests on github workflowFederico Caselli2020-10-021-0/+1
* Add reflection for Identity columnsFederico Caselli2020-09-281-0/+2
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+1
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-0/+8
* Use importlib_metadata; add namespace for mariadbMike Bayer2020-08-131-0/+6
* Add complete platform data to profiling dataFederico Caselli2020-08-071-0/+1
* Make call-count profiling tests on osx have their own platform keyFederico Caselli2020-07-111-0/+1
* Use time.perf_counter() for cache time measurementMike Bayer2020-06-241-0/+2