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
/
lib
/
extras.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: correctly handle composites with names or schema requiring escape
Daniele Varrazzo
2022-10-06
1
-7
/
+10
*
fix: handle types in the search path in register_composite()
Daniele Varrazzo
2022-10-06
1
-2
/
+33
*
Copyright year updated to 2021
Daniele Varrazzo
2021-06-15
1
-1
/
+1
*
Upgrade f-strings with flynt -a and remove int()
Hugo van Kemenade
2020-11-18
1
-4
/
+4
*
Upgrade f-strings with flynt
Hugo van Kemenade
2020-11-17
1
-20
/
+18
*
Upgrade Python syntax with pyupgrade --py36-plus
Hugo van Kemenade
2020-11-17
1
-46
/
+46
*
Drop support for EOL Python 2.7
Hugo van Kemenade
2020-11-17
1
-24
/
+4
*
dictcursor-docs-improvement
Alexey Bashtanov
2020-06-18
1
-1
/
+4
*
Fixed copy() on DictRow
fix-1073
Daniele Varrazzo
2020-04-06
1
-1
/
+7
*
Merge branch 'logging-adapter'
Daniele Varrazzo
2020-03-08
1
-2
/
+2
|
\
|
*
#1026 added support for logging.LoggerAdapter
Bjoern Boschman
2020-01-07
1
-2
/
+2
*
|
Copyright bumped to 2020
Daniele Varrazzo
2020-01-17
1
-0
/
+1
|
/
*
Fixed use of cursor_factory attribute in connecion subclasses
fix-1019
Daniele Varrazzo
2019-12-09
1
-5
/
+6
*
Making my linter happy
Daniele Varrazzo
2019-06-07
1
-3
/
+5
*
fix `NamedTupleCursor._cached_make_nt`
Changaco
2019-06-04
1
-5
/
+11
*
Smart replication feedback
Alexander Kukushkin
2019-05-06
1
-2
/
+2
*
More robust RealDictRow population
Daniele Varrazzo
2019-04-06
1
-1
/
+1
*
RealDictRow inherits from OrderedDict
fix-886
Daniele Varrazzo
2019-04-06
1
-54
/
+30
*
Fixed RealDictCursor.pop()
Daniele Varrazzo
2019-04-06
1
-0
/
+7
*
Use PY2, PY3 for conditional code instead of sys.version_info
Daniele Varrazzo
2019-03-16
1
-7
/
+6
*
Use True/False instead of 1/0 to represent bool values
Jon Dufresne
2019-03-13
1
-12
/
+11
*
Convert `while 1:` statements to `while True:`
Jon Dufresne
2019-03-13
1
-4
/
+4
*
Copyright year updated
Daniele Varrazzo
2019-02-17
1
-1
/
+1
*
Use a proper LRU cache for namedtuples
fast-namedtuple
Daniele Varrazzo
2019-02-02
1
-13
/
+13
*
Added caching of types generated by NamedTupleCursor
Daniele Varrazzo
2019-02-02
1
-10
/
+21
*
Docs wordsmith for execute_values() fetch param
Daniele Varrazzo
2018-12-27
1
-2
/
+3
*
Some harmless adjustments in execute_values() code
Daniele Varrazzo
2018-12-27
1
-3
/
+2
*
rename param name to fetch
Ivan Kotelnikov
2018-11-24
1
-4
/
+4
*
add RETURNING clause support in execute_values function
Ivan Kotelnikov
2018-11-21
1
-1
/
+10
*
Don't barf on Composite passed to execute_values()
fix-794
Daniele Varrazzo
2018-10-23
1
-0
/
+4
*
Full flake8 3.5 cleanup
Daniele Varrazzo
2018-10-23
1
-5
/
+2
*
Use the connection.info properties instead of the legacy methods
connection-info
Daniele Varrazzo
2018-10-13
1
-3
/
+3
*
Prefer https:// URLs when available
Jon Dufresne
2018-09-22
1
-3
/
+3
*
Improve doc for extras.wait_select
Daniel Hahler
2018-09-05
1
-2
/
+2
*
DictCursor and RealDictCursor rows maintain columns order
Daniele Varrazzo
2018-05-21
1
-4
/
+30
*
Restored methods iter*() on dict cursors rows
Daniele Varrazzo
2018-05-21
1
-9
/
+24
*
Merge branch 'master' into drop-2to3
Daniele Varrazzo
2018-05-20
1
-1
/
+14
|
\
|
*
Allow non-ascii chars in namedtuple fields
Daniele Varrazzo
2018-05-18
1
-3
/
+6
|
*
Convert fields names into valid Python identifiers in NamedTupleCursor
Daniele Varrazzo
2018-01-29
1
-1
/
+11
*
|
Drop 2to3 build step; make all code compatible with all Pythons
Jon Dufresne
2017-12-11
1
-7
/
+7
*
|
Drop the Python 2 style interface from DictRow
Jon Dufresne
2017-12-11
1
-22
/
+3
*
|
User super() throughout DictRow class
Jon Dufresne
2017-12-11
1
-4
/
+4
|
/
*
Drop long deprecated function register_tstz_w_secs()
Jon Dufresne
2017-12-10
1
-12
/
+0
*
Use builtin function next() throughout project
Jon Dufresne
2017-12-01
1
-6
/
+6
*
Remove redundant parentheses
Hugo
2017-11-28
1
-1
/
+1
*
__slots__ should be a tuple
Hugo
2017-11-28
1
-1
/
+1
*
Merge branch 'python3_mintimeloggingconnection'
Daniele Varrazzo
2017-11-28
1
-0
/
+2
|
\
|
*
Patch for issue #609 for MinTimeLoggingConnection
Kevin Campbell
2017-11-03
1
-0
/
+2
*
|
Remove workarounds for namedtuple on Python <= 2.5
Jon Dufresne
2017-11-26
1
-16
/
+5
*
|
Use modern except syntax throughout project
Jon Dufresne
2017-11-20
1
-1
/
+1
|
/
[next]