summaryrefslogtreecommitdiffstats
path: root/Modules/sha256module.c
Commit message (Expand)AuthorAgeFilesLines
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-7/+5
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-16/+6
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-2/+2
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-2/+2
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-0/+709
ue='bug_3511806'>bug_3511806 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | ANSIfydkf2005-11-028-1151/+1165
| |
* | * generic/tclTrace.c (TclCheckExecutionTraces): Corrected mistakendgp2005-11-01