summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ae/_AEmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-1046/+1046
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-2/+2
* Fix build issue on OSX 10.4Ronald Oussoren2008-06-061-0/+4
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-3/+4
* Renamed PyString to PyBytesChristian Heimes2008-05-261-2/+2
* Fix whitespace, there are memory leaks in this module.Neal Norwitz2006-06-161-22/+17
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-62/+63
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-5/+0
* Getting rid of code conditional on TARGET_API_MAC_*.Jack Jansen2003-11-191-9/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-8/+3
* It turns out that some calls return AEDesc records that are "borrowed",Jack Jansen2003-01-171-1/+32
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-1/+2
* Regenerated with inheritance-aware xxxx_Check() macros.Jack Jansen2002-12-191-1/+1
* Get rid of support for Universal Headers older than 3.4 and various otherJack Jansen2002-12-131-8/+0
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-12/+0
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-031-13/+41
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-44/+58
* Regenerated with PyDoc_STR() around docstrings.Jack Jansen2002-08-161-46/+46
* Regenerated.Jack Jansen2002-04-231-1/+1
* Weaklink most toolbox modules, improving backward compatibility. Modules will...Jack Jansen2002-03-241-0/+138
* Ugh, by all means, _do_ report exceptions somehow ;-)Just van Rossum2002-01-041-1/+4
* There's a new include file AEInteraction.h which contains AESend and friends.Jack Jansen2001-12-171-0/+184
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-180/+0
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-5/+1
* Shut up many more gcc warnings.Jack Jansen2001-09-051-7/+4
* Regenerated without default int return types.Jack Jansen2001-09-041-1/+1
* Don't call PyMac_HandleEvent if we're in unix-Python.Jack Jansen2001-09-011-0/+2
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+1283