summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix various source comment/doc typosluz paz2021-12-291-2/+2
* | happy new year 2022Mike Bayer2022-01-0610-10/+10
* | Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-052-86/+6
* | Properly type _generative, decorator, public_factoryFederico Caselli2021-12-303-7/+45
* | Merge "Replace raise_ with raise from" into mainFederico Caselli2021-12-274-77/+6
|\ \
| * | Replace raise_ with raise fromFederico Caselli2021-12-274-77/+6
| |/
* | Merge "cursor tweaks" into mainmike bayer2021-12-271-0/+11
|\ \ | |/ |/|
| * cursor tweaksMike Bayer2021-12-271-0/+11
* | Merge "factor out UnboundLoad and rearchitect strategy_options.py" into mainmike bayer2021-12-272-19/+39
|\ \
| * | factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-272-19/+39
| |/
* | implement cython for cache_anon_map, prefix_anon_mapMike Bayer2021-12-211-1/+3
|/
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-173-421/+418
* Include import error message when greenlet is not installedFederico Caselli2021-12-091-2/+6
* provide connectionfairy on initializeMike Bayer2021-11-292-0/+44
* Clean up most py3k compatFederico Caselli2021-11-248-783/+188
* Remove object in class definitionFederico Caselli2021-11-223-19/+19
* use tuple expansion if type._is_tuple, test for Sequence if no typeMike Bayer2021-11-051-0/+1
* First round of removal of python 2Federico Caselli2021-11-014-28/+2
* warnings removal, merge_resultMike Bayer2021-10-291-6/+12
* deprecation warnings: with_parent, aliased, from_joinpointMike Bayer2021-10-271-2/+7
* vendor asynccontextmanager outside of greenlet dependencyMike Bayer2021-10-183-65/+84
* add attribute sphinx is breaking onMike Bayer2021-09-171-1/+1
* vendor asynccontextmanagerMike Bayer2021-09-172-0/+65
* Avoid mutable object as default valuestsimafeip2021-08-241-0/+3
* Support generics in code to allow Column[int] etcFederico Caselli2021-07-272-1/+3
* Replace all http:// links to https://Federico Caselli2021-07-048-10/+10
* ensure greenlet_spawn propagates BaseExceptionMike Bayer2021-06-181-1/+3
* Merge "Propagate asyncio flag from the dialect to selected pool classes"mike bayer2021-06-091-1/+0
|\
| * Propagate asyncio flag from the dialect to selected pool classesFederico Caselli2021-06-081-1/+0
* | Add asyncio.TimeoutError as an exit exceptionMike Bayer2021-06-073-1/+11
|/
* Adjust create_proxy_methods() to use kw argumentsMike Bayer2021-06-031-2/+18
* get tests to pass on python 3.10Mike Bayer2021-05-272-15/+26
* Improve cascade backrefs warning and add `code` to deprecation warningsStephen Rosen2021-05-102-16/+16
* calculate warnings stacklevels dynamicallyMike Bayer2021-05-102-7/+40
* unify transactional context managersMike Bayer2021-05-051-0/+5
* Avoid creating asyncio.Lock on the wrong loop.Federico Caselli2021-05-011-2/+8
* Fix ForeignKeyConstraint.copy() errorGord Thompson2021-04-291-0/+15
* Prevent loading contextvars in python 3.6Federico Caselli2021-04-011-7/+12
* Expand sibling tests for overlaps warningMike Bayer2021-03-311-1/+4
* Adapt for importlib_metadata changesMike Bayer2021-03-292-3/+14
* Add support for aiosqliteFederico Caselli2021-03-241-1/+1
* Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-161/+161
* Minor optimization to the codeFederico Caselli2021-02-183-6/+32
* Merge "Fix many spell glitches in docstrings and comments"mike bayer2021-01-264-6/+6
|\
| * Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-244-6/+6
* | Fill-out dataclass-related attr resolutionMike Bayer2021-01-252-0/+21
* | Limit AsyncAdaptedQueue to Python 3.7Federico Caselli2021-01-241-10/+4
|/
* Merge "Improve error message when await_ call errors"mike bayer2021-01-231-4/+6
|\
| * Improve error message when await_ call errorsFederico Caselli2021-01-211-4/+6
* | Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-211-7/+25
|/