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
/
psycopg
/
psycopgmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Further modeling of exception raising
Daniele Varrazzo
2012-03-04
1
-12
/
+10
*
Use more compact macros to annotate functions for the static checker
Daniele Varrazzo
2012-03-01
1
-2
/
+1
*
Use the newly provided attributes to validate exceptions raising
Daniele Varrazzo
2012-03-01
1
-1
/
+2
*
Dropped hardcoded list of exceptions in init functions
Daniele Varrazzo
2012-02-23
1
-30
/
+24
*
Fixed potential failures while setting exceptions attributes
Daniele Varrazzo
2012-02-23
1
-6
/
+8
*
Fixed potential NULL incref
Daniele Varrazzo
2012-02-23
1
-1
/
+1
*
Fixed refcount of exceptions dicts
Daniele Varrazzo
2012-02-23
1
-8
/
+15
*
Check errors in module typecasters init
Daniele Varrazzo
2012-02-23
1
-27
/
+69
*
Fixed refcount of None if namedtuples are not available
Daniele Varrazzo
2012-02-23
1
-7
/
+10
*
Check errors when populating encodings map
Daniele Varrazzo
2012-02-23
1
-6
/
+18
*
Avoid installing Error.__reduce_ex__ on Python 2.4
Daniele Varrazzo
2012-01-14
1
-1
/
+7
*
Make Error and subclasses picklable
Daniele Varrazzo
2012-01-14
1
-2
/
+75
*
connect() supports generic keyword arguments passed to the dsn
Daniele Varrazzo
2011-11-17
1
-155
/
+21
*
Decimal adapter registration moved from C to Python
Daniele Varrazzo
2011-10-14
1
-4
/
+0
*
Added new_array_type() function
Daniele Varrazzo
2011-09-22
1
-1
/
+12
*
Don't fail import if mx.DateTime module is not found at import time
Daniele Varrazzo
2011-06-04
1
-9
/
+29
*
Merge branch 'neg-escape' into devel
Daniele Varrazzo
2011-05-30
1
-2
/
+8
|
\
|
*
Fixed escape for negative numbers prefixed by minus operator
Daniele Varrazzo
2011-05-30
1
-2
/
+8
*
|
Fixed a few docstrings mixed up
Daniele Varrazzo
2011-05-11
1
-3
/
+3
|
/
*
Stricter declaration and correct use of psyco_set_error
Daniele Varrazzo
2011-02-21
1
-2
/
+2
*
Documentation cleanup
Daniele Varrazzo
2011-02-19
1
-1
/
+1
*
Correctly handle exceptions with non-ascii chars in the message
Daniele Varrazzo
2011-02-19
1
-3
/
+16
*
Provide cursor.description as named tuple if possible
Daniele Varrazzo
2011-02-19
1
-0
/
+42
*
Use a global object for NULL
Daniele Varrazzo
2011-02-17
1
-0
/
+4
*
Adapt bytearray and memoryview to bytes if available
Daniele Varrazzo
2011-02-15
1
-0
/
+9
*
Don't define a CObject API in Python 3.2
Daniele Varrazzo
2011-01-08
1
-1
/
+6
*
Added utility method to return a string in the connection encoding.
Daniele Varrazzo
2010-12-31
1
-9
/
+9
*
The library can be compiled with Python 3.
Daniele Varrazzo
2010-12-21
1
-38
/
+105
*
Added a few missing encodings.
Daniele Varrazzo
2010-12-21
1
-15
/
+21
*
Encodings mapping reordered in a more maintainable order.
Daniele Varrazzo
2010-12-21
1
-37
/
+37
*
Using Py_TYPE and Py_REFCNT macros.
Daniele Varrazzo
2010-12-21
1
-17
/
+17
*
Internal imports simplified.
Daniele Varrazzo
2010-12-12
1
-5
/
+1
*
Work around CentOS 5.5 x86_64 buld problem.
Daniele Varrazzo
2010-12-04
1
-4
/
+0
*
mx.DateTime module initialized as it is supposed to be.
Daniele Varrazzo
2010-11-19
1
-4
/
+5
*
datetime module initialized as it is supposed to be.
Daniele Varrazzo
2010-11-19
1
-15
/
+11
*
Expose the Xid object in the extension module.
Daniele Varrazzo
2010-11-05
1
-0
/
+1
*
Added connection.xid() and related objects.
Daniele Varrazzo
2010-11-05
1
-0
/
+4
*
Notify object exposed in the extensions module.
Daniele Varrazzo
2010-11-05
1
-0
/
+1
*
Adding Notify object with payload.
Daniele Varrazzo
2010-11-05
1
-0
/
+4
*
Added 'get_wait_callback()' function.
Daniele Varrazzo
2010-04-21
1
-0
/
+2
*
Added wait callback and functions to deal with it.
Daniele Varrazzo
2010-04-21
1
-0
/
+6
*
Pass the async parameter to the connection only if nonzero.
Daniele Varrazzo
2010-04-05
1
-1
/
+12
*
Support asynchronous connection building
Federico Di Gregorio
2010-04-05
1
-5
/
+8
*
Fixed problem with decimal.Decimal conversions
Federico Di Gregorio
2010-02-21
1
-6
/
+13
*
Fixed newline in docstring.
Daniele Varrazzo
2010-02-14
1
-1
/
+1
*
Fixed docstring for 'QueryCanceledError' exception.
Daniele Varrazzo
2010-02-14
1
-1
/
+1
*
Changes license to LGPL3 + OpenSSL exception on all source files
Federico Di Gregorio
2010-02-12
1
-12
/
+16
*
Fixed error in register_type()
Federico Di Gregorio
2009-03-02
1
-3
/
+4
*
Added adapter to handle float('inf') and float('nan')
Federico Di Gregorio
2009-01-23
1
-1
/
+7
*
register_type() now works on connection and cursor subclasses
Federico Di Gregorio
2009-01-22
1
-2
/
+2
[prev]
[next]