cpython/Lib/plat-mac
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch.
No detailed change log; just check out the change log for the py3k-pep3137
branch.  The most obvious changes:

  - str8 renamed to bytes (PyString at the C level);
  - bytes renamed to buffer (PyBytes at the C level);
  - PyString and PyUnicode are no longer compatible.

I.e. we now have an immutable bytes type and a mutable bytes type.

The behavior of PyString was modified quite a bit, to make it more
bytes-like.  Some changes are still on the to-do list.
2007-11-06 21:34:58 +00:00
..
Carbon Fix Mac build, patch #1091 by Humberto Diogenes. 2007-09-03 07:27:49 +00:00
lib-scriptpackages Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. 2007-09-17 17:55:36 +00:00
Audio_mac.py Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
EasyDialogs.py Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
FrameWork.py Kill more lingering string exceptions in Lib/plat-mac/. 2007-08-30 18:11:48 +00:00
MiniAEFrame.py Kill more lingering string exceptions in Lib/plat-mac/. 2007-08-30 18:11:48 +00:00
PixMapWrapper.py Kill more lingering string exceptions in Lib/plat-mac/. 2007-08-30 18:11:48 +00:00
aepack.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
aetools.py Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
aetypes.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
applesingle.py Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
appletrawmain.py Kill execfile(), use exec() instead 2007-08-12 00:43:29 +00:00
appletrunner.py
argvemulator.py
bgenlocations.py Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
buildtools.py Fix Mac build, patch #1091 by Humberto Diogenes. 2007-09-03 07:27:49 +00:00
bundlebuilder.py Fix Mac build, patch #1091 by Humberto Diogenes. 2007-09-03 07:27:49 +00:00
dialogs.rsrc
errors.rsrc
findertools.py Remove unneeded import. 2007-08-28 06:07:49 +00:00
gensuitemodule.py Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
ic.py remove ord() calls on what are now integers rather than characters 2007-10-30 18:12:39 +00:00
icopen.py
macerrors.py
macostools.py
macresource.py Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. 2007-09-17 17:55:36 +00:00
pimp.py Convert raise statements in Lib/plat-{mac,os2emx}. 2007-08-23 00:01:55 +00:00
plistlib.py Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
terminalcommand.py
videoreader.py