-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove trailing garbage from output lines * Add an on_error hook that allows to ignore handler exceptions Update #30 * Prefer https links in comments and docs * Cleanup * Start using utf-8 * Update docs * Honor server time offset and send OPTS UTF8 * Fix json.dumps for Py2 * Fix for Py2 * Encode on py27 * black * Use unicode internally * Back to storing native strings internally * Fix for Py2 * Update docs * Fix metadata keys for Py2 * Prepare 3.0.0.a1
- Loading branch information
Showing
27 changed files
with
552 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<?eclipse-pydev version="1.0"?> | ||
|
||
<pydev_project> | ||
<?eclipse-pydev version="1.0"?><pydev_project> | ||
<pydev_pathproperty name="org.python.pydev.PROJECT_SOURCE_PATH"> | ||
<path>/pyftpsync</path> | ||
</pydev_pathproperty> | ||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property> | ||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property> | ||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">C:\Users\Martin\.virtualenvs\pyftpsync-f-IJ7A-L\Scripts\python.exe</pydev_property> | ||
</pydev_project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
eclipse.preferences.version=1 | ||
encoding//build/lib/ftpsync/ftp_target.py=utf-8 | ||
encoding//docs/conf.py=utf-8 | ||
encoding//ftpsync/cli_common.py=utf-8 | ||
encoding//ftpsync/compat.py=iso-8859-1 | ||
encoding//ftpsync/ftp_target.py=iso-8859-1 | ||
encoding//ftpsync/metadata.py=iso-8859-1 | ||
encoding//ftpsync/pyftpsync.py=iso-8859-1 | ||
encoding//ftpsync/resources.py=iso-8859-1 | ||
encoding//ftpsync/scan_command.py=iso-8859-1 | ||
encoding//ftpsync/synchronizers.py=iso-8859-1 | ||
encoding//ftpsync/targets.py=iso-8859-1 | ||
encoding//ftpsync/util.py=iso-8859-1 | ||
encoding//ftpsync/ftp_target.py=utf-8 | ||
encoding//ftpsync/metadata.py=utf-8 | ||
encoding//ftpsync/pyftpsync.py=utf-8 | ||
encoding//ftpsync/resources.py=utf-8 | ||
encoding//ftpsync/scan_command.py=utf-8 | ||
encoding//ftpsync/synchronizers.py=utf-8 | ||
encoding//ftpsync/targets.py=utf-8 | ||
encoding//ftpsync/util.py=utf-8 | ||
encoding//src/service.py=iso-8859-1 | ||
encoding//test/debug_adhoc.py=utf-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.