summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/mlte
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-123-2023/+0
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-6/+6
* Run 2to3's print fixer over some places that had been missed.Collin Winter2007-08-301-3/+3
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-122-3/+3
* Merged revisions 56483-56491 via svnmerge fromMartin v. Löwis2007-07-221-10/+8
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-17/+0
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-38/+40
* Whitespace normalization, via reindent.py.Tim Peters2004-07-182-143/+142
* Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.Jack Jansen2003-12-032-39/+31
* 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-6/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-192-11/+3
* - Various tweaks to shut up compiler warnings.Jack Jansen2002-12-231-2/+4
* Regenerated with inheritance-aware xxxx_Check() macros.Jack Jansen2002-12-191-2/+2
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-122-27/+1
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-032-28/+86
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-292-22/+42
* Moved CoreFoundation type support to bgen/macsupport.Jack Jansen2002-08-222-65/+64
* Fixed the bugs in the constant definitions, and in the code to testJack Jansen2002-08-151-0/+4
* After generating the Python file with definitions try to run it, soJack Jansen2002-08-151-0/+2
* Enable building of Carbon toolbox modules with unix-Python.Jack Jansen2002-08-051-2/+1
* Got rid of staticforward.Jack Jansen2002-08-051-4/+4
* staticforward bites the dust.Jeremy Hylton2002-07-171-4/+4
* Regenerated.Jack Jansen2002-04-231-2/+2
* Added some support for unicode arguments.Jack Jansen2002-01-013-3/+29
* Updated to Universal Headers 3.4Jack Jansen2001-12-183-15/+161
* Quick patch to allow building with Universal Headers 3.4.Jack Jansen2001-12-141-2/+2
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-2/+2
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-6/+114
* Shut up many more gcc warnings.Jack Jansen2001-09-051-1/+4
* Regenerated without default int return types.Jack Jansen2001-09-041-2/+2
* Include Carbon/Carbon.h if we're on OSX.Jack Jansen2001-09-012-2/+2
* Renamed.Jack Jansen2001-08-231-1390/+0
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+1392
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* TXNTSMCheck isn't available under Mach-O Carbon.Jack Jansen2001-08-032-2/+10
* The TNXDraw gworld argument is optional.Jack Jansen2001-07-163-2/+35
* Various small fixes. The demo now starts to limp along.Jack Jansen2001-07-143-2/+36
* Fixed the mis-guessed parameters and added support for a few optional paramet...Jack Jansen2001-07-133-20/+143
* First stab at an interface to the Multi Language Text Editor. It compiles and...Jack Jansen2001-07-133-0/+1528