summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
...
* Accommodating review comment ... using next() instead of full list.Matěj Cepl2016-01-211-5/+4
* Move openssl option to build_ext, but read it from options of build as well.Matěj Cepl2016-01-201-1/+24
* Reformatting setup() command to be more readable.Matěj Cepl2016-01-201-45/+49
* Use PEP 440 compliant version number.Craig Rodrigues2015-12-031-1/+1
* Use setuptools by default and remove distutils usageCraig Rodrigues2015-12-031-13/+10
* RHEL-6 doesn't need to investigate proper multiarch.Matěj Cepl2015-11-251-16/+10
* Make the construct working even for python 26, where there is no sysconfig mo...Matěj Cepl2015-11-251-6/+14
* Make patch working on Fedora/RHEL again.Matěj Cepl2015-11-251-14/+14
* On Linux, add multiarch directory to include path.Craig Rodrigues2015-11-251-0/+6
* One more RC for 0.22.6Matěj Cepl2015-11-021-1/+1
* RC for testingMatěj Cepl2015-10-191-1/+1
* Add missing files to MANIFEST.inMatěj Cepl2015-10-161-1/+1
* Add SWIG/*.h as well.0.22.5Matěj Cepl2015-10-131-1/+1
* New release.0.22.4Matěj Cepl2015-10-131-5/+5
* Clean up setup.py to be PEP8-compliant.Matěj Cepl2015-10-131-36/+36
* We forgot import platform somewhere so tests were failing.Matěj Cepl2015-10-131-2/+4
* Fix build with SWIG 3.0.5Miloslav Trmač2015-10-131-58/+38
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-0/+4
* 0.21 release tarball was buggy, so need to release 0.21.1.Heikki Toivonen2011-01-151-2/+2
* Open trunk for 0.21 work.Heikki Toivonen2009-08-271-1/+1
* Add 2009 copyrights.Heikki Toivonen2009-02-061-1/+1
* Add Trove classification: Topic :: Software Development :: Libraries :: Pytho...Heikki Toivonen2009-02-061-0/+1
* Fix long desc and classifiers so that we can use upload command.Heikki Toivonen2008-10-061-2/+18
* Trunk is moving towards 0.20.Heikki Toivonen2008-09-171-1/+3
* Working towards 0.19 release on the trunk.Heikki Toivonen2007-10-081-1/+1
* Bug 9404, redo build fix when OpenSSL configured without EC.Heikki Toivonen2007-10-081-5/+5
* Homepage moved, although old URL will still work (redirects).Heikki Toivonen2007-07-261-1/+1
* Make setup.py work with Python 2.3, patch by Thomas Uram.Heikki Toivonen2007-07-111-1/+1
* A test-only change slipped in, foo -> usr.Heikki Toivonen2007-06-221-1/+1
* Bug 9477, moved --openssl option from general setup.py option to build_ext op...Heikki Toivonen2007-06-221-40/+55
* Typo.Heikki Toivonen2007-06-081-1/+1
* Bug 9404, fixed build problem affecting some systems where OpenSSL was built ...Heikki Toivonen2007-06-071-0/+1
* Instructions from John Nagle on what to do with early OpenSSL 0.9.7 versions.Heikki Toivonen2007-02-021-1/+3
* Documenting how to build Universal binaries on Mac.Heikki Toivonen2007-01-221-1/+1
* Change trunk version numbers to 0.18.Heikki Toivonen2006-12-141-1/+1
* Bug 7077, test command to setup.py. setuptools are now required to run unit t...Heikki Toivonen2006-12-061-6/+10
* Updating version strings to 0.17.Heikki Toivonen2006-11-211-1/+1
* Commenting out the search_paths_first trick for now becauseHeikki Toivonen2006-05-031-1/+1
* According to Martin Paljak, latest darwin universal PythonHeikki Toivonen2006-05-021-0/+1
* Should have checked in the removal of -DSWIG_COBJECT_PYTHONHeikki Toivonen2006-04-051-2/+1
* Bug 5313, added --openssl option to build command, whichHeikki Toivonen2006-03-281-19/+27
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Fix copyright year.Heikki Toivonen2006-02-241-1/+1
* More metadata in preparation to submitting to PyPI.Heikki Toivonen2006-02-241-0/+2
* Added license metadata.Heikki Toivonen2006-02-241-0/+1
* Update version and url. Add maintainer info.Heikki Toivonen2006-02-241-9/+11
* Last changes for 0.15 release.Heikki Toivonen2005-08-171-1/+1
* OSAF comments.Heikki Toivonen2005-06-091-0/+3
* Try fix keyword mess.Heikki Toivonen2005-06-091-1/+1
* Make swig_opts work on pre-2.4 python.Heikki Toivonen2005-05-131-22/+26