| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make the CoreFoundation object _New and _Convert routines available to other ... | Jack Jansen | 2001-11-05 | 2 | -38/+140 |
|
|
* | added acces to the cellSize field, rewrote setattr code | Just van Rossum | 2001-11-05 | 2 | -24/+32 |
|
|
* | More List Manager interfacing: | Just van Rossum | 2001-11-05 | 3 | -23/+363 |
|
|
* | Under MachO-Python unconditionally import macfsn. | Jack Jansen | 2001-11-01 | 1 | -0/+6 |
|
|
* | Moved macfsn hackery from macmain.c to macfsmodule.c so it loads | Just van Rossum | 2001-10-31 | 1 | -1/+32 |
|
|
* | Some escaped newlines had spaces between the backslash and the newline. Also ... | Jack Jansen | 2001-10-23 | 1 | -7/+4 |
|
|
* | SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. | Guido van Rossum | 2001-10-18 | 1 | -36/+123 |
|
|
* | Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' | Jack Jansen | 2001-09-10 | 2 | -11/+16 |
|
|
* | A few more gcc warnings bite the dust. | Jack Jansen | 2001-09-05 | 5 | -11/+28 |
|
|
* | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 31 | -110/+186 |
|
|
* | Added prototypes to shut gcc -Wstrict-prototypes up. | Jack Jansen | 2001-09-04 | 1 | -4/+2 |
|
|
* | Shut up a few more gcc warnings. | Jack Jansen | 2001-09-04 | 2 | -2/+2 |
|
|
* | Added prototypes to silence gcc strict-prototype warnings. | Jack Jansen | 2001-09-04 | 2 | -141/+48 |
|
|
* | Regenerated without default int return types. | Jack Jansen | 2001-09-04 | 17 | -33/+35 |
|
|
* | Silly typos. | Jack Jansen | 2001-09-02 | 1 | -2/+2 |
|
|
* | Don't call PyMac_HandleEvent in unix-Python | Jack Jansen | 2001-09-02 | 1 | -0/+2 |
|
|
* | Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. | Jack Jansen | 2001-09-01 | 1 | -0/+9 |
|
|
* | Don't call PyMac_HandleEvent if we're in unix-Python. | Jack Jansen | 2001-09-01 | 2 | -0/+4 |
|
|
* | Include Carbon/Carbon.h if we're on OSX. | Jack Jansen | 2001-09-01 | 2 | -2/+2 |
|
|
* | exceptions was missing from the module list. Added. | Jack Jansen | 2001-08-27 | 1 | -0/+1 |
|
|
* | Last renamed module that wasn't removed yet. | Jack Jansen | 2001-08-24 | 1 | -1168/+0 |
|
|
* | Renamed. | Jack Jansen | 2001-08-23 | 22 | -40152/+0 |
|
|
* | Renamed the Mac toolbox modules to have an initial _ in their name. | Jack Jansen | 2001-08-23 | 23 | -0/+41479 |
|
|
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal u... | Jack Jansen | 2001-08-23 | 23 | -90/+90 |
|
|
* | test_glob found a nasty bug in GUSI opendir(): it will not fail when called o... | Jack Jansen | 2001-08-11 | 1 | -0/+18 |
|
|
* | - Don't return mac-style pathnames in unix-Python. | Jack Jansen | 2001-08-08 | 2 | -168/+79 |
|
|
* | Got rid of 68k-Mac and other outdated ifdefs. | Jack Jansen | 2001-08-07 | 1 | -6/+0 |
|
|
* | Got rid of mactcp cruft, added Mlte and CF modules. | Jack Jansen | 2001-08-07 | 1 | -8/+6 |
|
|
* | Removed unused variable. | Jack Jansen | 2001-08-07 | 1 | -2/+0 |
|
|
* | Bit another bullet: all toolbox modules are now in dynamically loaded modules... | Jack Jansen | 2001-08-07 | 1 | -2/+2 |
|
|
* | Oops, arg type for the glue routine was wrong. | Jack Jansen | 2001-08-06 | 1 | -1/+1 |
|
|
* | PyMac_GetFSSpec must be called via the dylib glue code on OSX. | Jack Jansen | 2001-08-03 | 1 | -1/+16 |
|
|
* | If we use frameworks we should include CoreServices/CoreServices.h, not the | Jack Jansen | 2001-08-03 | 2 | -2/+2 |
|
|
* | TXNTSMCheck isn't available under Mach-O Carbon. | Jack Jansen | 2001-08-03 | 2 | -2/+10 |
|
|
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 3 | -3/+26 |
|
|
* | (Finally) converted to new-style args. | Jack Jansen | 2001-08-03 | 1 | -37/+136 |
|
|
* | Used an adapted MethodGenerator to generate methods too for functions that ha... | Jack Jansen | 2001-07-17 | 3 | -326/+300 |
|
|
* | The TNXDraw gworld argument is optional. | Jack Jansen | 2001-07-16 | 3 | -2/+35 |
|
|
* | Various small fixes. The demo now starts to limp along. | Jack Jansen | 2001-07-14 | 3 | -2/+36 |
|
|
* | Fixed the mis-guessed parameters and added support for a few optional paramet... | Jack Jansen | 2001-07-13 | 3 | -20/+143 |
|
|
* | First stab at an interface to the Multi Language Text Editor. It compiles and... | Jack Jansen | 2001-07-13 | 3 | -0/+1528 |
|
|
* | Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs an... | Jack Jansen | 2001-07-08 | 1 | -10/+274 |
|
|
* | Do conversion of CFStrings to/from unicode. | unknown | 2001-07-04 | 2 | -43/+255 |
|
|
* | - Use weaklink generators so we can support OSX-only calls without crashing o... | Jack Jansen | 2001-07-01 | 2 | -5/+41 |
|
|
* | Added CFURL support, and got base chaining to really work. | Jack Jansen | 2001-06-28 | 3 | -46/+547 |
|
|
* | CFArray, CFData and CFDictonary are now covered, but mainly opaque. | Jack Jansen | 2001-06-27 | 3 | -9/+2372 |
|
|
* | First small step towards bgen-generated CoreFoundation. there is hardly any r... | Jack Jansen | 2001-06-26 | 3 | -0/+666 |
|
|
* | Added support for the gc module (!). | Just van Rossum | 2001-06-21 | 1 | -0/+6 |
|
|
* | Got rid of a silly #if. | Jack Jansen | 2001-06-20 | 1 | -1/+1 |
|
|
* | Don't use extern when we mean staticforward (OSX gcc is picky about it). | Jack Jansen | 2001-06-20 | 3 | -24/+5 |
|
|