issues
search
jamadden
/
mrab-regex-hg
Automatically exported from code.google.com/p/mrab-regex-hg
0
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
regex.compile("\\ ", regex.X) causes "_regex_core.error: bad escape"
#35
GoogleCodeExporter
closed
9 years ago
1
regex.search("^(?=ab(de))(abd)(e)", "abde").groups() returns (None, 'abd', 'e') instead of ('de', 'abd', 'e')
#34
GoogleCodeExporter
closed
9 years ago
4
regex.search("([\da-f:]+)$", "E", regex.I|regex.V1) returns None
#33
GoogleCodeExporter
closed
9 years ago
1
regex.search("a(bc)d", "abcd", regex.I|regex.V1) returns None
#32
GoogleCodeExporter
closed
9 years ago
1
atomic and normal groups in recursive patterns
#31
GoogleCodeExporter
closed
9 years ago
3
regex.compile("qu", flags=regex.I|regex.V1) doesn't match "qu"
#30
GoogleCodeExporter
closed
9 years ago
8
regex.compile("^((?>\w+)|(?>\s+))*$") causes "TypeError: 'GreedyRepeat' object is not iterable"
#29
GoogleCodeExporter
closed
9 years ago
2
regex.compile("(?>b)") causes "TypeError: 'Character' object is not subscriptable"
#28
GoogleCodeExporter
closed
9 years ago
4
Recursive patterns
#27
GoogleCodeExporter
closed
9 years ago
2
fuzzy patterns in negative lookarounds - case sensitivity difference
#26
GoogleCodeExporter
closed
9 years ago
2
HG history makes no sense
#25
GoogleCodeExporter
closed
9 years ago
2
nested sets in case insensitive mode ("invalid RE code")
#24
GoogleCodeExporter
closed
9 years ago
4
property database - aliases (question)
#23
GoogleCodeExporter
closed
9 years ago
3
negated unicode properties in case-insensitive mode
#22
GoogleCodeExporter
closed
9 years ago
1
Forward references; nested references?
#21
GoogleCodeExporter
closed
9 years ago
3
module alias for regex_version1
#20
GoogleCodeExporter
closed
9 years ago
3
casefolding specification
#19
GoogleCodeExporter
closed
9 years ago
10
Support for regex in Property Values
#18
GoogleCodeExporter
opened
9 years ago
1
Change NEW flag
#17
GoogleCodeExporter
closed
9 years ago
1
syntax for beginning and end of the word?
#16
GoogleCodeExporter
closed
9 years ago
3
support concatenation of compiled patterns -- feature
#15
GoogleCodeExporter
opened
9 years ago
9
non-capturing group (around surrogate character sets) cause recursion error
#14
GoogleCodeExporter
closed
9 years ago
2
can't build the project
#13
GoogleCodeExporter
opened
9 years ago
3
approximate matching -- feature request
#12
GoogleCodeExporter
closed
9 years ago
37
set qualifiers - feature idea
#11
GoogleCodeExporter
closed
9 years ago
15
regex 0.1.20110514 findall overlapped not working with 'start of string' expression
#10
GoogleCodeExporter
closed
9 years ago
5
"bad set" error for unescaped ] at the beginning of the set
#9
GoogleCodeExporter
closed
9 years ago
11
adding the set operations and possibly the supported properties to the help text
#8
GoogleCodeExporter
opened
9 years ago
0
Setup.py is missing a reference to _regex_unicode.c
#7
GoogleCodeExporter
closed
9 years ago
1
locale flag behaviour - independent of locale.setlocale()
#6
GoogleCodeExporter
closed
9 years ago
3
hg EOL extension needs to be used and configured
#5
GoogleCodeExporter
opened
9 years ago
0
Problem with shared iterators
#4
GoogleCodeExporter
closed
9 years ago
2
different handling of \w in unicode patterns in regex and re
#3
GoogleCodeExporter
opened
9 years ago
2
Patch to restore speed lost in commit 7abd9f9bb1
#2
GoogleCodeExporter
closed
9 years ago
2
Broken pattern
#1
GoogleCodeExporter
closed
9 years ago
1
Previous