lp:~pythonregexp2.7/python/issue2636-10

Created by TimeHorse and last modified

Identify any values that are expected to be the same -- invariant -- between the engine and compiled and make them shared between the various modules by placing them in sre_constants.py and exporting them to sre_constants.h and referring to them by their designated name only. This will eliminate errors where the value may change in one module but neglected to change in another.

Get this branch:
bzr branch lp:~pythonregexp2.7/python/issue2636-10
Members of Python Regexp 2.7 can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Python Regexp 2.7
Project:
Python
Status:
Development

Recent revisions

39034. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>

Added in the shared constants to Guido's Verification code.

39033. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>

Merged in changes from the core Regexp branch.

39032. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>

Merged in changes from the core Regexp branch.

39031. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>

Merged in changes from the core Regexp branch.

39030. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>

Merged in changes from the core Regexp branch.

39029. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>

Merged in changes from the core Regexp branch.

39028. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>

Changed a hard-coded number (max matches in the SRE_COUNT function) to
use the standard define SRE_MAX_REPEAT.

39027. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>

Added SRE_MAX_REPEAT to the shared constants between the C-Engine and
Python Wrapper to represent the 16-bit value which represents the
value of the Maximum Number of Repetitions when the number of
Repetitions allowed is effectively infinite.

39026. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>

Merged in global changes from Main Branch.

39025. By Jeffrey C. Jacobs <email address hidden>

Merged in changes from Main Line

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 with rich root (needs bzr 1.0)
This branch contains Public information 
Everyone can see this information.

Subscribers

No subscribers.