cpython/Mac/Modules
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
..
ae Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
ah Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
app Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
carbonevt Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
cf Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from 2007-09-19 03:06:30 +00:00
cg Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
cm Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
ctl Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
dlg Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
drag Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
evt Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
file Get a bunch of tests working on Mac OS. I suspect that a bunch of the 2007-10-27 06:04:52 +00:00
fm Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
folder Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
help Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
ibcarbon Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
icn Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
launch Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
list Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
menu Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
mlte Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
osa Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
qd Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
qdoffs Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
qt Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
res Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
scrap Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
snd Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
te Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
win Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
ColorPickermodule.c Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 2003-11-20 13:31:00 +00:00
MacOS.c Use symbolic name for METH_VARARGS. 2007-09-01 15:27:35 +00:00
Nav.c Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). 2007-07-25 16:47:51 +00:00
OSATerminology.c Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. 2004-07-15 13:21:16 +00:00
autoGIL.c fixed typo 2003-05-03 00:38:26 +00:00
gestaltmodule.c Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn 2006-06-08 14:42:34 +00:00
icgluemodule.c Fix two bad type identifiers that caused crashes on OSX (icglue and Nav). 2007-07-25 16:47:51 +00:00