psycopg2/lib
Daniele Varrazzo bc84b6233e Allow non-ascii chars in namedtuple fields
They can be valid chars in Python 3. Or maybe not? In which case Python
will throw an exception, but that's fine.

Fix regression introduced fixing #211
2018-05-18 12:15:50 +01: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 Allow non-ascii chars in namedtuple fields 2018-05-18 12:15:50 +01:00
pool.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