issues
search
WojciechMula
/
pyahocorasick
Python module (C extension and plain python) implementing Aho-Corasick algorithm
BSD 3-Clause "New" or "Revised" License
952
stars
125
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
test_does_not_leak_memory fails on CI
#198
JonoYang
opened
3 weeks ago
0
Adding Ayan as committer/helper
#197
pombredanne
opened
3 weeks ago
0
try to fix leak in #187
#196
eloyfelix
opened
3 weeks ago
2
Fix iter long fix leak
#195
eloyfelix
closed
3 weeks ago
1
Support python 3.13
#194
AyanSinhaMahapatra
opened
1 month ago
1
Fix incorrect types passed to Py_BuildValue and PyArg_ParseTupleAndKeywords
#193
QuLogic
opened
1 month ago
2
Remove Python 2 support code
#192
QuLogic
opened
1 month ago
0
Python 3.13 build
#191
jevandezande
opened
1 month ago
2
Support building py 3.12 wheels
#190
AyanSinhaMahapatra
closed
8 months ago
0
iter_long does not work properly
#189
djstrong
opened
1 year ago
0
Python 3.12 wheels
#188
FreePlague
closed
8 months ago
4
Fix long iter again
#187
robinchm
opened
1 year ago
2
Fix early return when there can be longer match in iter_long.
#186
robinchm
closed
1 year ago
0
new 'iter_long' match misses after the recent fix
#185
vegarden
opened
1 year ago
7
Small bug: Version info not updated in latest release
#184
rnjudge
closed
8 months ago
1
memory leak issue exists in 1.4.4
#183
pombredanne
opened
1 year ago
0
Test building on mingw
#182
pombredanne
opened
1 year ago
1
Release 2.0.0
#181
AyanSinhaMahapatra
closed
1 year ago
0
PUBLISH BINARY WHEELS PLEASE
#180
HarryCaveMan
closed
1 year ago
4
Fix typo
#179
littlebear0729
closed
1 year ago
0
unpickle test failures on i586
#178
jayvdb
opened
2 years ago
1
How to calculate automaton memory footprint?
#177
abcdenis
closed
1 year ago
1
Fix Integer Cast Order
#176
nathaniel-daniel
closed
1 year ago
3
Add mingw declarations
#175
nathaniel-daniel
closed
1 year ago
3
Fix iter_long missing matches bug.
#174
robinchm
closed
1 year ago
0
Fix iter_long missing matches bug.
#173
robinchm
closed
2 years ago
0
fix:test: don't assume /dev/shm exists
#172
melsabagh
closed
8 months ago
0
Rework pattern matching to use glob-style patterns
#171
melsabagh
opened
2 years ago
1
How to remove matchings that could not align word boundary?
#170
zwd2080
opened
2 years ago
3
How to solve the problem of overlapping of matching ?
#169
zwd2080
closed
1 year ago
2
Fixes a typo of ahocorasik
#168
AXVin
closed
1 year ago
0
can't find correct match result in special words
#167
BigFishDreamWater
closed
2 years ago
0
Prepare release 2.0.0.b1
#166
pombredanne
closed
2 years ago
9
Weird failure on unicode/windows or bytes/linux build
#165
pombredanne
opened
2 years ago
3
Release 1.4.5
#164
pombredanne
closed
2 years ago
0
Refix typos.
#163
grrrrrrrrr
closed
2 years ago
0
Also build +test universal wheels on macOS ARM M1 chips
#162
pombredanne
opened
2 years ago
4
Fix compiler warnings
#161
pombredanne
opened
2 years ago
0
Release 1.4.3
#160
pombredanne
closed
2 years ago
3
Test building on both gcc and clang
#159
pombredanne
opened
2 years ago
0
Release 1.4.3
#158
jonashaag
closed
2 years ago
2
Is there still memory leak in 1.4.1?
#157
xcTorres
closed
2 years ago
3
Get the temporary directory with the stdlib
#156
smancill
closed
3 years ago
2
problem installation with python 3.10 and windows 10 not with python 3.8
#155
echidne
closed
2 years ago
2
"architecture not supported" error installing for Python 3.10 on Mac
#154
mscarey
closed
2 years ago
3
Add funding/sponsoring info to docs
#153
pombredanne
closed
2 years ago
5
Fix the build on Windows with Python 3.10.
#152
dgrunwald
closed
3 years ago
1
Compilation fails with Python3.10 on Windows
#151
dgrunwald
closed
3 years ago
1
Use assertEqual instead of assertEquals for Python 3.11 compatibility.
#150
tirkarthi
closed
2 years ago
1
The end_index order returned by iter_long method
#149
cordercorder
closed
3 years ago
0
Next