summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/util.py
Commit message (Expand)AuthorAgeFilesLines
* Fix regression when deserializing python rows into cythonFederico Caselli2023-03-101-1/+1
* happy new year 2023Mike Bayer2023-01-031-1/+1
* ensure anon_map is passed for most annotated traversalsMike Bayer2022-11-111-0/+63
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-10/+29
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-0/+2
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* First round of removal of python 2Federico Caselli2021-11-011-22/+2
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-5/+55
* happy new yearMike Bayer2021-01-041-1/+1
* remove metadata.bind use from test suiteMike Bayer2021-01-031-1/+1
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-19/+13
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-1/+1
* Drop python 3.5 supportFederico Caselli2020-10-081-2/+1
* Fix typo in resultproxy.c and test compatibility with python 3.5Federico Caselli2020-03-281-1/+2
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-18/+4
* Enable F821Mike Bayer2020-01-041-2/+24
* happy new yearMike Bayer2020-01-011-1/+1
* Implement random_choices for Python 2Mike Bayer2019-12-201-0/+15
* Introduce lambda combinationsMike Bayer2019-12-041-0/+15
* Introduce flag combinations fixtureMike Bayer2019-11-221-0/+50
* Refactor dialect tests for combinationsMike Bayer2019-10-221-0/+24
* Add __reduce_ex__ to MutableList; add compat for older picklesMike Bayer2019-04-091-1/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-2/+8
* Run black -l 79 against all source filesMike Bayer2019-01-061-25/+41
* happy new yearMike Bayer2018-01-121-1/+1
* Ensure we check for boolean condition when we inspect __exit__()Mike Bayer2017-07-241-1/+1
* New features from python 2.7Катаев Денис2017-03-171-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - use schema argument correctly when we are dropping for a schemaMike Bayer2016-01-281-1/+1
* - Fixed regression regarding the declarative ``__declare_first__``Mike Bayer2015-04-241-0/+11
* - repair a regression caused by #3282, where we no longer wereMike Bayer2015-04-221-1/+2
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-261-0/+4
* - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-0/+55
* - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-281-1/+3
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-3/+4
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-8/+8
* - the raw 2to3 runMike Bayer2013-04-271-9/+9
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-2/+1
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-3/+7
* fix for pypy/jython gc_collectMike Bayer2012-10-151-2/+2
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-2/+2