summaryrefslogtreecommitdiff
path: root/INSTALL.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last use of setup.py test idiom.Matěj Cepl2021-06-141-1/+1
|
* We don't support 2.6, really.Matěj Cepl2020-12-091-1/+1
|
* Stop playing with swig, we don't support swig 1.* anymore.Matěj Cepl2020-12-081-2/+2
|
* Stop pretending to support Python 3.4.Matěj Cepl2019-04-261-1/+1
|
* Stated installation requirement for SWIGKonstantin Shemyak2018-11-031-2/+2
|
* Corrected project's build dependenciesKonstantin Shemyak2018-10-301-15/+10
|
* Deprecate Python 3.3 (unsupported by Twisted) and test on 3.7.Matěj Cepl2018-10-031-1/+1
| | | | | Unfortunately 3.7 doesn't work on Travis CI (because of too old OpenSSL).
* Don't support Python 2.6 on Windows anymore.Matěj Cepl2018-04-181-0/+3
| | | | | | Python on Windows is not part of the system, so it should be more simple for admins to just upgrade to Python 2.7 (which will be hopefully supported by M2Crypto at least until the EOL of Python 2.7 upstream).
* Update installation instructions for Windows.Daniel A. Wozniak2018-02-231-3/+5
|
* Modify the installation instructions for WindowsRichard Levitte2017-11-161-16/+29
|
* Additional directories for self.library_dirs should be first, not last.Matěj Cepl2017-10-121-7/+10
| | | | | Also, update documentation for building with OpenSSL in non-standard location.
* Add missing backslash in OS X install directionsTed Mielczarek2017-07-031-1/+1
|
* INSTALL: add comment about required debian packagesMarkus Heiser2017-03-141-0/+7
|
* Emphasize that swig is required only for the development, not for use.Matěj Cepl2016-07-131-1/+6
| | | | Fixes #143
* We actually do not support SWIG less than 2.0.4.Matěj Cepl2016-06-291-1/+1
|
* Clean up M2Crypto/ftpslib.pyMatěj Cepl2016-02-041-0/+1
| | | | | | This was created when analyzing #55 which in the end I decided to close as WONTFIX. We shouldn't do more than adding TLS to the stdlib ftplib module. If ftplib doesn't do Unicode handling, we won't do it either.
* Clean up reStructuredText of INSTALL.rst and updated Mac OS X install ↵Matěj Cepl2016-02-041-132/+36
| | | | | | instructions. Fixes #63
* Fix the biggest disasters in README.Matěj Cepl2015-11-021-0/+233
Fixes #61