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
*
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
|
\
|
*
Merge branch 'conn-get-parameters'
Daniele Varrazzo
2016-07-01
1
-0
/
+7
|
|
\
|
|
*
Add skip_before_libpq for test_get_dsn_parameters
Oleksandr Shulgin
2015-10-30
1
-0
/
+1
|
|
*
Fix typo in a new test name
Oleksandr Shulgin
2015-10-30
1
-1
/
+1
|
|
*
Add connection.get_dsn_parameters()
Oleksandr Shulgin
2015-10-30
1
-0
/
+6
*
|
|
Merge branch 'master' into feature/replication-protocol-c-connection-object
Oleksandr Shulgin
2016-03-04
1
-34
/
+95
|
\
\
\
|
|
/
/
|
*
|
Allow make_dsn to take no parameter
Daniele Varrazzo
2016-03-03
1
-2
/
+2
|
*
|
Validate output result from make_dsn()
Daniele Varrazzo
2016-03-03
1
-20
/
+31
|
*
|
Test that the empty dsn is a valid make_dsn input
Daniele Varrazzo
2016-03-03
1
-0
/
+4
|
*
|
Added test suite specific for make_dsn
Daniele Varrazzo
2016-03-03
1
-35
/
+82
|
|
/
*
|
Fix async replication and test.
Oleksandr Shulgin
2015-10-15
1
-49
/
+0
*
|
Use quote_ident from psycopg2.extensions
Oleksandr Shulgin
2015-10-15
1
-0
/
+14
*
|
Update stop_repl, require replication consumer to be a callable.
Oleksandr Shulgin
2015-10-14
1
-1
/
+5
*
|
Fix stop_replication: always raise outside the loop.
Oleksandr Shulgin
2015-10-14
1
-0
/
+12
*
|
Fix ReplicationTest: no NotSupportedError now.
Oleksandr Shulgin
2015-10-14
1
-5
/
+13
|
/
*
Drop spurious notices in test
Daniele Varrazzo
2015-10-01
1
-1
/
+2
*
Added unicode support to parse_dsn
Daniele Varrazzo
2015-10-01
1
-3
/
+23
*
Fixed parse_dsn tests on Python 3
Daniele Varrazzo
2015-10-01
1
-2
/
+2
*
Separate parse_dsn test in a test case of their own
Daniele Varrazzo
2015-10-01
1
-0
/
+2
*
Merge branch 'master' into parse-dsn
Daniele Varrazzo
2015-10-01
1
-0
/
+48
|
\
|
*
Report NotSupportedError for PGRES_COPY_BOTH and PGRES_SINGLE_TUPLE
Daniele Varrazzo
2015-09-30
1
-0
/
+12
|
*
Allow connection.notices and notifies to be replaced.
Daniele Varrazzo
2015-06-02
1
-0
/
+36
*
|
Separate parse_dsn test on URI, for libpq >= 9.2
Oleksandr Shulgin
2015-06-02
1
-5
/
+22
*
|
One more parse_dsn test for unquoted space
Oleksandr Shulgin
2015-06-01
1
-0
/
+3
*
|
Move parse_dsn to extensions, add tests
Oleksandr Shulgin
2015-06-01
1
-0
/
+31
|
/
*
Fixed excessively strict notices test
Daniele Varrazzo
2014-08-31
1
-3
/
+0
*
Skip test_cleanup_on_badconn_close on Windows
Jason Erickson
2014-05-19
1
-0
/
+2
*
Fixed explicit connection.cursor(cursor_factory=None)
Daniele Varrazzo
2014-04-30
1
-0
/
+10
*
Dropped unneeded pass in test
Daniele Varrazzo
2014-04-03
1
-1
/
+1
*
Fixed dsn and closed attributes in failing connection subclasses.
Daniele Varrazzo
2014-04-03
1
-0
/
+12
*
Added cursor_factory connection attribute and connect() parameter
Daniele Varrazzo
2013-04-07
1
-0
/
+25
*
Testing boilerplate unified in a single base class
Daniele Varrazzo
2013-04-07
1
-54
/
+15
[next]