summaryrefslogtreecommitdiff
path: root/test/base/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Add missing methods to OrderedSet.Federico Caselli2023-03-301-0/+128
* Fix regression when deserializing python rows into cythonFederico Caselli2023-03-101-3/+2
* Try running pyupgrade on the codeFederico Caselli2022-11-161-16/+14
* perf improvements related to corresponding_column (2)Mike Bayer2022-11-151-3/+20
* work around Python 3.11 IntEnum issue; update FastIntFlagMike Bayer2022-11-101-8/+97
* Add pep 584 to python immutabledict fallbackFederico Caselli2022-10-221-0/+17
* Improve compiled extension detectionFederico Caselli2022-09-051-0/+18
* implement tuple-slices from .c collectionsMike Bayer2022-08-011-2/+25
* pep-484: session, instancestate, etcMike Bayer2022-04-121-12/+35
* pep484 - sql.selectableMike Bayer2022-04-041-2/+2
* pep-484: the pep-484ening, SQL part threeMike Bayer2022-03-301-19/+19
* establish mypy / typing approach for v2.0Mike Bayer2022-02-131-0/+44
* mypy: sqlalchemy.utilMike Bayer2022-01-241-2/+15
* initial reorganize for static typingMike Bayer2022-01-121-35/+0
* Replace raise_ with raise fromFederico Caselli2021-12-271-60/+0
* factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-271-22/+37
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-0/+50
* Clean up most py3k compatFederico Caselli2021-11-241-102/+21
* Remove object in class definitionFederico Caselli2021-11-221-57/+57
* First round of removal of python 2Federico Caselli2021-11-011-101/+5
* Adjust create_proxy_methods() to use kw argumentsMike Bayer2021-06-031-0/+22
* Added back ``items`` and ``values`` to ``ColumnCollection`` class.Federico Caselli2021-03-171-1/+29
* Implement `TypeEngine.as_generic`Gord Thompson2020-12-081-0/+89
* Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+Federico Caselli2020-12-071-0/+27
* Deprecate duplicated column names in Table definitionMike Bayer2020-10-121-0/+17
* Merge "Drop python 3.5 support"mike bayer2020-10-101-5/+1
|\
| * Drop python 3.5 supportFederico Caselli2020-10-081-5/+1
* | generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-93/+129
|/
* Use preloaded for sql.util import in excMike Bayer2020-10-061-1/+2
* Enable pypy tests on github workflowFederico Caselli2020-10-021-1/+2
* Documentation updates for 1.4Mike Bayer2020-08-051-0/+9
* Add immutabledict C codeMike Bayer2020-05-231-2/+91
* Don't apply sets or similar to objects in IdentitySetMike Bayer2020-05-031-4/+23
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-139/+0
* Fix typo in resultproxy.c and test compatibility with python 3.5Federico Caselli2020-03-281-0/+2
* Improve the method ``__str__`` of :class:`ColumnCollection`Federico Caselli2020-03-241-0/+11
* Simplified module pre-loading strategy and made it linter friendlyFederico Caselli2020-03-071-0/+33
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-10/+18
* Result initial introductionMike Bayer2020-02-211-18/+34
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-12/+5
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-13/+0
* Fix WeakSequence circular referenceCarson Ip2019-12-271-0/+13
* Skip sub-minute timezone tests for Python 3 < 3.7Mike Bayer2019-12-021-1/+6
* Add DATETIMEOFFSET support for mssql+pyodbcGord Thompson2019-11-291-0/+62
* Rewrite pool reset_on_return parsing using a util functionMike Bayer2019-08-111-0/+63
* Allow duplicate columns in from clauses and selectablesMike Bayer2019-07-111-112/+447
* SelectBase no longer a FromClauseMike Bayer2019-07-061-0/+24
* Enable F841Mike Bayer2019-06-201-2/+2
* Add test to as_interface when no cls or methodsToni Karppi2019-02-211-0/+4
* move to inspect_getfullargspecMike Bayer2019-01-151-31/+132