| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -3/+3 |
|
|
* | Correct a typo that breaks test_distutils | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -1/+1 |
|
|
* | #3247: get rid of Py_FindMethod | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -6/+6 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -12/+29 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Merged revisions 59465-59487 via svnmerge from | Christian Heimes | 2007-12-14 | 1 | -1/+1 |
|
|
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -5/+8 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
|
|
* | I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm... | Christian Heimes | 2007-11-18 | 1 | -2/+5 |
|
|
* | Use unicode for reference (is there any way to build this module) | Neal Norwitz | 2007-08-24 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -7/+4 |
|
|
* | Merge part of the trunk changes into the p3yk branch. This merges from 43030 | Thomas Wouters | 2006-04-21 | 1 | -14/+0 |
|
|
* | Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and | Neal Norwitz | 2006-03-14 | 1 | -0/+14 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Another dummy type. | Guido van Rossum | 2003-02-13 | 1 | -0/+61 |
|
|
* | Add Str, a subclass of str. | Guido van Rossum | 2003-02-11 | 1 | -0/+58 |
|
|
* | Demonstrate use of PyType_Ready() in the example. | Raymond Hettinger | 2002-12-29 | 1 | -3/+5 |
|
|
* | add PyDoc_STR and PyDoc_STRVAR calls as examples for module authors | Skip Montanaro | 2002-08-14 | 1 | -6/+18 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Removed more stray instances of statichere, but left _sre.c alone. | Tim Peters | 2002-07-17 | 1 | -1/+1 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -7/+7 |
|
|
* | Fix an obvious bug. | Thomas Heller | 2002-04-09 | 1 | -2/+2 |
|
|
* | Change the example code to prefer PyModule_Add*() instead of using the | Fred Drake | 2002-03-12 | 1 | -3/+7 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | Remove a couple of tp_xxx fields that you are not expected to | Guido van Rossum | 2001-10-15 | 1 | -5/+0 |
|
|
* | Add additional fields to Xxo_Type declaration. Fixes bug #469250. | Martin v. Löwis | 2001-10-09 | 1 | -0/+31 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Use METH_VARARGS constant in example module. | Andrew M. Kuchling | 2000-08-19 | 1 | -6/+6 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -1/+1 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -26/+9 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -2/+2 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -5/+5 |
|
|
* | Use the portable form of initializing the ob_type field for new types. | Fred Drake | 1999-02-16 | 1 | -2/+8 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Add a test for a bad format character. | Guido van Rossum | 1997-12-09 | 1 | -0/+16 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -5/+1 |
|
|
* | Added the example "thin ice" from the extensions manual. | Guido van Rossum | 1996-12-13 | 1 | -0/+24 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -1/+0 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Converted to new style | Guido van Rossum | 1996-07-30 | 1 | -70/+70 |
|
|
* | changes for CFM-68K mac | Guido van Rossum | 1995-02-18 | 1 | -2/+1 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | * Modules/xxmodule.c: integrated with xxobject.c by Jack | Guido van Rossum | 1994-09-29 | 1 | -13/+132 |
|
|
* | 1994 Copyright | Guido van Rossum | 1994-01-02 | 1 | -1/+1 |
|
|
* | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 1 | -2/+2 |
|
|
* | * Makefile adapted to changes below. | Guido van Rossum | 1992-08-04 | 1 | -0/+92 |
|
|