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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise an error for dates > 10K instead of returning Y9999
Daniele Varrazzo
2021-11-11
1
-0
/
+14
*
Fix representation of sql.Placeholder
2_9_1
Daniele Varrazzo
2021-06-17
1
-16
/
+12
*
Fix regression with named `sql.Placeholder`
Daniele Varrazzo
2021-06-16
1
-0
/
+4
*
Copyright year updated to 2021
Daniele Varrazzo
2021-06-15
27
-27
/
+27
*
Deprecate the psycopg2.tz module
Daniele Varrazzo
2021-06-15
2
-16
/
+15
*
Use datetime.timezone as default tzinfo_factory.
Daniele Varrazzo
2021-06-15
1
-1
/
+17
*
Drop support for mx.DateTime objects
Daniele Varrazzo
2021-06-14
1
-169
/
+0
*
Handle correctly timestamps with fractions of minute in the timezone offset
Daniele Varrazzo
2021-06-14
1
-25
/
+56
*
Allow libpq tests to fail
Daniele Varrazzo
2021-05-26
1
-1
/
+4
*
Escape table and column names in cursor.copy_from() and .copy_to()
Daniele Varrazzo
2021-05-25
1
-0
/
+18
*
'with' starts a transaction even on autocommit connections
Daniele Varrazzo
2021-05-24
1
-0
/
+87
*
Unbreak f-string wrong replacements
Daniele Varrazzo
2021-05-20
1
-29
/
+33
*
Merge branch 'master' into rm-2.7
Daniele Varrazzo
2021-05-20
5
-8
/
+31
|
\
|
*
Fix segfault initialising Column object manually
Daniele Varrazzo
2021-05-20
1
-0
/
+10
|
*
Accept no param in connect()
Daniele Varrazzo
2021-05-20
1
-5
/
+15
|
*
docs: fix a few simple typos
Tim Gates
2021-05-20
2
-3
/
+3
|
*
Skip test_encrypt_server for CockroachDB
Rafi Shamim
2021-04-21
2
-0
/
+2
|
*
Skip test_9_6_diagnostics test for CRDB
arulajmani
2020-12-16
1
-0
/
+1
*
|
Merge branch 'master' into rm-2.7
Hugo van Kemenade
2020-11-18
1
-0
/
+7
|
\
\
|
|
/
|
*
Classify connection exceptions as operational errors to better conform with P...
Justas Sadzevicius
2020-11-17
1
-0
/
+7
*
|
Upgrade f-strings with flynt -a and remove int()
Hugo van Kemenade
2020-11-18
4
-4
/
+4
*
|
Upgrade f-strings with flynt
Hugo van Kemenade
2020-11-17
15
-91
/
+78
*
|
Drop support for EOL Python 2.7
Hugo van Kemenade
2020-11-17
1
-224
/
+0
*
|
Upgrade Python syntax with pyupgrade --py36-plus
Hugo van Kemenade
2020-11-17
22
-105
/
+101
*
|
Drop support for EOL Python 2.7
Hugo van Kemenade
2020-11-17
11
-358
/
+72
|
/
*
'cursor.query' reports the query of the last COPY opearation too
Daniele Varrazzo
2020-09-05
1
-0
/
+22
*
Added duplicate values to errcodes module
Daniele Varrazzo
2020-09-05
1
-0
/
+8
*
Python 2 compatibility
cockroachdb-tests
Daniele Varrazzo
2020-08-17
1
-2
/
+2
*
Added possibility to skip a test only on certain crdb versions
Daniele Varrazzo
2020-08-17
1
-4
/
+27
*
Added ticket numbers for the tests skipped on crdb
Daniele Varrazzo
2020-08-17
1
-0
/
+27
*
Added missing reasons for crdb skip
Daniele Varrazzo
2020-08-17
3
-7
/
+10
*
Added reason for skipping on CockroachDB
Daniele Varrazzo
2020-07-27
19
-89
/
+97
*
Types tests adapted to CockroachDB
Daniele Varrazzo
2020-07-23
2
-14
/
+29
*
Several other tests skipped for CockroachDB
Daniele Varrazzo
2020-07-22
9
-14
/
+34
*
Some extra cursors test skipped on CockroachDB
Daniele Varrazzo
2020-07-22
2
-3
/
+21
*
Skip a few date tests on CockroachDB
Daniele Varrazzo
2020-07-22
1
-1
/
+4
*
Cursor tests adapted to CockroachDB
Daniele Varrazzo
2020-07-21
1
-223
/
+231
*
Get CockroachDB version from the connection info
Daniele Varrazzo
2020-07-21
1
-14
/
+11
*
Skip copy tests on CockroachDB
Daniele Varrazzo
2020-07-21
1
-1
/
+5
*
Skip connection tests which cannot pass on CockroachDB
Daniele Varrazzo
2020-07-21
2
-1
/
+36
*
Expose libpq PG* vars as testconfig content
Daniele Varrazzo
2020-07-21
1
-4
/
+4
*
Skip cancel tests on CockroachDB
Daniele Varrazzo
2020-07-21
3
-8
/
+12
*
All the sync tests pass on CockroachDB
Daniele Varrazzo
2020-07-21
2
-5
/
+23
*
Allow most of the async tests to pass on CockroachDB
Daniele Varrazzo
2020-07-21
2
-1
/
+38
*
Handle failure in setup of IsolationLevelsTestCase
Rafi Shamim
2020-07-07
1
-3
/
+5
*
Handle failure in setup of ConnectionTwoPhaseTest
Rafi Shamim
2020-05-12
1
-3
/
+5
*
Fixed copy() on DictRow
fix-1073
Daniele Varrazzo
2020-04-06
1
-0
/
+29
*
Column objects can be sliced
column-slice
Daniele Varrazzo
2020-03-11
1
-0
/
+5
*
Copyright bumped to 2020
Daniele Varrazzo
2020-01-17
28
-0
/
+28
*
Slow test is slow
Daniele Varrazzo
2019-10-19
1
-0
/
+1
[next]