summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)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 docum...Rick Dean2009-07-071-0/+1
* | Switch from Twisted's TestCase to the stdlib TestCase so there are fewer ways...Jean-Paul Calderone2009-07-051-0/+1
|/
* 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: ExtraObj...Jean-Paul Calderone2009-02-131-14/+4
* 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 man...Jean-Paul Calderone2009-02-081-3/+4
* Get rid of conditional setuptools usage; specify this externally instead. Ge...Jean-Paul Calderone2009-02-081-26/+4
* 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 more...Jean-Paul Calderone2008-12-311-1/+7
| * 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 downlo...zooko2008-12-011-0/+7
* | If --prefix is in sys.argv, then set up sys.path and os.environ['PYTHONPATH']...U-YOUR-FA38FA253F\Zooko Brillnonywonx2008-11-111-1/+37
* | Chris Galvan's patch to use setuptools to build pyOpenSSL binaries which incl...U-YOUR-FA38FA253F\Zooko Brillnonywonx2008-11-101-1/+24
|/
* Add #! to setup.py so it can be run directlyJean-Paul Calderone2008-06-121-0/+1
* 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 p...Jean-Paul Calderone2008-03-081-2/+5
* 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