lp://staging/~pythonregexp2.7/python/issue2636-26
The goal of this item is to allow capture groups in Look-Behind Assertions. Generally, since only Positive Look Behind Assertions should match, these capture groups should only be available in Positive Look Behind situations. This may also require investigation of capture groups in [Positive] Look-Ahead Assertions. This item is based on the work from Issues 3835 and 814253.
- Get this branch:
- bzr branch lp://staging/~pythonregexp2.7/python/issue2636-26
Branch merges
Branch information
Recent revisions
- 39039. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
-
Merged in changes from the latest python source snapshot.
- 39038. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
-
Modified documentation so the paragraphs would fit in an 80 column
screen by making sure that each line occupies no more than 72 columns. - 39037. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
-
Added new, more complex, test for branching (using the OR ('|') operator)
in Regular Expressions. - 39036. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
-
Merged in changes from the latest python source snapshot.
- 39035. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
-
Changed the generic VERBOSE flag to be VERBOSE_SRE_ENGINE so that it can
be defined at the make level without potentially interfering with other
modules. - 39034. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
-
Moving these Documentation changes into their own branch so that the minor
changes will not force the documentation suggestion changes to also be
included; they will now only be included in their own branch, for issue 12. - 39032. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
-
Better comment for the end of line test.
- 39031. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
-
Merged in changes from the latest python source snapshot.
- 39030. By Jeffrey C. "The TimeHorse" Jacobs <email address hidden>
-
Fixed some spelling mistakes in the test proceedures.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 with rich root (needs bzr 1.0)