]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
2021-11-10  Denis LaxaldeLet mypy check all tests/*
2021-11-10  Denis LaxaldeInstall test dependencies in 'mypy' tox env
2021-11-10  Denis LaxaldeDeclare 'elapsed' value before usage in async connectio...
2021-11-10  Denis LaxaldeDeclare tx_params using TypeDict values in connection...
2021-11-10  Denis LaxaldeIgnore mypy 'attr-defined' error about asyncio.Proactor...
2021-11-10  Denis LaxaldeIgnore mypy 'index' errors about cursor.fetchone()...
2021-11-10  Denis LaxaldeAdd type variable to *Cursor in connection tests
2021-11-10  Denis LaxaldeAdjust types in test_connection*::test_row_factory()
2021-11-10  Denis LaxaldeIgnore mypy 'comparison-overlap' error about row_factor...
2021-11-10  Denis LaxaldeCatch explicit exception type in test_connect_badargs()
2021-11-10  Denis LaxaldeOnly declare type of 'the_conninfo' in test_connect_args()
2021-11-10  Denis LaxaldeIgnore mypy 'comparison-overlap' in connection tests
2021-11-10  Denis LaxaldeLet mypy ignore uvloop imports, missing types
2021-11-10  Denis LaxaldeAllow mypy implicit re-export for tenacity
2021-11-10  Denis LaxaldeMake test_concurrency*.py mypy-clean
2021-11-10  Denis LaxaldeMake test_copy*.py mypy-clean
2021-11-10  Denis LaxaldeMake cursor tests mypy-clean
2021-11-10  Denis LaxaldeIgnore 'arg-type' mypy error about list subclass in...
2021-11-10  Denis LaxaldeMake test_adapt.py mypy-clean
2021-11-10  Denis LaxaldeMake fix_faker mypy-clean
2021-11-10  Denis LaxaldeFix mypy errors in test_errors.py
2021-11-10  Denis LaxaldeUse a different iter variable in test_evict_lru_dealloc...
2021-11-10  Denis LaxaldeCheck that tzinfo.utcoffset() does not return None...
2021-11-10  Denis LaxaldeLet mypy check tests/test_dns* code
2021-11-10  Denis LaxaldeDo not catch TypeError in test_resolve_hostaddr_async_bad()
2021-11-10  Denis LaxaldeAdd a type hint for a list in dns tests
2021-11-10  Denis LaxaldeIgnore (false) Mypy attr-defined error in dns tests
2021-11-10  Denis LaxaldeAdd type parameter to AsyncConnection in dns tests
2021-11-10  Daniele VarrazzoDocs typo: a -> an
2021-11-10  Daniele VarrazzoBump pool version number to next dev release
2021-11-09  Daniele VarrazzoMerge branch 'musllinux'
2021-11-09  Daniele VarrazzoMention musllinux packages release in news file
2021-11-09  Daniele VarrazzoBump dev version numbers to prepare testpypi packages
2021-11-09  Peter LithammerAdd Alpine support to `wheel_linux_before_all.sh` script 141/head
2021-11-08  Peter LithammerUpdate cibuildwheel to v2.2.2
2021-11-08  Daniele VarrazzoExpose the C package version in the _cmodule module
2021-11-08  Daniele VarrazzoAllow to run typing tests from an arbitrary location
2021-11-08  Daniele VarrazzoInclude typing information in psycopg-binary distribution
2021-11-08  Daniele VarrazzoMerge branch 'wheel-strip' into packaging-love
2021-11-08  Daniele VarrazzoMention binary package size reduction in changelog
2021-11-08  Daniele VarrazzoInstall the zip command in the cibuildwheel image
2021-11-08  Daniele VarrazzoStrip only psycopg dynamic libraries, not the system...
2021-11-08  Daniele VarrazzoStrip debug symbols from wheel packages
2021-11-08  Daniele VarrazzoBump to next dev release
2021-11-08  Daniele VarrazzoAdd Generic Counter and Deque to compat module
2021-11-08  Daniele VarrazzoSet version number to 3.0.2 3.0.2
2021-11-03  Daniele VarrazzoMerge branch 'mypy-tests/scripts'
2021-11-03  Denis LaxaldeLet mypy check tests/scripts code
2021-11-03  Denis LaxaldeMake spiketest.py script mypy-clean
2021-11-03  Denis LaxaldeAdd a type hint for main() in dectest's scripts
2021-11-03  Denis LaxaldeAllow Iterable type for cursor.executemany() parameters
2021-11-03  Daniele VarrazzoMerge branch 'mypy-tests/pool'
2021-11-03  Denis LaxaldeLet mypy check tests/pool code
2021-11-03  Denis LaxaldeIgnore mypy errors about cursor.fetchone()
2021-11-03  Denis LaxaldeUse the correct connection class in test_pool_async...
2021-11-03  Denis LaxaldeDeclare type variable for Counter in pool tests
2021-11-03  Denis LaxaldeDeclare types for dynamically populated lists in pool...
2021-11-03  Denis LaxaldeAdd required type variable to (Async)Connection in...
2021-11-03  Denis LaxaldeAvoid unassigned list comprehensions in pool tests
2021-11-03  Denis LaxaldeUse setattr() when monkeypatching in pool tests
2021-11-03  Denis LaxaldeMake tests/pool a Python package
2021-11-03  Daniele VarrazzoMerge branch 'mypy-tests/dbapi20'
2021-11-03  Denis LaxaldeMake dbapi20 tests mypy-clean
2021-11-03  Denis LaxaldeCatch only expected exception in test_psycopg_dbapi20...
2021-11-03  Denis LaxaldeDrop duplicated test_nextset() method of DatabaseAPI20Test
2021-11-03  Daniele VarrazzoMerge branch 'mypy-tests/test_sql'
2021-11-03  Denis LaxaldeLet mypy check tests/test_sql.py
2021-11-03  Denis LaxaldeFix type of re.sub() call in sql tests
2021-11-03  Denis LaxaldeLet mypy ignore expected type errors in sql tests
2021-11-03  Denis LaxaldeWork around a mypy 'Incompatible types in assignment...
2021-11-03  Daniele VarrazzoMerge branch 'mypy-tests/pq'
2021-11-03  Denis LaxaldeLet mypy check tests/pq code
2021-11-03  Denis LaxaldeLet mypy ignore an expected type error in pq tests
2021-11-03  Denis LaxaldeAdjust test_pgconn::test_info() for mypy
2021-11-03  Denis LaxaldeRename a variable in test_conninfo_parse()
2021-11-03  Denis LaxaldeRename a variable in tests/pq/test_copy.py
2021-11-03  Denis LaxaldeAdjust test_pq::test_build_version() for mypy
2021-11-03  Denis LaxaldeRename a variable in test_conninfo_parse() to silent...
2021-11-03  Daniele VarrazzoMerge branch 'mypy-tests/types'
2021-11-02  Denis LaxaldeLet mypy check tests/types code 132/head
2021-11-02  Denis LaxaldeRename a variable in test_composite.py::test_register_s...
2021-11-02  Denis LaxaldeAdd a couple of "# type: ignore" in datetime tests
2021-11-02  Denis LaxaldeRename a variable in test_array.py::test_all_chars()
2021-11-02  Denis LaxaldeMake test_multirange.py mypy-clean
2021-11-02  Denis LaxaldeMake test_range.py mypy-clean
2021-11-02  Denis LaxaldeIgnore typing errors in test_no_info_error() tests
2021-11-02  Denis LaxaldePass a dummy oid in test_hstore::test_parse_{ok,bad}
2021-10-30  Daniele VarrazzoMake __version__ importable, although not included... 131/head
2021-10-30  Daniele VarrazzoMake the mypy fixture available to the whole test suite
2021-10-30  Daniele VarrazzoHarmless refactoring to server-side cursors
2021-10-30  Daniele VarrazzoShorten server-side cursor execute() tracebacks
2021-10-30  Daniele VarrazzoMerge remote-tracking branch 'sureshdsk/issue-125'
2021-10-30  Daniele VarrazzoIgnore .venv dir in any subdir
2021-10-30  Suresh Kumaradded async server cursor close tests for fetchone... 126/head
2021-10-30  Suresh Kumarfixed cursor close check + updated news
2021-10-30  Suresh Kumaradded issue-125 fix to news
2021-10-30  Daniele VarrazzoFix Sphinx setup version specification
2021-10-30  Suresh Kumaradded async cursor close tests for fetchone, fetchmany...
2021-10-30  Suresh Kumarfixed cursor close check + added tests for fetchone...
2021-10-30  Suresh Kumarfix: check if cursor is closed
next