psycopg2/lib
Daniele Varrazzo 35ec7ad9c1 Use a proper LRU cache for namedtuples
Previous one didn't refresh by last use. Use the stdlib version for py3
and one of our own for py2.

Max size set to 512, which should be fine for everyone (tweaking is
still possible by monkeypatching, as the tests do, but I don't want to
make an interface of it).
2019-02-02 19:29:20 +00:00
..
__init__.py Full flake8 3.5 cleanup 2018-10-23 00:39:14 +01:00
_ipaddress.py Drop 2to3 build step; make all code compatible with all Pythons 2017-12-11 20:26:58 -08:00
_json.py Use the connection.info properties instead of the legacy methods 2018-10-13 03:28:42 +01:00
_lru_cache.py Use a proper LRU cache for namedtuples 2019-02-02 19:29:20 +00:00
_range.py Full flake8 3.5 cleanup 2018-10-23 00:39:14 +01:00
compat.py Use a proper LRU cache for namedtuples 2019-02-02 19:29:20 +00:00
errorcodes.py errorcodes map update to PostgreSQL 11 2018-10-14 22:57:48 +01:00
errors.py Dropped duplicate classes in errors module 2018-10-23 00:31:57 +01:00
extensions.py Added BYTESARRAY typecaster 2019-01-18 15:47:01 +00:00
extras.py Use a proper LRU cache for namedtuples 2019-02-02 19:29:20 +00:00
pool.py Dropped deprecated PersistentConnectionPool 2018-12-04 06:32:00 -08:00
sql.py sql.Identifier can wrap a sequence of strings to represent qualified names 2018-10-04 12:46:10 +01:00
tz.py Full flake8 3.5 cleanup 2018-10-23 00:39:14 +01:00