summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/scrap/scrapsupport.py
Commit message (Expand)AuthorAgeFilesLines
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-13/+12
* PyDoc_STR is always defined nowadays (and has been for quite some time:-)Jack Jansen2003-11-191-3/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-4/+0
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-1/+1
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-1/+1
* Define PyDoc_STR if it isn't defined. This makes these modules compileJack Jansen2002-11-181-0/+3
* Added support for the Carbon scrap manager (finally).Jack Jansen2001-12-311-0/+14
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-221-1/+5
* Regenerated (and manually massaged for PutScrap) so it can be byuilt both for...Jack Jansen2001-01-241-3/+5
* Interface to the scrap managerJack Jansen1996-04-121-0/+60