| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
|
|
| * | Run 2to3's print fixer over some places that had been missed. | Collin Winter | 2007-08-30 | 1 | -3/+3 |
|
|
| * | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 2 | -3/+3 |
|
|
| * | Merged revisions 56483-56491 via svnmerge from | Martin v. Löwis | 2007-07-22 | 1 | -5/+4 |
|
|
| * | Updated (and regenerated) for name change in tp_init method arguments: | Jack Jansen | 2005-07-03 | 1 | -275/+276 |
|
|
| * | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 3 | -465/+465 |
|
|
| * | Ported to Universal Headers 3.4.2. Qd and Qt remain to be done. | Jack Jansen | 2003-12-03 | 2 | -64/+65 |
|
|
| * | Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. | Jack Jansen | 2003-11-20 | 1 | -5/+0 |
|
|
| * | Getting rid of code conditional on TARGET_API_MAC_*. | Jack Jansen | 2003-11-19 | 2 | -62/+0 |
|
|
| * | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 2 | -13/+3 |
|
|
| * | - Various tweaks to shut up compiler warnings. | Jack Jansen | 2002-12-23 | 1 | -1/+2 |
|
|
| * | Regenerated with inheritance-aware xxxx_Check() macros. | Jack Jansen | 2002-12-19 | 1 | -1/+1 |
|
|
| * | Getting rid of pre-Carbon (MacOS8) support. All code depending on | Jack Jansen | 2002-12-12 | 3 | -1082/+4 |
|
|
| * | Added PEP253 support to most Carbon modules. This isn't complete yet: | Jack Jansen | 2002-12-03 | 2 | -14/+43 |
|
|
| * | Converted the Carbon modules to use PEP252-style objects, with | Jack Jansen | 2002-11-29 | 2 | -11/+21 |
|
|
| * | Regenerated with PyDoc_STR() around docstrings. | Jack Jansen | 2002-08-16 | 1 | -226/+226 |
|
|
| * | Fixed the bugs in the constant definitions, and in the code to test | Jack Jansen | 2002-08-15 | 1 | -6/+6 |
|
|
| * | After generating the Python file with definitions try to run it, so | Jack Jansen | 2002-08-15 | 1 | -0/+2 |
|
|
| * | Enable building of Carbon toolbox modules with unix-Python. | Jack Jansen | 2002-08-05 | 1 | -2/+1 |
|
|
| * | Got rid of staticforward. | Jack Jansen | 2002-08-05 | 1 | -4/+4 |
|
|
| * | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -4/+4 |
|
|
| * | Regenerated. | Jack Jansen | 2002-04-23 | 1 | -1/+1 |
|
|
| * | - added support for UserPaneKeyDownProc and UserPaneFocusProc | Just van Rossum | 2002-01-04 | 2 | -4/+96 |
|
|
| * | Oops, forgot to mark CreateScrollBarControl and CreateSliderControl | Just van Rossum | 2001-12-31 | 2 | -0/+14 |
|
|
| * | - added support for ControlActionProcs, exposing the following calls: | Just van Rossum | 2001-12-30 | 3 | -7/+187 |
|
|
| * | Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ | Just van Rossum | 2001-12-18 | 2 | -10/+263 |
|
|
| * | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 1 | -0/+4 |
|
|
| * | Added missing docstring | Just van Rossum | 2001-12-18 | 2 | -1/+2 |
|
|
| * | Added support for tab controls and initial (incomplete) support | Just van Rossum | 2001-12-18 | 3 | -12/+543 |
|
|
| * | Many of the new calls are Carbon-only. Flagged them as such. | Jack Jansen | 2001-12-14 | 2 | -0/+658 |
|
|
| * | - "manage" controls created by CreateXxxXxxControl() functions. | Just van Rossum | 2001-12-13 | 3 | -48/+67 |
|
|
| * | Shut up gcc warning. | Jack Jansen | 2001-12-12 | 2 | -4/+4 |
|
|
| * | Updated for Universal Headers 3.4. | Just van Rossum | 2001-12-12 | 3 | -3/+2371 |
|
|
| * | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
| * | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 2 | -7/+309 |
|
|
| * | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 2 | -6/+14 |
|
|
| * | Regenerated without default int return types. | Jack Jansen | 2001-09-04 | 1 | -1/+1 |
|
|
| * | Renamed. | Jack Jansen | 2001-08-23 | 1 | -2686/+0 |
|
|
| * | Renamed the Mac toolbox modules to have an initial _ in their name. | Jack Jansen | 2001-08-23 | 1 | -0/+2694 |
|
|
| * | The MacOS toolbox modules have acquired an _ in front of their name. Normal u... | Jack Jansen | 2001-08-23 | 1 | -2/+2 |
|
|
| * | Don't use extern when we mean staticforward (OSX gcc is picky about it). | Jack Jansen | 2001-06-20 | 3 | -24/+5 |
|
|
| * | Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype... | Jack Jansen | 2001-05-22 | 2 | -419/+159 |
|
|
| * | First step in porting MacPython modules to OSX/unix: break all references bet... | Jack Jansen | 2001-05-17 | 2 | -0/+20 |
|
|
| * | SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{H... | Jack Jansen | 2001-01-12 | 2 | -29/+7 |
|
|
| * | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 3 | -21/+22 |
|
|
| * | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 3 | -2/+63 |
|
|
| * | Adapted to Universal Headers 3.3.2. More to follow. | Jack Jansen | 2000-12-10 | 3 | -198/+831 |
|
|
| * | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 3 | -40/+40 |
|
|
| * | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 3 | -51/+74 |
|
|
| * | Fiddled declaration/implementation of setcallback() so that it is ansifyable. | Jack Jansen | 2000-07-11 | 2 | -8/+16 |
|
|