[pypy-commit] [Git][pypy/pypy][branch/py3.7-rsre] 5 commits: Can't run most of the tests as they are written. Will need another approach

2020-10-19 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.7-rsre at PyPy / pypy Commits: 983cc800 by Armin Rigo at 2020-10-19T10:29:03+02:00 Can't run most of the tests as they are written. Will need another approach --HG-- branch : py3.7-rsre - - - - - c3081ce3 by Armin Rigo at 2020-10-19T10:36:31+02:00 Backe

[pypy-commit] [Git][pypy/pypy][branch/py3.7-rsre] fixes

2020-10-19 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.7-rsre at PyPy / pypy Commits: 68ac8632 by Armin Rigo at 2020-10-19T11:37:48+01:00 fixes --HG-- branch : py3.7-rsre - - - - - 1 changed file: - rpython/rlib/rsre/rsre_core.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/68ac8632a

[pypy-commit] [Git][pypy/pypy][branch/py3.7-rsre] add missing single-char fast matchers for IN_UNI_IGNORE and IN_LOC_IGNORE

2020-10-19 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.7-rsre at PyPy / pypy Commits: 768e3a66 by Armin Rigo at 2020-10-19T15:05:32+02:00 add missing single-char fast matchers for IN_UNI_IGNORE and IN_LOC_IGNORE --HG-- branch : py3.7-rsre - - - - - 1 changed file: - rpython/rlib/rsre/rsre_core.py View i

[pypy-commit] [Git][pypy/pypy][branch/py3.7-rsre] Fix test

2020-10-19 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.7-rsre at PyPy / pypy Commits: 569aff9b by Armin Rigo at 2020-10-19T15:28:40+02:00 Fix test --HG-- branch : py3.7-rsre - - - - - 1 changed file: - pypy/module/_sre/test/support_test_app_sre.py View it on GitLab: https://foss.heptapod.net/pypy/pypy/

[pypy-commit] [Git][pypy/pypy][branch/py3.7-rsre] update to the rules of 3.7 for matching empty strings at

2020-10-19 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.7-rsre at PyPy / pypy Commits: 9a9cf583 by Armin Rigo at 2020-10-19T19:39:38+02:00 update to the rules of 3.7 for matching empty strings at various positions (which are simpler) --HG-- branch : py3.7-rsre - - - - - 3 changed files: - pypy/module/_sre/

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: fix a test checking an internal detail of _sre scanners

2020-10-19 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: e16d733b by Armin Rigo at 2020-10-19T19:29:15+02:00 fix a test checking an internal detail of _sre scanners - - - - - 93e7e757 by Armin Rigo at 2020-10-19T19:31:57+02:00 add a few tests showing a difference between pre-3.7 and