summaryrefslogtreecommitdiff
path: root/Modules/puremodule.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-298/+298
* Deprecate the pure module for 3.0.Brett Cannon2008-05-091-0/+4
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-79/+79
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-011-2/+0
* ANSI-fy function headers. Not much more can be done since I don'tBarry Warsaw2000-08-181-249/+82
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-11/+11
* (puremodule.c): New module which exports the Purify and Quantify C APIBarry Warsaw1997-01-171-0/+1155