Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | la la la | Jean-Paul Calderone | 2009-07-20 | 1 | -1/+1 | |
| | | ||||||
| * | some debug info about the build environment, please | Jean-Paul Calderone | 2009-07-20 | 1 | -0/+3 | |
| | | ||||||
| * | what | Jean-Paul Calderone | 2009-07-19 | 1 | -1/+0 | |
| | | ||||||
| * | try this approach | Jean-Paul Calderone | 2009-07-19 | 1 | -2/+2 | |
| | | ||||||
| * | schwackity schwack | Jean-Paul Calderone | 2009-07-18 | 1 | -6/+1 | |
| | | ||||||
| * | gut gut gut | Jean-Paul Calderone | 2009-07-18 | 1 | -23/+2 | |
| | | ||||||
| * | maybe eay32 is nicer | Jean-Paul Calderone | 2009-07-18 | 1 | -1/+1 | |
| | | ||||||
| * | hack hack hack | Jean-Paul Calderone | 2009-07-18 | 1 | -2/+3 | |
| | | ||||||
| * | hack hack hack | Jean-Paul Calderone | 2009-07-18 | 1 | -1/+3 | |
| | | ||||||
| * | I sink low | Jean-Paul Calderone | 2009-07-18 | 1 | -0/+2 | |
| | | ||||||
| * | Look in the openssl mingw32 lib dir | Jean-Paul Calderone | 2009-07-18 | 1 | -0/+1 | |
| | | ||||||
| * | this works on vce | Jean-Paul Calderone | 2009-05-12 | 1 | -2/+2 | |
| | | ||||||
* | | Add OpenSSL.rand.bytes() function to wrap RAND_bytes(). Test cases and ↵ | Rick Dean | 2009-07-07 | 1 | -0/+1 | |
| | | | | | | | | documentation included. | |||||
* | | Switch from Twisted's TestCase to the stdlib TestCase so there are fewer ↵ | Jean-Paul Calderone | 2009-07-05 | 1 | -0/+1 | |
|/ | | | | ways the test suite can be invoked | |||||
* | stupid mistake | Jean-Paul Calderone | 2009-02-13 | 1 | -1/+1 | |
| | ||||||
* | Use ctypes to find libeay32.dll | Jean-Paul Calderone | 2009-02-13 | 1 | -2/+9 | |
| | ||||||
* | Revert r88 and r89 - I was wrong | Jean-Paul Calderone | 2009-02-13 | 1 | -3/+13 | |
| | ||||||
* | Fix a stupid mistake; I should try this stuff locally before committing | Jean-Paul Calderone | 2009-02-13 | 1 | -1/+1 | |
| | ||||||
* | Experimental change to remove the "ExtraObjects" stuff. Hypothesis: ↵ | Jean-Paul Calderone | 2009-02-13 | 1 | -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 necessary | Jean-Paul Calderone | 2009-02-08 | 1 | -15/+0 | |
| | ||||||
* | Work around a gross distutils bug - forward slashes cause the path to get ↵ | Jean-Paul Calderone | 2009-02-08 | 1 | -3/+4 | |
| | | | | mangled incorrectly | |||||
* | Get rid of conditional setuptools usage; specify this externally instead. ↵ | Jean-Paul Calderone | 2009-02-08 | 1 | -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_setup | Jean-Paul Calderone | 2008-12-31 | 1 | -44/+8 | |
| | ||||||
* | update to trunk tip | Jean-Paul Calderone | 2008-12-31 | 1 | -1/+7 | |
|\ | ||||||
| * | Try to find ssleay32.a in more locations, including on that may be a bit ↵ | Jean-Paul Calderone | 2008-12-31 | 1 | -1/+7 | |
| | | | | | | | | more common windows | |||||
| * | Remove unintentionally added debug helper | Jean-Paul Calderone | 2008-12-31 | 1 | -2/+1 | |
| | | ||||||
| * | make sure to handle r2i extensions (like proxyCertInfo) without segfaulting | Jean-Paul Calderone | 2008-12-31 | 1 | -1/+2 | |
| | | ||||||
* | | convenience hack: if setuptools is not already present, then this will ↵ | zooko | 2008-12-01 | 1 | -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 Brillnonywonx | 2008-11-11 | 1 | -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 Brillnonywonx | 2008-11-10 | 1 | -1/+24 | |
|/ | | | | include OpenSSL shared lib, at least on Windows | |||||
* | Add #! to setup.py so it can be run directly | Jean-Paul Calderone | 2008-06-12 | 1 | -0/+1 | |
| | | | | Resolves sf patch 1939805 | |||||
* | Okay, that coding declaration was doing something! | Jean-Paul Calderone | 2008-04-11 | 1 | -2/+1 | |
| | ||||||
* | Updates for 0.7 final | Jean-Paul Calderone | 2008-04-11 | 1 | -2/+6 | |
| | ||||||
* | A couple trivial Context tests | Jean-Paul Calderone | 2008-03-21 | 1 | -1/+2 | |
| | ||||||
* | Add {s,g}et_not{Before,After} | Jean-Paul Calderone | 2008-03-09 | 1 | -4/+6 | |
| | ||||||
* | Add an extra_objects for the Win32 build. This is hard coded to paths on a ↵ | Jean-Paul Calderone | 2008-03-08 | 1 | -2/+5 | |
| | | | | particular machine, so it is kind of stupid. | |||||
* | Include the tests in the distribution | Jean-Paul Calderone | 2008-03-05 | 1 | -1/+2 | |
| | ||||||
* | Remove some more anachronisms | Jean-Paul Calderone | 2008-03-04 | 1 | -2/+1 | |
| | ||||||
* | Remove some anachronisms | Jean-Paul Calderone | 2008-03-04 | 1 | -5/+4 | |
| | ||||||
* | initial source import | Jean-Paul Calderone | 2008-02-18 | 1 | -0/+90 | |