summaryrefslogtreecommitdiff
path: root/OpenSSL/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers; remove pointless dates, add a pointer to the ↵Jean-Paul Calderone2011-03-021-7/+3
| | | | LICENSE file.
* Try to get RTLD_NOW and RTLD_GLOBAL from a real definition - DLFCN or dl or ↵Jean-Paul Calderone2010-10-121-4/+25
| | | | ctypes
* Only delete orig if it was definedJean-Paul Calderone2010-09-191-1/+2
|
* Try to support Windows here - ie, do not do any of the dl flags stuffJean-Paul Calderone2010-09-191-5/+9
|
* skip tsafe for the time beingJean-Paul Calderone2010-08-121-1/+1
|
* Hack up module import like madJean-Paul Calderone2010-08-111-2/+13
| | | This is a workaround for the loss of PyCObject
* Move the src directory to an OpenSSL directory so it can be a package even ↵Jean-Paul Calderone2010-07-271-0/+12
in a source checkout; also dump the __init__.py into it