index
:
delta/python-packages/psycopg2.git
2_7_3_2
appveyor-py
async-keyword
bug-550
bug-557
bug-558
cockroachdb-tests
code-cleanup
column-slice
connection-info
cpychecker
decorators-fun
description-extra-attrs
diag-schema-name-nonloc
dont_set_datestyle_in_replication_mode
drop-display-size
encrypt-password-fix-tests
errors-module
errors-module-c
execute-locks
expand-version
fast-codecs
fast-executemany
fast-namedtuple
fast-test
fix-1019
fix-1073
fix-1248
fix-211
fix-443
fix-453
fix-512
fix-517
fix-518
fix-528
fix-562
fix-570
fix-578
fix-604
fix-679
fix-707
fix-707-27
fix-716
fix-716-27
fix-746
fix-788
fix-790
fix-794
fix-808
fix-856
fix-886
fix-887
fix-901
fix-948
fix-961
fix-binaries-2.7.6
fix-bsd-version
fix-iter-warning
fix-wheel-libresolv
goodbye-initd
goodbye-psycopg1
identifier-sequence
info-dsn-params
issue-template
libpq-10
libpq-10.1
libpq-ptrs
lo64
maint_2_4
maint_2_5
maint_2_6
maint_2_7
maint_2_8
manylinux
manylinux-dist
master
module-init-cleanup
mogrify-on-closed-cursor
musllinux
named-callproc
namedtuple-invalid-identifiers
naming
nested-array-nulls
new-release-procedure
no-set-default-session
no-unittest2
obscure-password-before-connect
openssl-1.0.2n
openssl-1.1-windows
pg10
pg12
pull-507
py310
py36-warnings
py37
py38
py38-win
py39-appveyor
qstring-writable-encoding
qualified
register-bytes
separate-binary
session-attributes
sql-compose
sql-copy
strip-macos
strip-wheel
test-dinosaurs
test-pg-11
test-postgres-10beta1
test-windows
test_i686
test_libpq91
testmr
travis
travis-db-matrix
travis-deadlock
github.com: psycopg/psycopg2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_connection.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the connection.info properties instead of the legacy methods
connection-info
Daniele Varrazzo
2018-10-13
1
-37
/
+37
*
Guard from some info functions not available in some libpq versions
Daniele Varrazzo
2018-10-13
1
-0
/
+11
*
Added ConnectionInfo.parameter_status()
Daniele Varrazzo
2018-10-13
1
-0
/
+15
*
Added ConnectionInfo.ssl_attribute()
Daniele Varrazzo
2018-10-13
1
-0
/
+15
*
Added all the missing ConnectionInfo attributes
Daniele Varrazzo
2018-10-13
1
-0
/
+28
*
Added ConnectionInfo.error_message
Daniele Varrazzo
2018-10-13
1
-0
/
+12
*
Added other members to the ConnectionInfo class
Daniele Varrazzo
2018-10-12
1
-1
/
+26
*
Added several ConnectionInfo attributes
Daniele Varrazzo
2018-10-12
1
-0
/
+36
*
Moving host attribute to a connection.info object
Daniele Varrazzo
2018-10-11
1
-6
/
+3
*
Added connection.host
Marco De Paoli
2018-10-06
1
-1
/
+14
*
Better testing of encryption function with libpq < 10
encrypt-password-fix-tests
Daniele Varrazzo
2018-08-17
1
-53
/
+44
*
Fixed refcount handling in encrypt_password
Daniele Varrazzo
2018-05-20
1
-0
/
+11
*
Fixed keywords support for encrypt_password and tests completed
Daniele Varrazzo
2018-05-20
1
-2
/
+28
*
Fixed code flow in encrypt_password()
Daniele Varrazzo
2018-05-20
1
-14
/
+14
*
Merge branch 'master' into master
Ashesh Vashi
2018-05-08
1
-9
/
+36
|
\
|
*
Allow strings subclasses in ensure_bytes
fix-679
Daniele Varrazzo
2018-02-21
1
-0
/
+14
|
*
Silence warning on import failing a test
Daniele Varrazzo
2018-01-29
1
-1
/
+5
|
*
Fixed idempotence check changing connection characteristics
Daniele Varrazzo
2018-01-11
1
-0
/
+10
|
*
Use relative imports throughout tests
Jon Dufresne
2017-12-10
1
-2
/
+2
|
*
Remove unnecessary script_to_py3; make scripts compatible instead
Jon Dufresne
2017-12-01
1
-2
/
+2
|
*
Drop support for EOL Python 2.6
Hugo
2017-11-28
1
-2
/
+1
|
*
Use modern except syntax throughout project
Jon Dufresne
2017-11-20
1
-2
/
+2
*
|
Moving the encrypt_password method from the connection class to the
Ashesh Vashi
2017-09-14
1
-7
/
+10
*
|
Merge remote-tracking branch 'psycopg2/master'
Ashesh Vashi
2017-09-11
1
-0
/
+1
|
\
\
|
|
/
|
*
Skipped a couple of test with unsupported postgres features
Daniele Varrazzo
2017-07-22
1
-0
/
+1
*
|
'encrypt_password' raises 'psycopg2.NotSupportedErorr' exception for
Ashesh Vashi
2017-07-17
1
-10
/
+4
*
|
When compiled with libpq version < 10, it raises 'psycopg2.NotSupportedError'...
Ashesh Vashi
2017-07-17
1
-1
/
+1
*
|
Added support for preparing the encrypted password of a PostgreSQL
Ashesh Vashi
2017-07-17
1
-1
/
+55
|
/
*
Ignore spurious output in test with Python debug build
Daniele Varrazzo
2017-06-17
1
-0
/
+3
*
Don't force a valid return code for the test
Daniele Varrazzo
2017-06-15
1
-1
/
+1
*
Added test to reproduce bug #551
Daniele Varrazzo
2017-06-15
1
-1
/
+57
*
Obscure the password on url dsn too
Daniele Varrazzo
2017-03-16
1
-7
/
+4
*
Added tests to verify the password is obscured
Daniele Varrazzo
2017-03-15
1
-0
/
+40
*
Bunch of test tweaks to make the test grid green
Daniele Varrazzo
2017-03-14
1
-10
/
+2
*
Ignore None arguments passed to make_dsn()
fix-517
Daniele Varrazzo
2017-03-01
1
-0
/
+4
*
Added readonly and deferrable attributes
Daniele Varrazzo
2017-02-16
1
-15
/
+112
*
Revert pre-2.7b1 behaviour of silent rollback on conn.set_isolation_level()
Daniele Varrazzo
2017-02-16
1
-6
/
+26
*
connection.isolation_level is now writable
Daniele Varrazzo
2017-02-16
1
-78
/
+179
*
Merge branch 'no-set-default-session'
Daniele Varrazzo
2017-02-07
1
-53
/
+54
|
\
|
*
Set default_transaction_* GUC if session state is changed in autocomit
Daniele Varrazzo
2017-02-04
1
-24
/
+25
|
*
Exposing ISOLATION_LEVEL_DEFAULT to Python
Daniele Varrazzo
2017-02-04
1
-1
/
+1
|
*
Test looking the transactions characteristics instead of the default
Daniele Varrazzo
2017-02-04
1
-28
/
+28
*
|
assertDsnEqual moved as TestSuite method
Daniele Varrazzo
2017-02-06
1
-5
/
+5
|
/
*
Merge branch 'async-keyword'
Daniele Varrazzo
2017-02-03
1
-8
/
+5
|
\
|
*
Added async_ as an alias for async
Daniele Varrazzo
2017-02-03
1
-8
/
+5
*
|
Further skipping of slow tests
Daniele Varrazzo
2017-02-02
1
-0
/
+2
*
|
Allow skipping the slow test
manylinux
Daniele Varrazzo
2017-02-02
1
-1
/
+5
|
/
*
Fixed tests failing on Python 2.6
Daniele Varrazzo
2016-12-24
1
-1
/
+1
*
Python source cleanup using flake8
Daniele Varrazzo
2016-10-11
1
-20
/
+35
*
Merge branch 'master' into replication-protocol
Daniele Varrazzo
2016-08-07
1
-0
/
+7
|
\
[next]