summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/drag/dragsupport.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-293/+0
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-123/+123
* 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
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-251-2/+2
* Callback error handling improvements:Just van Rossum2002-01-041-3/+6
* Shut up many more gcc warnings.Jack Jansen2001-09-051-4/+8
* 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-8/+12
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-171-0/+13
* Adapted to Universal Headers 3.3.2. More to follow.Jack Jansen2000-12-101-17/+7
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-10/+0
* Print something on stderr in case of exceptions in callback routines.Jack Jansen1999-06-211-3/+9
* Drag manager interface (completely untested, so far)Jack Jansen1999-06-211-0/+287