ansible/source_control
Toshio Kuratomi 7e79c59d38 to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630)
On python3, we want to use the surrogateescape error handler if
available for filesystem paths and the like.  On python2, have to use
strict in these circumstances.  Use the new error strategy for to_text,
to_bytes, and to_native that allows this.
2016-09-01 04:19:15 -07:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
git.py to_text, to_bytes, and to_native now have surrogate_or_strict error handler (#4630) 2016-09-01 04:19:15 -07:00
hg.py Fix hg for python3 (#4528) 2016-08-24 11:14:45 -07:00
subversion.py Revert "Reset all locale environment variables before running svn commands" (#4358) 2016-08-08 10:18:50 -04:00