summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/scrap/_Scrapmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-356/+0
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-3/+3
* Merged revisions 56483-56491 via svnmerge fromMartin v. Löwis2007-07-221-5/+4
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-24/+16
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-4/+0
* Converted manually written code to the new K format specifier.Jack Jansen2003-04-171-1/+1
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-2/+0
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-108/+0
* Define PyDoc_STR if it isn't defined. This makes these modules compileJack Jansen2002-11-181-0/+3
* Replaced lots of PyMem_DEL() calls with PyObject_DEL().Jack Jansen2002-05-221-1/+1
* Added support for the Carbon scrap manager (finally).Jack Jansen2001-12-311-73/+289
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+260