0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Mac/Modules
2001-08-23 14:11:10 +00:00
..
ae Renamed. 2001-08-23 14:11:10 +00:00
app Renamed the Mac toolbox modules to have an initial _ in their name. 2001-08-23 14:02:09 +00:00
cf Renamed. 2001-08-23 14:11:10 +00:00
cm Renamed. 2001-08-23 14:11:10 +00:00
ctl Renamed. 2001-08-23 14:11:10 +00:00
dlg Renamed. 2001-08-23 14:11:10 +00:00
drag Renamed. 2001-08-23 14:11:10 +00:00
evt Renamed. 2001-08-23 14:11:10 +00:00
fm Renamed. 2001-08-23 14:11:10 +00:00
help Renamed. 2001-08-23 14:11:10 +00:00
htmlrender
icn Renamed. 2001-08-23 14:11:10 +00:00
list Renamed. 2001-08-23 14:11:10 +00:00
macspeech
menu Renamed. 2001-08-23 14:11:10 +00:00
mlte Renamed. 2001-08-23 14:11:10 +00:00
qd Renamed. 2001-08-23 14:11:10 +00:00
qdoffs Renamed. 2001-08-23 14:11:10 +00:00
qt Renamed. 2001-08-23 14:11:10 +00:00
res Renamed. 2001-08-23 14:11:10 +00:00
scrap Renamed. 2001-08-23 14:11:10 +00:00
snd Renamed. 2001-08-23 14:11:10 +00:00
te Renamed. 2001-08-23 14:11:10 +00:00
waste Added a const to shut up a compiler warning. 2001-06-20 21:21:07 +00:00
win Renamed. 2001-08-23 14:11:10 +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
ColorPickermodule.c
ctbmodule.c
gestaltmodule.c Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes 2001-05-12 22:46:35 +00:00
icgluemodule.c Include Carbon/Carbon.h in stead of universal headers, if appropriate. 2001-05-19 12:34:59 +00:00
macconfig.c The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package. 2001-08-23 13:51:46 +00:00
macfsmodule.c - Don't return mac-style pathnames in unix-Python. 2001-08-08 13:46:49 +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 - Don't return mac-style pathnames in unix-Python. 2001-08-08 13:46:49 +00:00
macspeechmodule.c Got rid of 68k-Mac and other outdated ifdefs. 2001-08-07 15:30:23 +00:00
Nav.c Fixed changed UPP routines names. The module now compiles and loads. 2001-05-22 21:48:40 +00:00
Printingmodule.c