]> git.ipfire.org Git - thirdparty/psycopg.git/shortlog
thirdparty/psycopg.git
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
2021-10-28  Daniele VarrazzoFix test range comparison with empty ranges
2021-10-28  Daniele VarrazzoMark slow every test taking more than 0.1s to run
2021-10-28  Daniele VarrazzoBetter workaround for bad datetime comparison Python bug
2021-10-28  Daniele VarrazzoAvoid error in multirange arrays random testing
2021-10-28  Daniele VarrazzoRetry a brittle test
2021-10-28  Daniele VarrazzoMake ServerCursorHelper.format private
2021-10-28  Daniele Varrazzorefactor: compose DECLARE in the helper common path
2021-10-28  Daniele VarrazzoClean up imports/exports in psycopg package
2021-10-28  Daniele VarrazzoRename test file dropping the 3 from psycopg
2021-10-28  Denis LaxaldeRaise a TypeError when slice-setting a Multirange with...
2021-10-28  Denis LaxaldeRe-export DB-API type constructors and singletons
2021-10-26  Daniele VarrazzoFix formatting in news page
2021-10-26  Daniele VarrazzoFix type hint for `Connection.notifies()`
2021-10-26  Daniele VarrazzoFix type hint for `sql.SQL.join()`
2021-10-25  Daniele VarrazzoRemove the pgresult structure from the cursor on close
2021-10-25  Daniele VarrazzoBump sphinx to 4.2 to build docs
2021-10-25  Daniele VarrazzoInstall shapely requirements to validate docs
2021-10-21  Daniele VarrazzoExtend docs about connection context
2021-10-20  Daniele VarrazzoFix wrong error message on unknown PostgreSQL encoding
2021-10-20  Daniele VarrazzoBump version number to next dev release
2021-10-17  Ramiro MoralesFix var name in transactions doc examples
2021-10-16  Daniele VarrazzoHighlight meaningful lines in transaction examples
2021-10-16  Daniele VarrazzoFix docs wording after Daniel Fortunov's suggestion
2021-10-16  Daniel FortunovTweak "Multiple statements in the same query" docs
2021-10-15  Daniele VarrazzoAdd documentation about multiple statements execution
2021-10-15  Daniele VarrazzoImprove transactions documentation
2021-10-14  Daniele VarrazzoBump to version 3.0.1 3.0.1
2021-10-14  Daniele VarrazzoMerge branch 'bug-112'
2021-10-14  Daniele VarrazzoMention bug fixed in news file
2021-10-14  Daniele VarrazzoDon't use row dumpers to dump a sequence in C implement...
2021-10-13  Daniele VarrazzoAdd tests on executemany to check the same problem...
2021-10-13  Daniele VarrazzoDon't use row dumpers to dump a sequence
2021-10-13  Daniele VarrazzoAdd test to reproduce bug #112
next