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
*
Merge branch 'fix-829'
Daniele Varrazzo
2019-03-18
1
-3
/
+46
|
\
|
*
subprocess test function moved into a module
Daniele Varrazzo
2019-03-17
1
-11
/
+26
|
*
Added test to reproduce ticket #829
Daniele Varrazzo
2019-03-17
1
-0
/
+28
*
|
Allow incorrect result for pgconn_ptr test on OSX
Daniele Varrazzo
2019-03-18
1
-0
/
+3
|
/
*
Use PY2, PY3 for conditional code instead of sys.version_info
Daniele Varrazzo
2019-03-16
1
-2
/
+2
*
Other import moved to top level in tests
Daniele Varrazzo
2019-03-16
1
-13
/
+9
*
Move imports to the top of the module across tests
Jon Dufresne
2019-03-16
1
-17
/
+10
*
Fix invalid exception handler: `except e:`
Jon Dufresne
2019-03-16
1
-4
/
+0
*
Remove unused variable
Jon Dufresne
2019-03-13
1
-1
/
+0
*
Added ConnectionInfo.dsn_parameters attribute
info-dsn-params
Daniele Varrazzo
2019-02-17
1
-0
/
+7
*
Copyright year updated
Daniele Varrazzo
2019-02-17
1
-1
/
+1
*
Merge branch 'libpq-ptrs'
Daniele Varrazzo
2019-02-17
1
-0
/
+15
|
\
|
*
Added connection.pgconn_ptr and cursor.pgresult_ptr
Daniele Varrazzo
2019-02-16
1
-0
/
+15
*
|
Skip password encryption test if libpq < 10
Daniele Varrazzo
2019-02-16
1
-0
/
+1
|
/
*
Merge branch 'master' into feature-expose-pgconn
Federico Di Gregorio
2018-11-07
1
-42
/
+201
|
\
|
*
Use class decorators to decorate all tests
decorators-fun
Daniele Varrazzo
2018-10-30
1
-4
/
+2
|
*
Full flake8 3.5 cleanup
Daniele Varrazzo
2018-10-23
1
-0
/
+1
|
*
Merge branch 'connection-info'
Daniele Varrazzo
2018-10-15
1
-42
/
+181
|
|
\
|
|
*
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
|
*
|
Fixed refcount in connection's readonly and deferrable getters
fix-790
Daniele Varrazzo
2018-10-12
1
-0
/
+8
|
|
/
|
*
Added connection.host
Marco De Paoli
2018-10-06
1
-1
/
+14
*
|
Added connection.get_native_connection()
Federico Di Gregorio
2018-10-07
1
-0
/
+5
|
/
*
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
[next]