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
PyPy Support (with patch)
#135
GoogleCodeExporter
opened
9 years ago
4
Add timeout detection?
#134
GoogleCodeExporter
closed
9 years ago
1
support for captures() in expandf()
#133
GoogleCodeExporter
closed
9 years ago
2
index out of range on null property \p{}
#132
GoogleCodeExporter
closed
9 years ago
1
nested sets behaviour
#131
GoogleCodeExporter
closed
9 years ago
1
Punctuation characters not matched using [:punct:]
#130
GoogleCodeExporter
closed
9 years ago
4
escape function bug
#129
GoogleCodeExporter
closed
9 years ago
4
unicode properties containing whitespace; unknown properties
#128
GoogleCodeExporter
closed
9 years ago
4
Infinite loop is found
#127
GoogleCodeExporter
closed
9 years ago
2
regex module cannot be found
#126
GoogleCodeExporter
closed
9 years ago
3
Reference to entire match (\g<0>) in Pattern.sub() doesn't work as of 2014.09.22 release.
#125
GoogleCodeExporter
closed
9 years ago
1
Please add a LICENSE file to the package
#124
GoogleCodeExporter
closed
9 years ago
5
Failed debugging output of incomplete range
#123
GoogleCodeExporter
closed
9 years ago
1
Failed debugging output of incomplete range
#122
GoogleCodeExporter
closed
9 years ago
1
Failed debugging output of incomplete range
#121
GoogleCodeExporter
closed
9 years ago
3
regex.DEBUG fires only once
#120
GoogleCodeExporter
closed
9 years ago
1
Why this code is drastically slower than re?
#119
GoogleCodeExporter
closed
9 years ago
5
K | C are note recognized in fuzzy search when followed by any symbol
#118
GoogleCodeExporter
closed
9 years ago
1
Missing setup.py regex-2014.08.28 tar.gz
#117
GoogleCodeExporter
closed
9 years ago
1
Need diagnostic info in re.error
#116
GoogleCodeExporter
closed
9 years ago
3
Infinite loop when processing backreferences
#115
GoogleCodeExporter
closed
9 years ago
1
search and replace two steps function
#114
GoogleCodeExporter
closed
9 years ago
1
is \x1e in \s?
#113
GoogleCodeExporter
closed
9 years ago
1
re: OK, but regex: SystemError
#112
GoogleCodeExporter
closed
9 years ago
1
Segfault (exit code 138) - Unicode flag
#111
GoogleCodeExporter
opened
9 years ago
3
custom character properties
#110
GoogleCodeExporter
closed
9 years ago
3
Edit distance of fuzzy match
#109
GoogleCodeExporter
closed
9 years ago
10
Fails to build from source on s390x
#108
GoogleCodeExporter
closed
9 years ago
3
315 warnings from clang installing on OS X Mavericks
#107
GoogleCodeExporter
closed
9 years ago
2
* operator not working correctly with sub()
#106
GoogleCodeExporter
closed
9 years ago
3
FAIL: test_case_folding (__main__.RegexTests) with py2.7 & 2014-01-10 version
#105
GoogleCodeExporter
closed
9 years ago
5
Frequent segmentation faults
#104
GoogleCodeExporter
closed
9 years ago
6
"pip install regex" without "--pre" option doesn't install the newest version
#103
GoogleCodeExporter
closed
9 years ago
1
Partial matches
#102
GoogleCodeExporter
closed
9 years ago
5
findall() broken (seems like memory corruption)
#101
GoogleCodeExporter
closed
9 years ago
7
strange results from regex.search
#100
GoogleCodeExporter
closed
9 years ago
1
bring 'switch(state->charsize)' out of loops.
#99
GoogleCodeExporter
opened
9 years ago
2
regex module is not thread safe because of _cache
#98
GoogleCodeExporter
closed
9 years ago
7
behaviour of regex.escape's special_only is wrong
#97
GoogleCodeExporter
closed
9 years ago
2
compile '\L<...>' with 'i' flag was very slow
#96
GoogleCodeExporter
closed
9 years ago
8
'pos' for regex.error
#95
GoogleCodeExporter
closed
9 years ago
3
Python crashes when executing regex updates pattern.findall
#94
GoogleCodeExporter
closed
9 years ago
1
Unittest failure with py3.3: test_scoped_and_inline_flags
#93
GoogleCodeExporter
closed
9 years ago
6
running the following regex causes a segfault
#92
GoogleCodeExporter
closed
9 years ago
10
match.expand is extremely slow
#91
GoogleCodeExporter
closed
9 years ago
3
install fails on fedora 17
#90
GoogleCodeExporter
opened
9 years ago
3
Certain regexes extremely slow compared to re module
#89
GoogleCodeExporter
closed
9 years ago
1
regex.match() hangs
#88
GoogleCodeExporter
closed
9 years ago
7
Allow duplicate names of groups
#87
GoogleCodeExporter
closed
9 years ago
8
Enhance API of captures() to enable retrieval of ALL groups at once, as a dictionary
#86
GoogleCodeExporter
closed
9 years ago
5
Next