Staging
v0.5.1
https://github.com/python/cpython
Revision c24f03846431cb8f3ee32f54af056ddfae0bf797 authored by Guido van Rossum on 13 August 1997, 03:24:53 UTC, committed by Guido van Rossum on 13 August 1997, 03:24:53 UTC
Removed handling of \e, \cX escapes, following a string-SIG discussion.

Fixed minor typos in re.py
re.error is now set equal to reop.error.
Move definition of constants like NORMAL and CHARCLASS into reop, which
  exports them; re.py was changed to import them from reop.
Added C equivalents of _expand and expand_escape to reop, and changed
  re.py to use them.
1 parent 52d6832
History
Tip revision: c24f03846431cb8f3ee32f54af056ddfae0bf797 authored by Guido van Rossum on 13 August 1997, 03:24:53 UTC
Changes by AMK:
Tip revision: c24f038
File Mode Size
Makefile.in -rw-r--r-- 2.0 KB
acceler.c -rw-r--r-- 4.7 KB
assert.h -rw-r--r-- 1.9 KB
bitset.c -rw-r--r-- 2.4 KB
firstsets.c -rw-r--r-- 3.6 KB
grammar.c -rw-r--r-- 5.9 KB
grammar1.c -rw-r--r-- 2.5 KB
intrcheck.c -rw-r--r-- 4.4 KB
listnode.c -rw-r--r-- 2.5 KB
metagrammar.c -rw-r--r-- 3.6 KB
myreadline.c -rw-r--r-- 4.1 KB
node.c -rw-r--r-- 2.7 KB
parser.c -rw-r--r-- 9.6 KB
parser.h -rw-r--r-- 2.4 KB
parsetok.c -rw-r--r-- 4.5 KB
pgen.c -rw-r--r-- 16.1 KB
pgen.h -rw-r--r-- 1.7 KB
pgenmain.c -rw-r--r-- 4.7 KB
printgrammar.c -rw-r--r-- 4.0 KB
tokenizer.c -rw-r--r-- 16.1 KB
tokenizer.h -rw-r--r-- 3.0 KB

back to top