]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Ensured that strings going to stdout go through an encode/decode phase,
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Aug 2013 17:25:31 +0000 (13:25 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Aug 2013 17:25:31 +0000 (13:25 -0400)
commit0bcff3e8a32af371cfe092656f7c2048677d47e8
tree420a89063b89469553c19dba32b00a18e61dbbc0
parent3d4f95c7e4c043e4281d8e68c6f0eaab8ce0d48a
- Ensured that strings going to stdout go through an encode/decode phase,
so that any non-ASCII characters get to the output stream correctly
in both Py2k and Py3k.   Also added source encoding detection using
Mako's parse_encoding() routine in Py2k so that the __doc__ of a
non-ascii revision file can be treated as unicode in Py2k.
alembic/__init__.py
alembic/compat.py
alembic/config.py
alembic/script.py
alembic/util.py
docs/build/changelog.rst
tests/__init__.py
tests/test_command.py
tests/test_config.py