summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapimodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-3/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-4/+28
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-4/+0
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-0/+116
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-8/+124
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+20
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-4/+41
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-24/+90
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-0/+13
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+2
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Fix silly leak in test used in test_exceptions.Michael W. Hudson2003-08-151-0/+1
* New support functions for test_getargs2.Thomas Heller2003-04-241-69/+70
* Get test_capi & test_getargs2 to pass on alphasNeal Norwitz2003-04-221-6/+19
* New PyGILState_ API - implements pep 311, from patch 684256.Mark Hammond2003-04-191-0/+47
* SF # 595026: support for masks in getargs.c.Thomas Heller2003-04-171-0/+149
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-5/+5
* _PyLong_NumBits(): The definition of this was too specific to the quirkyTim Peters2003-01-311-21/+27
* Added new private API function _PyLong_NumBits. This will be used at theTim Peters2003-01-281-2/+39
* 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