summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-4/+11
* happy new yearMike Bayer2021-01-048-8/+8
* Repair async test refactorMike Bayer2021-01-022-0/+18
* Support testing of async drivers without fallback modeFederico Caselli2020-12-303-2/+22
* Allow Declarative to extract class attr from fieldMike Bayer2020-12-192-0/+17
* Merge "Send deterministic ordering into unit of work topological"mike bayer2020-12-121-13/+16
|\
| * Send deterministic ordering into unit of work topologicalMike Bayer2020-12-111-13/+16
* | Merge "Implement `TypeEngine.as_generic`"mike bayer2020-12-092-0/+16
|\ \
| * | Implement `TypeEngine.as_generic`Gord Thompson2020-12-082-0/+16
* | | Merge "Detect non compatible execution in async mode"mike bayer2020-12-081-1/+11
|\ \ \ | |/ / |/| |
| * | Detect non compatible execution in async modeFederico Caselli2020-12-081-1/+11
| |/
* | Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+Federico Caselli2020-12-072-72/+101
|/
* Merge "Don't emit warnings on descriptor access"mike bayer2020-11-201-4/+25
|\
| * Don't emit warnings on descriptor accessMike Bayer2020-11-201-4/+25
* | Merge "Support pool.connect() event firing before all else"mike bayer2020-11-202-0/+19
|\ \ | |/ |/|
| * Support pool.connect() event firing before all elseMike Bayer2020-11-192-0/+19
* | Support PEP-567 context variablesFantix King2020-11-191-0/+12
|/
* revert the code change part of the previous commitMike Bayer2020-11-071-10/+6
* improve verbiage a bit for the public_factoryMike Bayer2020-11-071-11/+24
* Reduce import time overheadMike Bayer2020-11-035-127/+157
* Ensure AsyncAdaptedLock is presentMike Bayer2020-11-021-11/+12
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-5/+19
* Add deprecation for base Executable.bindMike Bayer2020-10-161-2/+10
* Merge "Drop python 3.5 support"mike bayer2020-10-102-2/+0
|\
| * Drop python 3.5 supportFederico Caselli2020-10-082-2/+0