psycopg2/lib
Daniele Varrazzo cc815e8e8d RealDictRow inherits from OrderedDict
Now its state is unmodified, so apart from special-casing creation
and initial population can work unmodified, and all the desired
properties just work (modifiability, picklability...)

Close #886.
2019-04-06 19:43:31 +01:00
..
__init__.py Copyright year updated 2019-02-17 01:36:36 +00:00
_ipaddress.py Copyright year updated 2019-02-17 01:36:36 +00:00
_json.py Use PY2, PY3 for conditional code instead of sys.version_info 2019-03-16 19:54:40 +00:00
_lru_cache.py Use a proper LRU cache for namedtuples 2019-02-02 19:29:20 +00:00
_range.py Copyright year updated 2019-02-17 01:36:36 +00:00
compat.py Added PY2, PY3 to compat module 2019-03-16 19:54:40 +00:00
errorcodes.py Copyright year updated 2019-02-17 01:36:36 +00:00
errors.py SQLSTATE error classes implemented in C 2019-02-10 03:45:14 +00:00
extensions.py Remove unnecessary except ImportError for Python datetime types 2019-03-16 16:35:51 +00:00
extras.py RealDictRow inherits from OrderedDict 2019-04-06 19:43:31 +01:00
pool.py Allow 0 as key in the pool 2019-03-17 18:24:50 +00:00
sql.py Use PY2, PY3 for conditional code instead of sys.version_info 2019-03-16 19:54:40 +00:00
tz.py Copyright year updated 2019-02-17 01:36:36 +00:00