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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Dropped __all__ from modules
Daniele Varrazzo
2013-04-07
3
-38
/
+28
*
Enable by default the range typecasters
Daniele Varrazzo
2013-04-07
1
-0
/
+4
*
Added cursor_factory connection attribute and connect() parameter
Daniele Varrazzo
2013-04-07
1
-2
/
+9
*
Dropped support for Python 2.4
Daniele Varrazzo
2013-03-20
1
-17
/
+0
*
Merge branch 'diagnostics' into devel
Daniele Varrazzo
2013-03-18
1
-1
/
+1
|
\
|
*
Expose the Diagnostics object in the extensions module
Daniele Varrazzo
2013-03-17
1
-1
/
+1
*
|
Fixed range adaptation on Python 3
Daniele Varrazzo
2013-03-16
1
-10
/
+10
*
|
Merge branch 'dead-bytes' into devel
Daniele Varrazzo
2013-03-16
1
-24
/
+0
|
\
\
|
|
/
|
/
|
|
*
Dropped configuration of unused logger inside the pool module
Daniele Varrazzo
2012-12-03
1
-24
/
+0
*
|
Fixed pickling of DictRow objects too
Daniele Varrazzo
2012-12-11
1
-1
/
+8
*
|
Fixed pickling of RealDictRow objects
Daniele Varrazzo
2012-12-10
1
-0
/
+7
*
|
Added specific pool implementation for ZPsycopgDA
Daniele Varrazzo
2012-12-04
1
-0
/
+4
*
|
Fixed empty strings handling in composite caster
Daniele Varrazzo
2012-12-03
1
-2
/
+2
|
/
*
Fixed pickling of FixedOffsetTimezone objects
Daniele Varrazzo
2012-10-21
1
-2
/
+5
*
More idiomatic way to call FixedOffsetTimezone.__new__ superclass
Daniele Varrazzo
2012-10-21
1
-1
/
+1
*
Dropped redundant call to FixedOffsetTimezone.__init__
Daniele Varrazzo
2012-10-21
1
-1
/
+0
*
Using super() in the connection/cursor subclasses
Daniele Varrazzo
2012-09-28
1
-29
/
+28
*
Merge branch 'range-type' into devel
Daniele Varrazzo
2012-09-27
2
-0
/
+475
|
\
|
*
More helpful error messasge on Range order attempts
Daniele Varrazzo
2012-09-25
1
-1
/
+3
|
*
Added documentation for range types and adaptation
Daniele Varrazzo
2012-09-24
1
-35
/
+44
|
*
Don't need to implement __new__ to make an immutable class
Daniele Varrazzo
2012-09-24
1
-4
/
+1
|
*
Fixed search of types into schemas.
Daniele Varrazzo
2012-09-24
1
-3
/
+3
|
*
Range objects cannot be ordered
Daniele Varrazzo
2012-09-23
1
-0
/
+5
|
*
Range objects are nonzero when not empty
Daniele Varrazzo
2012-09-23
1
-0
/
+3
|
*
Range objects are immutable and hashable
Daniele Varrazzo
2012-09-23
1
-1
/
+14
|
*
Dropped Range._empty attribute
Daniele Varrazzo
2012-09-23
1
-13
/
+13
|
*
Added in operator for ranges
Daniele Varrazzo
2012-09-23
1
-0
/
+16
|
*
NumberRange renamed to NumericRange
Daniele Varrazzo
2012-09-23
2
-8
/
+8
|
*
Dropped Range classes for specific numeric types
Daniele Varrazzo
2012-09-23
2
-16
/
+3
|
*
Added first implementation of Range type, adapter, typecaster
Daniele Varrazzo
2012-09-23
2
-0
/
+442
*
|
Merge branch 'json' into devel
Daniele Varrazzo
2012-09-27
3
-0
/
+212
|
\
\
|
*
|
Fixed json doc error
Daniele Varrazzo
2012-09-25
1
-1
/
+1
|
*
|
Json documentation improved
Daniele Varrazzo
2012-09-24
1
-52
/
+5
|
*
|
Don't create/register a json array typecaster if no oid provided
Daniele Varrazzo
2012-09-24
1
-1
/
+4
|
*
|
Pasto fixed
Daniele Varrazzo
2012-09-20
1
-1
/
+1
|
*
|
Fixed json typecaster with NULL input
Daniele Varrazzo
2012-09-20
1
-0
/
+2
|
*
|
Dropped keywords passthrough in Json adapter
Daniele Varrazzo
2012-09-19
1
-23
/
+55
|
*
|
Added register_default_json() function
Daniele Varrazzo
2012-09-19
3
-9
/
+23
|
*
|
First parameter of register_json defaults to None
Daniele Varrazzo
2012-09-19
1
-1
/
+1
|
*
|
Added json typecaster
Daniele Varrazzo
2012-09-19
3
-55
/
+207
|
*
|
Added Json adapter
Daniele Varrazzo
2012-09-19
1
-0
/
+55
|
|
/
*
|
Merge branch 'composite-custom' into devel
Daniele Varrazzo
2012-09-27
1
-39
/
+29
|
\
\
|
*
|
Added schema attribute to CompositeCaster
Daniele Varrazzo
2012-09-22
1
-2
/
+3
|
*
|
Info about versions history moved from code to docs
Daniele Varrazzo
2012-09-22
1
-6
/
+0
|
*
|
Added documentation about CompositeCaster subclassing
Daniele Varrazzo
2012-09-22
1
-26
/
+9
|
*
|
Make CompositeCaster easier to subclass
Daniele Varrazzo
2012-09-22
1
-7
/
+19
*
|
|
Merge remote-tracking branch 'github/connect-keywords' into devel
Daniele Varrazzo
2012-09-26
1
-28
/
+27
|
\
\
\
|
*
|
|
Raise TypeError instead of InterfaceError on bad params on connect()
Daniele Varrazzo
2012-09-26
1
-2
/
+2
|
*
|
|
Improved error message on connect when kwargs are passed together with dns
Daniele Varrazzo
2012-09-26
1
-3
/
+2
|
*
|
|
Dropped quirks in connection arguments handling
Daniele Varrazzo
2012-09-25
1
-26
/
+26
[prev]
[next]