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.4 KB
abstract.c -rw-r--r-- 22.5 KB
classobject.c -rw-r--r-- 32.6 KB
cobject.c -rw-r--r-- 3.8 KB
complexobject.c -rw-r--r-- 13.6 KB
dictobject.c -rw-r--r-- 22.9 KB
fileobject.c -rw-r--r-- 20.7 KB
floatobject.c -rw-r--r-- 12.8 KB
frameobject.c -rw-r--r-- 9.6 KB
funcobject.c -rw-r--r-- 5.5 KB
intobject.c -rw-r--r-- 16.3 KB
listobject.c -rw-r--r-- 21.7 KB
longobject.c -rw-r--r-- 31.6 KB
methodobject.c -rw-r--r-- 6.4 KB
moduleobject.c -rw-r--r-- 4.2 KB
object.c -rw-r--r-- 15.7 KB
rangeobject.c -rw-r--r-- 5.5 KB
sliceobject.c -rw-r--r-- 3.7 KB
stringobject.c -rw-r--r-- 23.2 KB
tupleobject.c -rw-r--r-- 10.8 KB
typeobject.c -rw-r--r-- 2.8 KB
xxobject.c -rw-r--r-- 3.9 KB

back to top