summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapimodule.c
Commit message (Expand)AuthorAgeFilesLines
* Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." linkMark Hammond2002-07-231-1/+1
* Switch to using METH_NOARGS where possible.Fred Drake2002-04-011-38/+18
* Fixed "u#" parser marker to pass through Unicode objects as-is withoutMarc-André Lemburg2002-01-091-0/+50
* sprintf -> PyOS_snprintf in some "obviously safe" cases.Tim Peters2001-11-281-2/+3
* Fixes for possible buffer overflows in sprintf() usages.Marc-André Lemburg2001-11-281-1/+1
* SF [#466125] PyLong_AsLongLong works for any integer.Tim Peters2001-09-301-0/+50
* Add tests for new PyErr_NormalizeException() behaviorJeremy Hylton2001-09-261-0/+26
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-261-1/+1
* Windows build broke from recent Unicode changes -- need to #defineTim Peters2001-06-261-0/+1
* Fix error in comment, and in test_long_api and test_longlong_api removeTim Peters2001-06-161-6/+2
* Fixed typo in comment.Tim Peters2001-06-141-1/+1
* Add tests of PyLong_{As,From}{Unsigned,}Long. These are very much likeTim Peters2001-06-141-158/+71
* longobject.c:Tim Peters2001-06-131-15/+158
* The merest start of a test for the PyLong_{As,From}{Unsigned,}LongLong()Tim Peters2001-06-121-4/+57
* Slight adaptation of Michael Hudson's patch to test PyDict_Next()Guido van Rossum2001-04-131-0/+62
* Related to SF bug 132008 (PyList_Reverse blows up).Tim Peters2001-02-121-0/+46
* Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!Tim Peters2001-02-041-0/+68