summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* | generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-102-8/+148
|/
* Revert "Use monotonic time for pool age measurement"Mike Bayer2020-10-072-4/+0
* Use monotonic time for pool age measurementMike Bayer2020-10-072-0/+4
* Merge "Address minor comments from previous changes"mike bayer2020-10-071-1/+1
|\
| * Address minor comments from previous changesFederico Caselli2020-10-061-1/+1
* | Use preloaded for sql.util import in excMike Bayer2020-10-063-49/+64
|/
* Enable pypy tests on github workflowFederico Caselli2020-10-023-2/+4
* Add reflection for Identity columnsFederico Caselli2020-09-281-0/+2
* upgrade to black 20.8b1Mike Bayer2020-09-285-20/+22
* Merge "Pass all pool parameters in recreate()"mike bayer2020-09-141-0/+1
|\
| * Pass all pool parameters in recreate()Mike Bayer2020-09-141-0/+1
* | Adapt event exec_once_mutex to asyncioMike Bayer2020-09-142-0/+15
|/