psycopg2/lib
Federico Di Gregorio 34317dc4c3 Support asynchronous connection building
After calling psycopg2.connect(dsn, async=True) you can poll the
connection that will tell you whether its file descriptor should be
waited on to become writable or readable or that the connection
attempt has succeeded.

Edited commit by Jan to not expose internal state in extensions.py.
2010-04-05 11:30:03 +02:00
..
__init__.py Stop the loop variable used to create __all__ leaking in the module. 2010-02-14 00:35:47 +01:00
errorcodes.py Use the default role for cross referencing Python objects. 2010-02-26 00:49:19 +00:00
extensions.py Support asynchronous connection building 2010-04-05 11:30:03 +02:00
extras.py Use the default role for cross referencing Python objects. 2010-02-26 00:49:19 +00:00
pool.py Use the default role for cross referencing Python objects. 2010-02-26 00:49:19 +00:00
psycopg1.py Changes license to LGPL3 + OpenSSL exception on all source files 2010-02-12 23:34:53 +01:00
tz.py Use the default role for cross referencing Python objects. 2010-02-26 00:49:19 +00:00