psycopg2/lib
Jon Dufresne f5703dc3e5 Use builtin function next() throughout project
Available since Python 2.6. Use of .next() is deprecated and not
supported in Python 3. Forward compatible with modern Python.

https://docs.python.org/2/library/functions.html#next
2017-12-01 19:57:37 -08:00
..
__init__.py Remove workaround for decimal module 2017-11-26 17:55:24 -08:00
_ipaddress.py Added ipaddress objects conversion 2016-10-11 04:54:41 +01:00
_json.py Remove redundant parentheses 2017-11-28 16:06:52 +00:00
_range.py Use dict comprehensions 2017-11-28 16:11:06 +00:00
errorcodes.py Error codes updated to PG 10 beta 1 2017-06-05 12:34:17 +01:00
extensions.py Use dict comprehensions 2017-11-28 16:11:06 +00:00
extras.py Use builtin function next() throughout project 2017-12-01 19:57:37 -08:00
pool.py Use an import style reported not broken on Python 3.6 2017-06-17 01:51:37 +01:00
psycopg1.py Use an import style reported not broken on Python 3.6 2017-06-17 01:51:37 +01:00
sql.py Use builtin function next() throughout project 2017-12-01 19:57:37 -08:00
tz.py Remove redundant parentheses 2017-11-28 16:06:52 +00:00