cpython/Mac/Modules
Jack Jansen 697842f58c Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length'
parameter for the return string (as unix pathnames are not limited
by the 255 char pstring limit).
Implemented the function for MachO-Python, where it returns unix pathnames.
2001-09-10 22:00:39 +00:00
..
ae Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
app Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
cf Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
cm Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
ctl Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
dlg Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
drag Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
evt Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
fm Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
help Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
htmlrender
icn Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
list Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
macspeech
menu Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
mlte Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
qd A few more gcc warnings bite the dust. 2001-09-05 15:44:37 +00:00
qdoffs Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
qt Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
res A few more gcc warnings bite the dust. 2001-09-05 15:44:37 +00:00
scrap Renamed. 2001-08-23 14:11:10 +00:00
snd Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
te Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
waste A few more gcc warnings bite the dust. 2001-09-05 15:44:37 +00:00
win Shut up many more gcc warnings. 2001-09-05 10:31:52 +00:00
ColorPickermodule.c
Nav.c Added prototypes to silence gcc strict-prototype warnings. 2001-09-04 22:20:39 +00:00
Printingmodule.c Got rid of Py_FatalError calls. 2000-09-08 10:21:44 +00:00
_dummy_tkinter.c Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. 2001-03-20 23:29:41 +00:00
calldll.c
ctbmodule.c
gestaltmodule.c Added prototypes to shut gcc -Wstrict-prototypes up. 2001-09-04 22:29:31 +00:00
icgluemodule.c Added prototypes to silence gcc strict-prototype warnings. 2001-09-04 22:20:39 +00:00
macconfig.c exceptions was missing from the module list. Added. 2001-08-27 22:50:41 +00:00
macfsmodule.c Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' 2001-09-10 22:00:39 +00:00
macmodule.c test_glob found a nasty bug in GUSI opendir(): it will not fail when called on files, but in stead open the parent directory! We now explicitly test for the argument being a directory and simulate ENOTDIR otherwise. 2001-08-11 23:18:55 +00:00
macosmodule.c Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' 2001-09-10 22:00:39 +00:00
macspeechmodule.c Got rid of 68k-Mac and other outdated ifdefs. 2001-08-07 15:30:23 +00:00