cpython/Parser
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
..
Python.asdl Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 2007-08-31 00:04:24 +00:00
acceler.c
asdl.py More raise statement normalization. 2007-08-30 18:18:27 +00:00
asdl_c.py Fixes for issue 1752184, ensuring type objects are always created 2007-11-02 23:07:07 +00:00
bitset.c
firstsets.c
grammar.c Remove RISCOS support 2007-08-16 14:35:24 +00:00
grammar.mak
grammar1.c
intrcheck.c Remove RISCOS support 2007-08-16 14:35:24 +00:00
listnode.c
metagrammar.c
myreadline.c Remove RISCOS support 2007-08-16 14:35:24 +00:00
node.c Merge the rest of the trunk. 2006-06-08 15:35:45 +00:00
parser.c Four months of trunk changes (including a few releases...) 2006-12-13 04:49:30 +00:00
parser.h
parsetok.c Merged revisions 57778-58052 via svnmerge from 2007-09-08 17:39:28 +00:00
pgen.c Merged revisions 58221-58741 via svnmerge from 2007-11-01 19:42:39 +00:00
pgenmain.c
printgrammar.c
spark.py Merged revisions 55328-55341 via svnmerge from 2007-05-15 18:46:22 +00:00
tokenizer.c Merging the py3k-pep3137 branch back into the py3k branch. 2007-11-06 21:34:58 +00:00
tokenizer.h Issue 1267, continued. 2007-10-22 00:09:51 +00:00
tokenizer_pgen.c