summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|\
| * Try to find ssleay32.a in more locations, including on that may be a bit ↵Jean-Paul Calderone2008-12-311-1/+7
| | | | | | | | more common windows
| * Remove unintentionally added debug helperJean-Paul Calderone2008-12-311-2/+1
| |
| * make sure to handle r2i extensions (like proxyCertInfo) without segfaultingJean-Paul Calderone2008-12-311-1/+2
| |
* | convenience hack: if setuptools is not already present, then this will ↵zooko2008-12-011-0/+7
| | | | | | | | download it from pypi into the CWD and use it.
* | If --prefix is in sys.argv, then set up sys.path and ↵U-YOUR-FA38FA253F\Zooko Brillnonywonx2008-11-111-1/+37
| | | | | | | | os.environ['PYTHONPATH'] to contain the appropriate site-packages subdir of the prefix dir
* | Chris Galvan's patch to use setuptools to build pyOpenSSL binaries which ↵U-YOUR-FA38FA253F\Zooko Brillnonywonx2008-11-101-1/+24
|/ | | | include OpenSSL shared lib, at least on Windows
* Add #! to setup.py so it can be run directlyJean-Paul Calderone2008-06-121-0/+1
| | | | Resolves sf patch 1939805
* Okay, that coding declaration was doing something!Jean-Paul Calderone2008-04-111-2/+1
|
* Updates for 0.7 finalJean-Paul Calderone2008-04-111-2/+6
|
* A couple trivial Context testsJean-Paul Calderone2008-03-211-1/+2
|
* Add {s,g}et_not{Before,After}Jean-Paul Calderone2008-03-091-4/+6
|
* Add an extra_objects for the Win32 build. This is hard coded to paths on a ↵Jean-Paul Calderone2008-03-081-2/+5
| | | | particular machine, so it is kind of stupid.
* Include the tests in the distributionJean-Paul Calderone2008-03-051-1/+2
|
* Remove some more anachronismsJean-Paul Calderone2008-03-041-2/+1
|
* Remove some anachronismsJean-Paul Calderone2008-03-041-5/+4
|
* initial source importJean-Paul Calderone2008-02-181-0/+90