psycopg2/scripts
Jon Dufresne 8ad2098b74 Drop 2to3 build step; make all code compatible with all Pythons
Make all library code compatible with both Python 2 and Python 3. Helps
move to modern Python idioms. Can now write for Python 3 (with
workarounds for Python 2) instead of the other way around.

In the future, when it is eventually time to drop Python 2, the library
will be in a better position to remove workarounds

Added a very small comparability module compat.py where required. It
includes definitions for:

- text_type -- A type. str on Python 3. unicode on Python 2.
- string_types -- A tuple. Contains only str on Python 3. Contains str &
                  unicode on Python 2.
2017-12-11 20:26:58 -08:00
..
appveyor.cache_rebuild Build and test packages with libpq 10.1 and OpenSSL 1.0.2m 2017-11-28 17:19:55 +00:00
make_errorcodes.py Drop 2to3 build step; make all code compatible with all Pythons 2017-12-11 20:26:58 -08:00
refcounter.py Avoid installing tests to site-packages 2017-12-10 10:55:58 -08:00
travis_prepare.sh Test against PG 10.0 on Travis 2017-10-24 11:26:14 +01:00
travis_test.sh Avoid installing tests to site-packages 2017-12-10 10:55:58 -08:00
vcvars64-vs2010.bat Added AppVeyor configuration to test building on Windows 2017-02-16 15:43:11 +00:00