]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
First round of removal of python 2
authorFederico Caselli <cfederico87@gmail.com>
Sat, 30 Oct 2021 20:00:25 +0000 (22:00 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Nov 2021 19:11:25 +0000 (15:11 -0400)
commit36e7aebd8d6faac77570403e99f9aa7b2330fa59
treef45950f61a4b27f128518be52157021ca4f4e8f7
parenta99ea884403de1e1f762e9b1eb635d7fc6ef8e6f
First round of removal of python 2

References: #4600
Change-Id: I61e35bc93fe95610ae75b31c18a3282558cd4ffe
65 files changed:
examples/dogpile_caching/environment.py
lib/sqlalchemy/dialects/mssql/information_schema.py
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/dialects/postgresql/hstore.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
lib/sqlalchemy/dialects/sqlite/pysqlite.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/engine/reflection.py
lib/sqlalchemy/engine/result.py
lib/sqlalchemy/engine/url.py
lib/sqlalchemy/ext/associationproxy.py
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/orm/evaluator.py
lib/sqlalchemy/orm/identity.py
lib/sqlalchemy/orm/instrumentation.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/operators.py
lib/sqlalchemy/sql/sqltypes.py
lib/sqlalchemy/sql/type_api.py
lib/sqlalchemy/testing/exclusions.py
lib/sqlalchemy/testing/plugin/bootstrap.py
lib/sqlalchemy/testing/plugin/pytestplugin.py
lib/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.py [deleted file]
lib/sqlalchemy/testing/requirements.py
lib/sqlalchemy/testing/suite/test_dialect.py
lib/sqlalchemy/testing/suite/test_types.py
lib/sqlalchemy/testing/suite/test_unicode_ddl.py
lib/sqlalchemy/testing/util.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/_collections.py
lib/sqlalchemy/util/compat.py
lib/sqlalchemy/util/langhelpers.py
test/aaa_profiling/test_misc.py
test/base/test_concurrency_py3k.py
test/base/test_events.py
test/base/test_tutorials.py
test/base/test_utils.py
test/dialect/mssql/test_query.py
test/dialect/mssql/test_types.py
test/dialect/oracle/test_dialect.py
test/dialect/oracle/test_types.py
test/dialect/postgresql/test_dialect.py
test/dialect/postgresql/test_types.py
test/dialect/test_sqlite.py
test/engine/test_execute.py
test/engine/test_parseconnect.py
test/engine/test_pool.py
test/ext/asyncio/test_engine_py3k.py
test/ext/asyncio/test_scoping_py3k.py
test/orm/declarative/test_basic.py
test/orm/test_collection.py
test/orm/test_dataclasses_py3k.py
test/orm/test_deprecations.py
test/orm/test_inspect.py
test/orm/test_instrumentation.py
test/orm/test_mapper.py
test/orm/test_query.py
test/orm/test_scoping.py
test/orm/test_transaction.py
test/sql/test_compare.py
test/sql/test_operators.py
test/sql/test_quote.py
test/sql/test_resultset.py