summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Minimal skeleton of a Python Session typeJean-Paul Calderone2012-02-131-2/+2
|
* Add a bunch of classifiers. Classifiers are fun. Everyone loves classifiers.Jean-Paul Calderone2011-12-191-2/+20
|
* Bump the version to the final release versionJean-Paul Calderone2011-09-021-1/+1
|
* Bump version numberJean-Paul Calderone2011-08-141-1/+1
|
* Bump versionJean-Paul Calderone2011-04-111-1/+1
|
* Bump versionJean-Paul Calderone2011-04-071-1/+1
|
* Update the distutils license fieldJean-Paul Calderone2011-03-021-1/+1
|
* Bump version for final 0.11 releaseJean-Paul Calderone2010-10-311-1/+1
|
* Bump versionJean-Paul Calderone2010-10-131-1/+1
|
* Let's try an alpha firstJean-Paul Calderone2010-10-071-4/+2
|
* Bump version numberJean-Paul Calderone2010-10-071-1/+1
|
* Remove the forced verbosity setting; it adds extra output which confuses ↵Jean-Paul Calderone2010-09-161-3/+0
| | | | Buildbot on some versions of Python
* Avoid importing OpenSSL in setup.py for nowJean-Paul Calderone2010-07-271-1/+2
|
* Get version from the right placeJean-Paul Calderone2010-07-271-1/+1
|
* Move the src directory to an OpenSSL directory so it can be a package even ↵Jean-Paul Calderone2010-07-271-21/+21
| | | | in a source checkout; also dump the __init__.py into it
* merge trunk and resolve simple conflictJean-Paul Calderone2010-01-251-20/+141
|\
| * See if this helpsJean-Paul Calderone2009-11-111-0/+3
| |
| * Try to ignore things like C:\Program Files\SubversionJean-Paul Calderone2009-11-111-7/+11
| |
| * Some changes to setup.pyJean-Paul Calderone2009-11-111-20/+134
| |
* | Add support for CRL and Revoked objects.Rick Dean2009-07-241-0/+2
|/
* Simplify support for building on Windows; make sure to include all the ↵Jean-Paul Calderone2009-07-241-29/+24
|\ | | | | | | necessary dlls when making binary distributions
| * Make sure the egg is never zipped; the dlls will not work like thatJean-Paul Calderone2009-07-211-0/+1
| |
| * Use package_data instead of data_files to put the dlls into the package; ↵Jean-Paul Calderone2009-07-211-4/+8
| | | | | | | | this should cause them to end up in the right place more often
| * work with mingw32 and msvcJean-Paul Calderone2009-07-201-1/+15
| |
| * This works on mingw32Jean-Paul Calderone2009-07-201-11/+5
| |
| * moreJean-Paul Calderone2009-07-201-1/+1
| |
| * la la laJean-Paul Calderone2009-07-201-1/+1
| |
| * some debug info about the build environment, pleaseJean-Paul Calderone2009-07-201-0/+3
| |
| * whatJean-Paul Calderone2009-07-191-1/+0
| |
| * try this approachJean-Paul Calderone2009-07-191-2/+2
| |
| * schwackity schwackJean-Paul Calderone2009-07-181-6/+1
| |
| * gut gut gutJean-Paul Calderone2009-07-181-23/+2
| |
| * maybe eay32 is nicerJean-Paul Calderone2009-07-181-1/+1
| |
| * hack hack hackJean-Paul Calderone2009-07-181-2/+3
| |
| * hack hack hackJean-Paul Calderone2009-07-181-1/+3
| |
| * I sink lowJean-Paul Calderone2009-07-181-0/+2
| |
| * Look in the openssl mingw32 lib dirJean-Paul Calderone2009-07-181-0/+1
| |
| * this works on vceJean-Paul Calderone2009-05-121-2/+2
| |
* | Add OpenSSL.rand.bytes() function to wrap RAND_bytes(). Test cases and ↵Rick Dean2009-07-071-0/+1
| | | | | | | | documentation included.
* | Switch from Twisted's TestCase to the stdlib TestCase so there are fewer ↵Jean-Paul Calderone2009-07-051-0/+1
|/ | | | ways the test suite can be invoked
* stupid mistakeJean-Paul Calderone2009-02-131-1/+1
|
* Use ctypes to find libeay32.dllJean-Paul Calderone2009-02-131-2/+9
|
* Revert r88 and r89 - I was wrongJean-Paul Calderone2009-02-131-3/+13
|
* Fix a stupid mistake; I should try this stuff locally before committingJean-Paul Calderone2009-02-131-1/+1
|
* Experimental change to remove the "ExtraObjects" stuff. Hypothesis: ↵Jean-Paul Calderone2009-02-131-14/+4
| | | | ExtraObjects is superfluous to the build and removing it will have no negative consequences.
* Delete some more stuff that I do not think is necessaryJean-Paul Calderone2009-02-081-15/+0
|
* Work around a gross distutils bug - forward slashes cause the path to get ↵Jean-Paul Calderone2009-02-081-3/+4
| | | | mangled incorrectly
* Get rid of conditional setuptools usage; specify this externally instead. ↵Jean-Paul Calderone2009-02-081-26/+4
| | | | Get rid of old Extension compatibility code; Python 2.3 is the oldest version now supported, and it has `depends´. Try just using ExtraObjects instead of globbing for dlls; SSL_LIB isn\t necessarily set.
* try getting rid of ez_setupJean-Paul Calderone2008-12-311-44/+8
|
* update to trunk tipJean-Paul Calderone2008-12-311-1/+7
|\