summaryrefslogtreecommitdiffstats
path: root/Modules/_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Patch #575827: allow threads inside SSL creation.Martin v. Löwis2002-07-281-4/+19
* staticforward bites the dust.Jeremy Hylton2002-07-171-4/+4
* Repair badly formatted code.Jeremy Hylton2002-07-021-19/+17
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-14/+14
* Repair widespread misuse of _PyString_Resize. Since it's clear peopleTim Peters2002-04-271-2/+2
* Forward port of patch # 500311: Work around for buggy https servers.Martin v. Löwis2002-04-201-24/+72
* Break SSL support out of _socket module and place it into a newMarc-André Lemburg2002-02-161-0/+461