summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* A compatibility shim for setup.pyMatěj Cepl2023-02-021-0/+6
* Make Windows tests working again.Matěj Cepl2023-02-021-1/+1
* Use OpenSSL_version_num() instead of unrealiable parsing of .h file.Matěj Cepl2021-11-221-15/+24
* Reverse 5595820 ... tests still fail.Matěj Cepl2021-07-231-1/+1
* Fiixed: On Win32 platforms openssl dll's not present in binary packages anymorePandu Getj2021-07-221-1/+1
* parameterized is actually not required for every run of M2Crypto.Matěj Cepl2021-04-231-2/+2
* Add support for arm64 big endianSteev Klimaszewski2021-04-181-0/+2
* Move project to src/ layoutMatěj Cepl2021-01-141-8/+11
* But we do support 3.8Matěj Cepl2020-12-081-0/+1
* We DO NOT support Python 2.6.Matěj Cepl2020-12-081-1/+0
* Fix typo parametrized -> parameterizedMatěj Cepl2020-12-081-1/+1
* Stop playing with swig, we don't support swig 1.* anymore.Matěj Cepl2020-12-081-44/+1
* Use parametrized to create parametrized tests.Matěj Cepl2020-12-031-1/+1
* setup.py: move swig default includes before opensslFabrice Fontaine2020-11-081-2/+3
* Just cleanup of spaces in setup.pyMatěj Cepl2020-11-021-15/+18
* Revert using typing module in 2.6. It is just not worthy.Matěj Cepl2019-11-251-6/+5
* Make tests pass again.Matěj Cepl2019-11-241-0/+5
* Stop using string module, which has been deprecated.Matěj Cepl2019-11-241-2/+3
* Tiny fixes to make pyls more happyMatěj Cepl2019-11-141-3/+6
* Use shlex.split() for CPPMike Gilbert2019-05-061-3/+4
* Stop pretending to support Python 3.4.Matěj Cepl2019-04-261-1/+0
* There are apparently multiword CPP variables. Taking that into account.Matěj Cepl2019-03-071-1/+3
* setup.py: use ${CPP} as path to cppDuncan Macleod2019-03-041-1/+1
* Add type comment to setup.pyMatěj Cepl2018-12-021-0/+1
* Deprecate Python 3.3 (unsupported by Twisted) and test on 3.7.Matěj Cepl2018-10-031-1/+1
* Fix packaging.0.30.1Matěj Cepl2018-04-291-1/+1
* Generate better set of binaries for WindowsMatěj Cepl2018-02-281-6/+47
* Acommodate setup.py to work on Windows.Daniel A. Wozniak2018-02-231-45/+32
* OpenSSL version is a hexadecimal number not a version number.Matěj Cepl2018-02-191-3/+3
* Fix typo breaking setup.py on Windows.Matěj Cepl2018-02-191-1/+2
* Add ppc64le in setup.py to avoid build errorMichel Normand2018-02-081-1/+3
* Metadata for py3k port.Matěj Cepl2018-02-081-0/+5
* setup: add upper ver for typing module requirementAllan Que2018-01-231-2/+1
* setup: search for include paths that start with ' /'Allan Que2018-01-231-1/+1
* Bundle-in unittest2 0.5.1 for Python 2.6.Matěj Cepl2018-01-081-6/+4
* Fix setup.py: Change method to figure out what libraries to useRichard Levitte2017-11-161-58/+39
* Fix setup.py: handling --opensslRichard Levitte2017-10-161-25/+46
* Additional directories for self.library_dirs should be first, not last.Matěj Cepl2017-10-121-1/+3
* subprocess.Popen() process returns bytes and bytes don't have split() method.Matěj Cepl2017-10-121-1/+2
* We should use special py3 option for swig when possible.Matěj Cepl2017-10-121-2/+6
* Remove all PGP modules.Matěj Cepl2017-10-071-2/+1
* Fix metadata for new release.0.27.0Matěj Cepl2017-10-051-1/+2
* Make build work even on old Ubuntu with python 2.6.Matěj Cepl2017-09-271-22/+32
* Fix setup.py sdist and release0.26.2Matěj Cepl2017-09-201-7/+5
* Change JavaDoc parameters to the Sphinx convention.Matěj Cepl2017-09-201-5/+5
* Switch OpenSSL DEPRECATEDIN_1_1_0 function into Python warnings.Matěj Cepl2017-09-201-9/+18
* Fixes of setup.py for OpenSSL 1.1.0 on RHEL-6.Jim Carroll2017-09-191-5/+28
* Clean all compiled librariesMatěj Cepl2017-01-201-2/+2
* Fix the commit to the current master branch.Matěj Cepl2016-12-131-19/+2
* Use swig generated python loaderJoe Julian2016-12-131-1/+3