summaryrefslogtreecommitdiffstats
path: root/Mac/Modules
Commit message (Expand)AuthorAgeFilesLines
* Changed names, added bridge functions to macfs.fsref objects andJack Jansen2001-11-061-67/+48
* Added an error message when using FSRef objects on platforms that don'tJack Jansen2001-11-061-0/+1
* Added hfsplusapi module.Jack Jansen2001-11-061-0/+4
* Removed unused variable.Jack Jansen2001-11-061-1/+0
* First couple of fixes to make it compile with Universal 3.3.2.Jack Jansen2001-11-061-10/+21
* HFS+ API contributed by Nitin Ganatra. This checkin is identical to what he s...Jack Jansen2001-11-061-0/+1547
* Correctly builds the C module now.Jack Jansen2001-11-052-5/+1600
* First tweaks to allow MacPython to be compiled withJack Jansen2001-11-055-22/+9
* Fixed broken newlines and changed module name. Still untested.Jack Jansen2001-11-052-23/+18
* Carbon Event Manager module donated by Donovan Preston. Checked in as I recei...Jack Jansen2001-11-052-0/+332
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-052-38/+140
* added acces to the cellSize field, rewrote setattr codeJust van Rossum2001-11-052-24/+32
* More List Manager interfacing:Just van Rossum2001-11-053-23/+363
* Under MachO-Python unconditionally import macfsn.Jack Jansen2001-11-011-0/+6
* Moved macfsn hackery from macmain.c to macfsmodule.c so it loadsJust van Rossum2001-10-311-1/+32
* Some escaped newlines had spaces between the backslash and the newline. Also ...Jack Jansen2001-10-231-7/+4
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-36/+123
* Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'Jack Jansen2001-09-102-11/+16
* A few more gcc warnings bite the dust.Jack Jansen2001-09-055-11/+28
* Shut up many more gcc warnings.Jack Jansen2001-09-0531-110/+186
* Added prototypes to shut gcc -Wstrict-prototypes up.Jack Jansen2001-09-041-4/+2
* Shut up a few more gcc warnings.Jack Jansen2001-09-042-2/+2
* Added prototypes to silence gcc strict-prototype warnings.Jack Jansen2001-09-042-141/+48
* Regenerated without default int return types.Jack Jansen2001-09-0417-33/+35
* Silly typos.Jack Jansen2001-09-021-2/+2
* Don't call PyMac_HandleEvent in unix-PythonJack Jansen2001-09-021-0/+2
* Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef.Jack Jansen2001-09-011-0/+9
* Don't call PyMac_HandleEvent if we're in unix-Python.Jack Jansen2001-09-012-0/+4
* Include Carbon/Carbon.h if we're on OSX.Jack Jansen2001-09-012-2/+2
* exceptions was missing from the module list. Added.Jack Jansen2001-08-271-0/+1
* Last renamed module that wasn't removed yet.Jack Jansen2001-08-241-1168/+0
* Renamed.Jack Jansen2001-08-2322-40152/+0
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-2323-0/+41479
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-2323-90/+90
* test_glob found a nasty bug in GUSI opendir(): it will not fail when called o...Jack Jansen2001-08-111-0/+18
* - Don't return mac-style pathnames in unix-Python.Jack Jansen2001-08-082-168/+79
* Got rid of 68k-Mac and other outdated ifdefs.Jack Jansen2001-08-071-6/+0
* Got rid of mactcp cruft, added Mlte and CF modules.Jack Jansen2001-08-071-8/+6
* Removed unused variable.Jack Jansen2001-08-071-2/+0
* Bit another bullet: all toolbox modules are now in dynamically loaded modules...Jack Jansen2001-08-071-2/+2
* Oops, arg type for the glue routine was wrong.Jack Jansen2001-08-061-1/+1
* PyMac_GetFSSpec must be called via the dylib glue code on OSX.Jack Jansen2001-08-031-1/+16
* If we use frameworks we should include CoreServices/CoreServices.h, not theJack Jansen2001-08-032-2/+2
* TXNTSMCheck isn't available under Mach-O Carbon.Jack Jansen2001-08-032-2/+10
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-033-3/+26
* (Finally) converted to new-style args.Jack Jansen2001-08-031-37/+136
* Used an adapted MethodGenerator to generate methods too for functions that ha...Jack Jansen2001-07-173-326/+300
* 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