cpython/Mac/Modules
Guido van Rossum 98bf58f1c6 SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.
This is a big one, touching lots of files.  Some of the platforms
aren't tested yet.  Briefly, this changes the return value of the
os/posix functions stat(), fstat(), statvfs(), fstatvfs(), and the
time functions localtime(), gmtime(), and strptime() from tuples into
pseudo-sequences.  When accessed as a sequence, they behave exactly as
before.  But they also have attributes like st_mtime or tm_year.  The
stat return value, moreover, has a few platform-specific attributes
that are not available through the sequence interface (because
everybody expects the sequence to have a fixed length, these couldn't
be added there).  If your platform's struct stat doesn't define
st_blksize, st_blocks or st_rdev, they won't be accessible from Python
either.

(Still missing is a documentation update.)
2001-10-18 20:34:25 +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
_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 SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. 2001-10-18 20:34:25 +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