Timeline
Dec 25, 2018:
- 11:31 PM Changeset [1720:a10aefe0f71f] by
- Remove support for `M2Crypto` M2Crypto was used to get FTP_TLS support in Python 2. Since we now target Python 3.5+, users can and should use `ftplib.FTP_TLS` to get FTP_TLS support.
- 11:22 PM Changeset [1719:560867ae70f0] by
- Remove `encoding: utf-8` lines These are no longer needed because we code for only Python 3 now and Python 3 uses UTF-8 encoding for source files by default.
- 11:19 PM Changeset [1718:8bed138bc404] by
- Don't inherit from `object` This is no longer needed because we're targeting Python 3 only now.
- 11:05 PM Changeset [1717:827cfaff87d7] by
- Remove unneeded uses of `io` In Python 3, `io.open` is the same as `open`, so we don't need to use `io.open`.
- 11:05 PM Changeset [1716:208cec5f1797] by
- Remove `socket_file_adapter.py` This was only needed for Python 2 support, which will be removed with ftputil 4.x.x.
- 10:55 PM Changeset [1711:766c15f83205] by
- Set `use_list_a_option` to `False` by default See ticket #110 for the reasoning.
- 10:45 PM Changeset [1715:01215a325738] by
- Remove `session_adapter.py` This was a crutch that was only needed for Python 2 support.
- 10:42 PM Changeset [1714:dd97ab89a444] by
- Ignore Pytest cache and `egg-info` directory
- 10:35 PM Changeset [1713:f146a1ea66aa] by
- Remove `__future__` imports With the switch to Python 3.x-only, the `__future__` imports are no longer needed. Update copyright years along with the `__future__` import removal.
- 10:20 PM Changeset [1712:1b17d07f3a88] by
- Access `Callable` from `collections.abc` Honor `DeprecationWarning` from Python 3.7: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
- 10:10 PM Changeset [1710:c825f0cc96a3] by
- Call `pytest` via `${PYTHON_BINARY} -m pytest` This makes sure that Pytest is run with the correct Python interpreter. Remove the comment because Pytest is invoked with `pytest` for a long time now.
- 10:08 PM Changeset [1709:c83a541585d6] by
- Change Python binary to `python3` From now on (for ftputil 4.0.0) develop only for Python 3.
- 10:01 PM Changeset [1708:7704f9b8cf35] by
- Ignore MyPy cache directory
Nov 28, 2018:
- 4:11 PM Ticket #124 (Small bug in docs) closed by
- invalid: Closing this as "invalid" because it's not actually a mistake.
Nov 26, 2018:
- 10:40 PM Ticket #124 (Small bug in docs) created by
- The very first sample code on the site seems to contain an error: …
Note: See TracTimeline
for information about the timeline view.