Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add whitespace. | Jeremy Hylton | 2003-07-11 | 1 | -3/+3 |
| | |||||
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -2/+2 |
| | |||||
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
| | | | | This should match the situation in the 1.6b1 tree. | ||||
* | ANSI-fication of the source. | Fred Drake | 2000-07-09 | 1 | -109/+95 |
| | | | | Make the indentation and brace placement internally consistent. | ||||
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -5/+5 |
| | |||||
* | 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 | -1/+1 |
| | | | | | | | | | | For more comments, read the patches@python.org archives. For documentation read the comments in mymalloc.h and objimpl.h. (This is not exactly what Vladimir posted to the patches list; I've made a few changes, and Vladimir sent me a fix in private email for a problem that only occurs in debug mode. I'm also holding back on his change to main.c, which seems unnecessary to me.) | ||||
* | New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and | Guido van Rossum | 1997-10-21 | 1 | -1/+52 |
| | | | | PyCObject_GetDesc(). | ||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1997-02-14 | 1 | -2/+2 |
| | |||||
* | Added PyCObject_Import. | Guido van Rossum | 1997-01-22 | 1 | -18/+39 |
| | |||||
* | Better implementation of PyCObject_AsVoidPtr(). | Guido van Rossum | 1996-12-05 | 1 | -7/+18 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | Allow compilation by K&R C compiler. | Guido van Rossum | 1996-08-01 | 1 | -8/+8 |
| | |||||
* | opaque C object a la Jim Fulton | Guido van Rossum | 1996-01-12 | 1 | -0/+100 |