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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean egg-info before running tests
test_i686
Daniele Varrazzo
2019-03-18
1
-0
/
+1
*
Make sure setuptools is installed
Daniele Varrazzo
2019-03-18
1
-10
/
+6
*
Install setuptools in the build environment
Daniele Varrazzo
2019-03-18
1
-0
/
+1
*
Try harder to test Python 3.7
Daniele Varrazzo
2019-03-18
1
-2
/
+2
*
Added Python 3.7 to the test grid
Daniele Varrazzo
2019-03-18
1
-1
/
+0
*
Run an apt-get update to fix libpq download
Daniele Varrazzo
2019-03-18
1
-1
/
+5
*
Skipped test 64 bit not debug mode
Daniele Varrazzo
2019-03-18
1
-1
/
+1
*
Run both 32 and 64 tests on travis
Daniele Varrazzo
2019-03-18
1
-26
/
+14
*
Run travis tests on linux 32 platform
Daniele Varrazzo
2019-03-18
3
-18
/
+49
*
Merge branch 'naming'
Daniele Varrazzo
2019-03-18
34
-305
/
+302
|
\
|
*
Windows doesn't like the name "connect" for a function
Daniele Varrazzo
2019-03-17
1
-5
/
+5
|
*
Prefix 'psycopg_' changed to 'psyco_'
naming
Daniele Varrazzo
2019-03-17
22
-76
/
+76
|
*
Several function names shortened
Daniele Varrazzo
2019-03-17
18
-234
/
+231
*
|
Merge branch 'fix-829'
Daniele Varrazzo
2019-03-18
5
-10
/
+83
|
\
\
|
*
|
Mention closed #829 in NEWS file
Daniele Varrazzo
2019-03-18
1
-4
/
+9
|
*
|
Don't close connections from forked processes
Daniele Varrazzo
2019-03-18
3
-3
/
+28
|
*
|
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
*
|
|
Run tests on windows using the same library versions of the packages
Daniele Varrazzo
2019-03-18
2
-5
/
+4
*
|
|
Appveyor tests in order of sort what I care
Daniele Varrazzo
2019-03-18
1
-6
/
+6
|
/
/
*
|
Allow 0 as key in the pool
Daniele Varrazzo
2019-03-17
1
-3
/
+3
*
|
Merge branch 'use-conn-pgres'
Daniele Varrazzo
2019-03-17
8
-321
/
+196
|
\
\
|
|
/
|
*
Dropped whole "critical" story
Daniele Varrazzo
2019-03-17
3
-93
/
+1
|
*
Use the error on the connection instead of passing it explicitly around
Daniele Varrazzo
2019-03-17
6
-132
/
+105
|
*
Added helper methods to set a result into a connection/cursor
Daniele Varrazzo
2019-03-17
5
-20
/
+32
|
*
Dropped pgconn argument from conn_setup()
Daniele Varrazzo
2019-03-17
3
-17
/
+16
|
*
Use the connection's PGresult to pass results through calls
Daniele Varrazzo
2019-03-17
4
-132
/
+113
|
*
Fixed handling of internal query too large
Daniele Varrazzo
2019-03-17
1
-0
/
+2
|
/
*
Merge branch 'fix-856'
Daniele Varrazzo
2019-03-17
20
-183
/
+219
|
\
|
*
Make sure to free the connection's pgres on delete
fix-856
Daniele Varrazzo
2019-03-17
1
-0
/
+1
|
*
Added pq_get_result_async() replaced pg_get_last_result()
Daniele Varrazzo
2019-03-17
9
-69
/
+167
|
*
Retrieving the async cursor moved out of conn_poll() body
Daniele Varrazzo
2019-03-16
1
-18
/
+39
|
*
Simplified interactions between asyc functions
Daniele Varrazzo
2019-03-16
1
-5
/
+14
|
*
Dropped locking version of pq_is_busy()
Daniele Varrazzo
2019-03-16
3
-55
/
+4
|
*
Dropped no_begin handling in async execute
Daniele Varrazzo
2019-03-16
1
-13
/
+2
|
*
Dropped debug info for microprotocols/adapters initialization
Daniele Varrazzo
2019-03-16
9
-33
/
+2
|
*
Shorter timeout in the async tests select
Daniele Varrazzo
2019-03-16
1
-2
/
+2
|
/
*
Merge branch 'version-check-cleanup'
Daniele Varrazzo
2019-03-16
25
-141
/
+119
|
\
|
*
Py2/3 compatibility macro definitions rationalized
Daniele Varrazzo
2019-03-16
2
-36
/
+32
|
*
Fixed check for type == int on Py2
Daniele Varrazzo
2019-03-16
1
-1
/
+1
|
*
Added PY_2, PY_3 macros and used uniformly
Daniele Varrazzo
2019-03-16
13
-35
/
+38
|
*
Dropped conditional compiling dealing with unsupported versions
Daniele Varrazzo
2019-03-16
2
-12
/
+1
|
*
Use PY2, PY3 for conditional code instead of sys.version_info
Daniele Varrazzo
2019-03-16
10
-61
/
+47
|
*
Added PY2, PY3 to compat module
Daniele Varrazzo
2019-03-16
1
-0
/
+4
|
/
*
Merge branch 'fix-imports'
Daniele Varrazzo
2019-03-16
13
-101
/
+54
|
\
|
*
Use errors module to catch a specific postgres error
Daniele Varrazzo
2019-03-16
1
-6
/
+3
|
*
Other import moved to top level in tests
Daniele Varrazzo
2019-03-16
12
-77
/
+44
|
*
Dropped repeated conditional import of reload in test
Daniele Varrazzo
2019-03-16
1
-8
/
+0
|
*
TextIOBase moved to tests compat imports
Daniele Varrazzo
2019-03-16
2
-11
/
+8
|
/
[next]