0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 13 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #39 from rla3rd/master More... about 8 years ago
fix c++11 compiler errors below More... about 8 years ago
Merge pull request #31 from sunu/master More... almost 9 years ago
Add Python 3 support. More... almost 9 years ago
version bump More... almost 9 years ago
Version bump More... almost 9 years ago
Merge pull request #22 from socketpair/release_gil_on_compile More... almost 9 years ago
Release bump More... almost 9 years ago
Release GIL during regex compilation. More... over 10 years ago
Merge pull request #18 from offlinehacker/master More... over 10 years ago
setup.py: Continue with default lib paths if not detected automatically More... over 10 years ago
Fix issue #11. More... about 12 years ago
Remove spurious print statement. More... over 12 years ago
Added version check in setup.py to prevent people from shooting themselves in the foot trying to compile with an old cython version. More... over 12 years ago
Version bump to 0.2.20. More... over 12 years ago
Version bump to 0.2.18 and use MANIFEST.in since python broke how sdist works in 2.7.1 (but fixes it in 2.7.3...) More... over 12 years ago
Version bump to 0.2.16. More... over 12 years ago
Merged itsadok's changes to fix treatment of \D and \W. Added tests to reflection issue #4. More... over 12 years ago
Fixed issue #5, support \W, \S and \D More... over 12 years ago
Fixed issue #3, changed code to work with new re2 api. More... almost 13 years ago
Merge branch 'itsadok-master' More... about 13 years ago
Merge branch 'master' of https://github.com/itsadok/pyre2 into itsadok-master More... about 13 years ago
Added max_mem parameter, bumped version to 0.2.13. More... about 13 years ago
failing tests for pos and endpos More... over 13 years ago
set default notification to FALLBACK_QUIETLY, as per the documentation More... over 13 years ago
get rid of deprecation warning More... over 13 years ago
fix: unmatched group span (-1,-1) caused exception in _convert_pos More... over 13 years ago
fix hang on findall('', 'x') More... over 13 years ago
allow weak reference to Pattern object More... over 13 years ago
allow named groups in span(), convert all unicode positions in one scan More... over 13 years ago