./Pympler-1.0.1.tar.gz: Pympler-1.0.1/doc/html/_sources/muppy.rst.txt: sre_parse.Tokenizer ./Pympler-1.0.1.tar.gz: Pympler-1.0.1/doc/html/_sources/muppy.rst.txt: sre_parse.SubPattern ./Pympler-1.0.1.tar.gz: Pympler-1.0.1/doc/html/_sources/muppy.rst.txt: sre_parse.Pattern ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/2.7.txt: sre_compile ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/2.7.txt: sre_constants ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/2.7.txt: sre_parse ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.4.txt: sre_compile ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.4.txt: sre_constants ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.4.txt: sre_parse ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.5.txt: sre_compile ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.5.txt: sre_constants ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.5.txt: sre_parse ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.6.txt: sre_compile ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.6.txt: sre_constants ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.6.txt: sre_parse ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.7.txt: sre_compile ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.7.txt: sre_constants ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.7.txt: sre_parse ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.8.txt: sre_compile ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.8.txt: sre_constants ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.8.txt: sre_parse ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.9.txt: sre_compile ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.9.txt: sre_constants ./stdlib-list-0.8.0.tar.gz: stdlib-list-0.8.0/stdlib_list/lists/3.9.txt: sre_parse ./pylint-2.17.4.tar.gz: pylint-2.17.4/pylint/checkers/imports.py: "sre_compile", ./pylint-2.17.4.tar.gz: pylint-2.17.4/pylint/checkers/imports.py: "sre_constants", ./pylint-2.17.4.tar.gz: pylint-2.17.4/pylint/checkers/imports.py: "sre_parse", ./exrex-0.11.0.tar.gz: exrex-0.11.0/PKG-INFO: * Extend categories (`re.sre_parse.CATEGORIES`) (30%) ./exrex-0.11.0.tar.gz: exrex-0.11.0/README.md: * Extend categories (`re.sre_parse.CATEGORIES`) (30%) ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.egg-info/PKG-INFO: * Extend categories (`re.sre_parse.CATEGORIES`) (30%) ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: import re._parser as sre_parse ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: from re import sre_parse ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: sre_parse.CATEGORY_SPACE: sorted(sre_parse.WHITESPACE), ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: sre_parse.CATEGORY_DIGIT: sorted(sre_parse.DIGITS), ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: sre_parse.CATEGORY_WORD: [unichr(x) for x in range(256) if ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: sre_parse.CATEGORY_NOT_WORD: [unichr(x) for x in range(256) if ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: for key, value in sre_parse.CATEGORIES.items(): ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if value[0] == sre_parse.IN and vv[0] == sre_parse.CATEGORY: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if i[0] == sre_parse.RANGE: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.LITERAL: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.CATEGORY: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.NEGATE: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if i[0] == sre_parse.IN: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.LITERAL: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.CATEGORY: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.ANY: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.MAX_REPEAT or i[0] == sre_parse.MIN_REPEAT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.BRANCH: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.SUBPATTERN or i[0] == sre_parse.ASSERT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if IS_PY36_OR_GREATER and i[0] == sre_parse.SUBPATTERN: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.AT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.NOT_LITERAL: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.GROUPREF: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.ASSERT_NOT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if i[0] not in (sre_parse.AT, sre_parse.LITERAL): ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if i[0] == sre_parse.IN: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.LITERAL: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.CATEGORY: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.ANY: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.MAX_REPEAT or i[0] == sre_parse.MIN_REPEAT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.BRANCH: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.SUBPATTERN or i[0] == sre_parse.ASSERT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if IS_PY36_OR_GREATER and i[0] == sre_parse.SUBPATTERN: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.AT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.NOT_LITERAL: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.GROUPREF: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.ASSERT_NOT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: """sre_parse object to string ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: :param sre_obj: Output of sre_parse.parse() ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if i[0] == sre_parse.IN: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if len(i[1]) and i[1][0][0] == sre_parse.NEGATE: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.LITERAL: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: ret += u if u not in sre_parse.SPECIAL_CHARS else '\\{0}'.format(u) ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.CATEGORY: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.ANY: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.BRANCH: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.SUBPATTERN: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if IS_PY36_OR_GREATER and i[0] == sre_parse.SUBPATTERN: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.NOT_LITERAL: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.MAX_REPEAT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if i[1][0] == 0 and i[1][1] - i[1][0] == sre_parse.MAXREPEAT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[1][0] == 1 and i[1][1] - i[1][0] == sre_parse.MAXREPEAT - 1: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.MIN_REPEAT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if i[1][0] == 0 and i[1][1] == sre_parse.MAXREPEAT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[1][0] == 1 and i[1][1] == sre_parse.MAXREPEAT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[1][1] == sre_parse.MAXREPEAT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.GROUPREF: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.AT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: if i[1] == sre_parse.AT_BEGINNING: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[1] == sre_parse.AT_END: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.NEGATE: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.RANGE: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.ASSERT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: elif i[0] == sre_parse.ASSERT_NOT: ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: r = sre_parse.parse(s, flags=U) ./exrex-0.11.0.tar.gz: exrex-0.11.0/exrex.py: r = sre_parse.parse(s.decode('utf-8'), flags=U) ./pyinstaller-5.11.0.tar.gz: pyinstaller-5.11.0/PyInstaller/compat.py: 'sre_compile', ./pyinstaller-5.11.0.tar.gz: pyinstaller-5.11.0/PyInstaller/compat.py: 'sre_constants', ./pyinstaller-5.11.0.tar.gz: pyinstaller-5.11.0/PyInstaller/compat.py: 'sre_parse', ./jedi-0.18.2.tar.gz: jedi-0.18.2/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi: from sre_constants import ( ./jedi-0.18.2.tar.gz: jedi-0.18.2/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi: from sre_parse import SubPattern ./jedi-0.18.2.tar.gz: jedi-0.18.2/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi: from sre_constants import SRE_FLAG_ASCII as SRE_FLAG_ASCII ./jedi-0.18.2.tar.gz: jedi-0.18.2/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi: from sre_constants import _NamedIntConstant ./jedi-0.18.2.tar.gz: jedi-0.18.2/jedi/third_party/typeshed/stdlib/3/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./jedi-0.18.2.tar.gz: jedi-0.18.2/jedi.egg-info/SOURCES.txt: jedi/third_party/typeshed/stdlib/2/sre_constants.pyi ./jedi-0.18.2.tar.gz: jedi-0.18.2/jedi.egg-info/SOURCES.txt: jedi/third_party/typeshed/stdlib/2/sre_parse.pyi ./jedi-0.18.2.tar.gz: jedi-0.18.2/jedi.egg-info/SOURCES.txt: jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi ./jedi-0.18.2.tar.gz: jedi-0.18.2/jedi.egg-info/SOURCES.txt: jedi/third_party/typeshed/stdlib/3/sre_constants.pyi ./jedi-0.18.2.tar.gz: jedi-0.18.2/jedi.egg-info/SOURCES.txt: jedi/third_party/typeshed/stdlib/3/sre_parse.pyi ./lark-parser-0.12.0.tar.gz: lark-parser-0.12.0/lark/utils.py: import sre_parse ./lark-parser-0.12.0.tar.gz: lark-parser-0.12.0/lark/utils.py: import sre_constants ./lark-parser-0.12.0.tar.gz: lark-parser-0.12.0/lark/utils.py: # Since `sre_parse` cannot deal with Unicode categories of the form `\p{Mn}`, we replace these with ./lark-parser-0.12.0.tar.gz: lark-parser-0.12.0/lark/utils.py: return [int(x) for x in sre_parse.parse(regexp_final).getwidth()] ./lark-parser-0.12.0.tar.gz: lark-parser-0.12.0/lark/utils.py: except sre_constants.error: ./lark-parser-0.12.0.tar.gz: lark-parser-0.12.0/lark/utils.py: # sre_parse does not support the new features in regex. To not completely fail in that case, ./lark-parser-0.12.0.tar.gz: lark-parser-0.12.0/lark/utils.py: return 1, sre_constants.MAXREPEAT ./lark-parser-0.12.0.tar.gz: lark-parser-0.12.0/lark/utils.py: return 0, sre_constants.MAXREPEAT ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_compile.pyi: from sre_constants import ( ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_compile.pyi: from sre_parse import SubPattern ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: import sre_compile ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: from sre_constants import error as error ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: A = sre_compile.SRE_FLAG_ASCII ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: DEBUG = sre_compile.SRE_FLAG_DEBUG ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: I = sre_compile.SRE_FLAG_IGNORECASE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: L = sre_compile.SRE_FLAG_LOCALE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: M = sre_compile.SRE_FLAG_MULTILINE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: S = sre_compile.SRE_FLAG_DOTALL ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: X = sre_compile.SRE_FLAG_VERBOSE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: U = sre_compile.SRE_FLAG_UNICODE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: T = sre_compile.SRE_FLAG_TEMPLATE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import * ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import _NamedIntConstant ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_parse import SubPattern ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import * ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_compile.pyi: from sre_constants import ( ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_compile.pyi: from sre_parse import SubPattern ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: import sre_compile ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: from sre_constants import error as error ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: A = sre_compile.SRE_FLAG_ASCII ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: DEBUG = sre_compile.SRE_FLAG_DEBUG ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: I = sre_compile.SRE_FLAG_IGNORECASE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: L = sre_compile.SRE_FLAG_LOCALE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: M = sre_compile.SRE_FLAG_MULTILINE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: S = sre_compile.SRE_FLAG_DOTALL ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: X = sre_compile.SRE_FLAG_VERBOSE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: U = sre_compile.SRE_FLAG_UNICODE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: T = sre_compile.SRE_FLAG_TEMPLATE ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import * ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import _NamedIntConstant ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_parse import SubPattern ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import * ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/.tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./awkward-2.2.1.tar.gz: awkward-2.2.1/src/awkward/types/_awkward_datashape_parser.py: import re._constants as sre_constants ./awkward-2.2.1.tar.gz: awkward-2.2.1/src/awkward/types/_awkward_datashape_parser.py: import re._parser as sre_parse ./awkward-2.2.1.tar.gz: awkward-2.2.1/src/awkward/types/_awkward_datashape_parser.py: import sre_constants ./awkward-2.2.1.tar.gz: awkward-2.2.1/src/awkward/types/_awkward_datashape_parser.py: import sre_parse ./awkward-2.2.1.tar.gz: awkward-2.2.1/src/awkward/types/_awkward_datashape_parser.py: return [int(x) for x in sre_parse.parse(regexp_final).getwidth()] ./awkward-2.2.1.tar.gz: awkward-2.2.1/src/awkward/types/_awkward_datashape_parser.py: except sre_constants.error: ./awkward-2.2.1.tar.gz: awkward-2.2.1/src/awkward/types/_awkward_datashape_parser.py: return 1, sre_constants.MAXREPEAT ./awkward-2.2.1.tar.gz: awkward-2.2.1/src/awkward/types/_awkward_datashape_parser.py: return 0, sre_constants.MAXREPEAT ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_constants.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_compile.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_constants.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_parse.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_constants.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_compile.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_constants.pyi ./hexbytes-0.3.0.tar.gz: hexbytes-0.3.0/hexbytes.egg-info/SOURCES.txt: .tox/py39-lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_parse.pyi ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/re.pyi: from sre_constants import error as error ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import ( ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_parse import SubPattern ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import SRE_FLAG_ASCII as SRE_FLAG_ASCII ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import _NamedIntConstant ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/eth_abi.egg-info/SOURCES.txt: .tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/eth_abi.egg-info/SOURCES.txt: .tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_constants.pyi ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/eth_abi.egg-info/SOURCES.txt: .tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_parse.pyi ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/eth_abi.egg-info/SOURCES.txt: .tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/@python2/sre_constants.pyi ./eth_abi-4.0.0.tar.gz: eth_abi-4.0.0/eth_abi.egg-info/SOURCES.txt: .tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/@python2/sre_parse.pyi ./coverage-7.2.7.tar.gz: coverage-7.2.7/tests/conftest.py: message=r"module 'sre_constants' is deprecated", ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/VERSIONS: sre_compile: 2.7- ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/VERSIONS: sre_constants: 2.7- ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/VERSIONS: sre_parse: 2.7- ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: import sre_compile ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: from sre_constants import error as error ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: A = sre_compile.SRE_FLAG_ASCII ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: DEBUG = sre_compile.SRE_FLAG_DEBUG ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: I = sre_compile.SRE_FLAG_IGNORECASE ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: L = sre_compile.SRE_FLAG_LOCALE ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: M = sre_compile.SRE_FLAG_MULTILINE ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: S = sre_compile.SRE_FLAG_DOTALL ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: X = sre_compile.SRE_FLAG_VERBOSE ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: U = sre_compile.SRE_FLAG_UNICODE ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/re.pyi: T = sre_compile.SRE_FLAG_TEMPLATE ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/sre_compile.pyi: from sre_constants import * ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/sre_compile.pyi: from sre_constants import _NamedIntConstant ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/sre_compile.pyi: from sre_parse import SubPattern ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/sre_parse.pyi: from sre_constants import * ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client/typeshed/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client.egg-info/SOURCES.txt: typeshed_client/typeshed/sre_compile.pyi ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client.egg-info/SOURCES.txt: typeshed_client/typeshed/sre_constants.pyi ./typeshed_client-2.3.0.tar.gz: typeshed_client-2.3.0/typeshed_client.egg-info/SOURCES.txt: typeshed_client/typeshed/sre_parse.pyi ./rstr-3.2.1.tar.gz: rstr-3.2.1/rstr/xeger.py: import re._parser as sre_parse # type: ignore[import] ./rstr-3.2.1.tar.gz: rstr-3.2.1/rstr/xeger.py: import sre_parse # type: ignore[no-redef] ./rstr-3.2.1.tar.gz: rstr-3.2.1/rstr/xeger.py: parsed = sre_parse.parse(pattern) ./temporalio-1.2.0.tar.gz: temporalio-1.2.0/temporalio/worker/workflow_sandbox/_restrictions.py: "socketserver,spwd,sqlite3,sre_compile,sre_constants,sre_parse,ssl,stat,statistics," ./mlflow-2.4.0.tar.gz: mlflow-2.4.0/pylint_plugins/import_checker.py: "sre_compile", ./mlflow-2.4.0.tar.gz: mlflow-2.4.0/pylint_plugins/import_checker.py: "sre_constants", ./mlflow-2.4.0.tar.gz: mlflow-2.4.0/pylint_plugins/import_checker.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/CHANGELOG.md: - Fixed #1304: isort 5 no longer recognises `sre_parse` as a stdlib module. ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py27.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py27.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py27.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py310.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py310.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py310.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py311.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py311.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py311.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py36.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py36.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py36.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py37.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py37.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py37.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py38.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py38.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py38.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py39.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py39.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/isort/stdlibs/py39.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_parse", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_constants", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/integration/test_setting_combinations.py: "sre_compile", ./isort-5.12.0.tar.gz: isort-5.12.0/tests/unit/test_regressions.py: def test_ensure_sre_parse_is_identified_as_stdlib_issue_1304(): ./isort-5.12.0.tar.gz: isort-5.12.0/tests/unit/test_regressions.py: """Ensure sre_parse is idenified as STDLIB. ./isort-5.12.0.tar.gz: isort-5.12.0/tests/unit/test_regressions.py: isort.place_module("sre_parse") == isort.place_module("sre") == isort.settings.STDLIB # type: ignore # noqa ./hypothesis-6.76.0.tar.gz: hypothesis-6.76.0/src/hypothesis/strategies/_internal/regex.py: import re._parser as sre_parse ./hypothesis-6.76.0.tar.gz: hypothesis-6.76.0/src/hypothesis/strategies/_internal/regex.py: import sre_constants as sre ./hypothesis-6.76.0.tar.gz: hypothesis-6.76.0/src/hypothesis/strategies/_internal/regex.py: import sre_parse ./hypothesis-6.76.0.tar.gz: hypothesis-6.76.0/src/hypothesis/strategies/_internal/regex.py: """Update unicode state to match sre_parse object ``category``.""" ./hypothesis-6.76.0.tar.gz: hypothesis-6.76.0/src/hypothesis/strategies/_internal/regex.py: """Update characters state to match sre_parse object ``category``.""" ./hypothesis-6.76.0.tar.gz: hypothesis-6.76.0/src/hypothesis/strategies/_internal/regex.py: parsed = sre_parse.parse(regex.pattern, flags=regex.flags) ./hypothesis-6.76.0.tar.gz: hypothesis-6.76.0/src/hypothesis/strategies/_internal/regex.py: parsed = sre_parse.parse(regex.pattern, flags=regex.flags) ./regex-2023.6.3.tar.gz: regex-2023.6.3/regex_3/test_regex.py: # In Python 2.3 (etc), these loop endlessly in sre_parser.py. ./scikit-learn-1.2.2.tar.gz: scikit-learn-1.2.2/doc/tutorial/machine_learning_map/pyparsing.py: import sre_constants ./scikit-learn-1.2.2.tar.gz: scikit-learn-1.2.2/doc/tutorial/machine_learning_map/pyparsing.py: except sre_constants.error: ./scikit-learn-1.2.2.tar.gz: scikit-learn-1.2.2/doc/tutorial/machine_learning_map/pyparsing.py: except sre_constants.error: ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_compile.pyi: from sre_constants import ( ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_compile.pyi: from sre_parse import SubPattern ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: import sre_compile ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: from sre_constants import error as error ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: A = sre_compile.SRE_FLAG_ASCII ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: DEBUG = sre_compile.SRE_FLAG_DEBUG ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: I = sre_compile.SRE_FLAG_IGNORECASE ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: L = sre_compile.SRE_FLAG_LOCALE ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: M = sre_compile.SRE_FLAG_MULTILINE ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: S = sre_compile.SRE_FLAG_DOTALL ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: X = sre_compile.SRE_FLAG_VERBOSE ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: U = sre_compile.SRE_FLAG_UNICODE ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: T = sre_compile.SRE_FLAG_TEMPLATE ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import * ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import _NamedIntConstant ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_parse import SubPattern ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import * ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/eth_hash.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/eth_hash.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_constants.pyi ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/eth_hash.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/eth_hash.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_compile.pyi ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/eth_hash.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_constants.pyi ./eth-hash-0.5.1.tar.gz: eth-hash-0.5.1/eth_hash.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_parse.pyi ./odfpy-1.4.1.tar.gz: odfpy-1.4.1/.tox/py36/lib64/python3.6/config-3.6m-x86_64-linux-gnu/Makefile: Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h $(srcdir)/Modules/sre_lib.h ./odfpy-1.4.1.tar.gz: odfpy-1.4.1/.tox/py36/lib/python3.6/config-3.6m-x86_64-linux-gnu/Makefile: Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h $(srcdir)/Modules/sre_lib.h ./odfpy-1.4.1.tar.gz: odfpy-1.4.1/.tox/py35/lib64/python3.5/config-3.5m/Makefile: Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h $(srcdir)/Modules/sre_lib.h ./odfpy-1.4.1.tar.gz: odfpy-1.4.1/.tox/py35/lib/python3.5/config-3.5m/Makefile: Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h $(srcdir)/Modules/sre_lib.h ./odfpy-1.4.1.tar.gz: odfpy-1.4.1/.tox/py34/lib64/python3.4/config-3.4m/Makefile: Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h $(srcdir)/Modules/sre_lib.h ./odfpy-1.4.1.tar.gz: odfpy-1.4.1/.tox/py34/lib/python3.4/config-3.4m/Makefile: Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h $(srcdir)/Modules/sre_lib.h ./odfpy-1.4.1.tar.gz: odfpy-1.4.1/.tox/py37/lib64/python3.7/config-3.7m-x86_64-linux-gnu/Makefile: Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h $(srcdir)/Modules/sre_lib.h ./odfpy-1.4.1.tar.gz: odfpy-1.4.1/.tox/py37/lib/python3.7/config-3.7m-x86_64-linux-gnu/Makefile: Modules/_sre.o: $(srcdir)/Modules/_sre.c $(srcdir)/Modules/sre.h $(srcdir)/Modules/sre_constants.h $(srcdir)/Modules/sre_lib.h ./pydantic-1.10.8.tar.gz: pydantic-1.10.8/setup.cfg: ignore:module 'sre_constants' is deprecated:DeprecationWarning:pkg_resources ./mlflow-skinny-2.4.0.tar.gz: mlflow-skinny-2.4.0/pylint_plugins/import_checker.py: "sre_compile", ./mlflow-skinny-2.4.0.tar.gz: mlflow-skinny-2.4.0/pylint_plugins/import_checker.py: "sre_constants", ./mlflow-skinny-2.4.0.tar.gz: mlflow-skinny-2.4.0/pylint_plugins/import_checker.py: "sre_parse", ./pipreqs-0.4.13.tar.gz: pipreqs-0.4.13/pipreqs/stdlib: sre_compile ./pipreqs-0.4.13.tar.gz: pipreqs-0.4.13/pipreqs/stdlib: sre_constants ./pipreqs-0.4.13.tar.gz: pipreqs-0.4.13/pipreqs/stdlib: sre_parse ./poetry_core-1.6.1.tar.gz: poetry_core-1.6.1/src/poetry/core/_vendor/lark/utils.py: import re._parser as sre_parse ./poetry_core-1.6.1.tar.gz: poetry_core-1.6.1/src/poetry/core/_vendor/lark/utils.py: import re._constants as sre_constants ./poetry_core-1.6.1.tar.gz: poetry_core-1.6.1/src/poetry/core/_vendor/lark/utils.py: import sre_parse ./poetry_core-1.6.1.tar.gz: poetry_core-1.6.1/src/poetry/core/_vendor/lark/utils.py: import sre_constants ./poetry_core-1.6.1.tar.gz: poetry_core-1.6.1/src/poetry/core/_vendor/lark/utils.py: # Since `sre_parse` cannot deal with Unicode categories of the form `\p{Mn}`, we replace these with ./poetry_core-1.6.1.tar.gz: poetry_core-1.6.1/src/poetry/core/_vendor/lark/utils.py: return [int(x) for x in sre_parse.parse(regexp_final).getwidth()] # type: ignore[attr-defined] ./poetry_core-1.6.1.tar.gz: poetry_core-1.6.1/src/poetry/core/_vendor/lark/utils.py: except sre_constants.error: ./poetry_core-1.6.1.tar.gz: poetry_core-1.6.1/src/poetry/core/_vendor/lark/utils.py: # sre_parse does not support the new features in regex. To not completely fail in that case, ./poetry_core-1.6.1.tar.gz: poetry_core-1.6.1/src/poetry/core/_vendor/lark/utils.py: return 1, int(sre_constants.MAXREPEAT) ./poetry_core-1.6.1.tar.gz: poetry_core-1.6.1/src/poetry/core/_vendor/lark/utils.py: return 0, int(sre_constants.MAXREPEAT) ./pip-api-0.0.30.tar.gz: pip-api-0.0.30/pip_api/_vendor/pyparsing.py: import sre_constants ./pip-api-0.0.30.tar.gz: pip-api-0.0.30/pip_api/_vendor/pyparsing.py: except sre_constants.error: ./pip-api-0.0.30.tar.gz: pip-api-0.0.30/pip_api/_vendor/pyparsing.py: except sre_constants.error: ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/VERSIONS: sre_compile: 2.7- ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/VERSIONS: sre_constants: 2.7- ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/VERSIONS: sre_parse: 2.7- ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: import sre_compile ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: from sre_constants import error as error ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: A = sre_compile.SRE_FLAG_ASCII ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: DEBUG = sre_compile.SRE_FLAG_DEBUG ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: I = sre_compile.SRE_FLAG_IGNORECASE ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: L = sre_compile.SRE_FLAG_LOCALE ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: M = sre_compile.SRE_FLAG_MULTILINE ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: S = sre_compile.SRE_FLAG_DOTALL ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: X = sre_compile.SRE_FLAG_VERBOSE ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: U = sre_compile.SRE_FLAG_UNICODE ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/re.pyi: T = sre_compile.SRE_FLAG_TEMPLATE ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import * ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import _NamedIntConstant ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/sre_compile.pyi: from sre_parse import SubPattern ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import * ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy.egg-info/SOURCES.txt: mypy/typeshed/stdlib/sre_compile.pyi ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy.egg-info/SOURCES.txt: mypy/typeshed/stdlib/sre_constants.pyi ./mypy-1.3.0.tar.gz: mypy-1.3.0/mypy.egg-info/SOURCES.txt: mypy/typeshed/stdlib/sre_parse.pyi ./pydantic_factories-1.17.3.tar.gz: pydantic_factories-1.17.3/CHANGELOG.md: - fix deprecation warning for `sre_parse` on Python 3.11. ./pydantic_factories-1.17.3.tar.gz: pydantic_factories-1.17.3/pydantic_factories/value_generators/regex.py: from sre_parse import SubPattern, parse # pylint: disable=deprecated-module ./prospector-1.10.2.tar.gz: prospector-1.10.2/prospector/config/__init__.py: import re._constants as sre_constants ./prospector-1.10.2.tar.gz: prospector-1.10.2/prospector/config/__init__.py: import sre_constants ./prospector-1.10.2.tar.gz: prospector-1.10.2/prospector/config/__init__.py: except sre_constants.error: ./prospector-1.10.2.tar.gz: prospector-1.10.2/prospector/tools/profile_validator/__init__.py: import re._constants as sre_constants ./prospector-1.10.2.tar.gz: prospector-1.10.2/prospector/tools/profile_validator/__init__.py: import sre_constants ./prospector-1.10.2.tar.gz: prospector-1.10.2/prospector/tools/profile_validator/__init__.py: except sre_constants.error: ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/re.pyi: from sre_constants import error as error ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import ( ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_parse import SubPattern ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import SRE_FLAG_ASCII as SRE_FLAG_ASCII ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import _NamedIntConstant ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/eth_utils.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_compile.pyi ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/eth_utils.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_constants.pyi ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/eth_utils.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/sre_parse.pyi ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/eth_utils.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_constants.pyi ./eth-utils-2.1.0.tar.gz: eth-utils-2.1.0/eth_utils.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/@python2/sre_parse.pyi ./traits-6.4.1.tar.gz: traits-6.4.1/traits/observation/_generated_parser.py: import sre_parse ./traits-6.4.1.tar.gz: traits-6.4.1/traits/observation/_generated_parser.py: import sre_constants ./traits-6.4.1.tar.gz: traits-6.4.1/traits/observation/_generated_parser.py: return [int(x) for x in sre_parse.parse(regexp).getwidth()] ./traits-6.4.1.tar.gz: traits-6.4.1/traits/observation/_generated_parser.py: except sre_constants.error: ./aiohttp-3.8.4.tar.gz: aiohttp-3.8.4/setup.cfg: ignore:module 'sre_constants' is deprecated:DeprecationWarning:pkg_resources._vendor.pyparsing ./aiohttp-3.8.4.tar.gz: aiohttp-3.8.4/tests/test_circular_imports.py: "-W", "ignore:module 'sre_constants' is " ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/2/sre_constants.pyi: # Source: https://hg.python.org/cpython/file/2.7/Lib/sre_constants.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/2/sre_parse.pyi: # Source: https://hg.python.org/cpython/file/2.7/Lib/sre_parse.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/2and3/sre_compile.pyi: # Source: https://hg.python.org/cpython/file/2.7/Lib/sre_compile.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/2and3/sre_compile.pyi: # and https://github.com/python/cpython/blob/master/Lib/sre_compile.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/2and3/sre_compile.pyi: from sre_parse import SubPattern ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/2and3/sre_compile.pyi: from sre_constants import _NamedIntConstant ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/sre_constants.pyi: # Source: https://github.com/python/cpython/blob/master/Lib/sre_constants.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/sre_parse.pyi: # Source: https://github.com/python/cpython/blob/master/Lib/sre_parse.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/.tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/2/sre_constants.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/2/sre_parse.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/2and3/sre_compile.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/sre_constants.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: .tox/lint/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/sre_parse.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: venv-erlp/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/sre_constants.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: venv-erlp/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2/sre_parse.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: venv-erlp/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: venv-erlp/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/sre_constants.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: venv-erlp/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/sre_parse.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/2/sre_constants.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/2/sre_parse.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/2and3/sre_compile.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/sre_constants.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/eth_rlp.egg-info/SOURCES.txt: venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/sre_parse.pyi ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi: from sre_constants import ( ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi: from sre_parse import SubPattern ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi: from sre_constants import SRE_FLAG_ASCII as SRE_FLAG_ASCII ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/2and3/sre_compile.pyi: from sre_constants import _NamedIntConstant ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/jedi/third_party/typeshed/stdlib/3/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/2/sre_constants.pyi: # Source: https://hg.python.org/cpython/file/2.7/Lib/sre_constants.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/2/sre_parse.pyi: # Source: https://hg.python.org/cpython/file/2.7/Lib/sre_parse.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/2and3/sre_compile.pyi: # Source: https://hg.python.org/cpython/file/2.7/Lib/sre_compile.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/2and3/sre_compile.pyi: # and https://github.com/python/cpython/blob/master/Lib/sre_compile.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/2and3/sre_compile.pyi: from sre_parse import SubPattern ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/2and3/sre_compile.pyi: from sre_constants import _NamedIntConstant ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/sre_constants.pyi: # Source: https://github.com/python/cpython/blob/master/Lib/sre_constants.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/sre_parse.pyi: # Source: https://github.com/python/cpython/blob/master/Lib/sre_parse.py ./eth-rlp-0.3.0.tar.gz: eth-rlp-0.3.0/venv-erlp/lib/python3.9/site-packages/mypy/typeshed/stdlib/3/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/re.pyi: from sre_constants import error as error ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import ( ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_parse import SubPattern ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import SRE_FLAG_ASCII as SRE_FLAG_ASCII ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import _NamedIntConstant ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/re.pyi: from sre_constants import error as error ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import ( ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_parse import SubPattern ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import SRE_FLAG_ASCII as SRE_FLAG_ASCII ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi: from sre_constants import _NamedIntConstant ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/.tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/eth_account.egg-info/SOURCES.txt: .tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/eth_account.egg-info/SOURCES.txt: .tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_constants.pyi ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/eth_account.egg-info/SOURCES.txt: .tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_parse.pyi ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/eth_account.egg-info/SOURCES.txt: .tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/@python2/sre_constants.pyi ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/eth_account.egg-info/SOURCES.txt: .tox/lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/@python2/sre_parse.pyi ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/eth_account.egg-info/SOURCES.txt: .tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_compile.pyi ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/eth_account.egg-info/SOURCES.txt: .tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_constants.pyi ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/eth_account.egg-info/SOURCES.txt: .tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/sre_parse.pyi ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/eth_account.egg-info/SOURCES.txt: .tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/@python2/sre_constants.pyi ./eth-account-0.8.0.tar.gz: eth-account-0.8.0/eth_account.egg-info/SOURCES.txt: .tox/py310-lint/lib/python3.10/site-packages/mypy/typeshed/stdlib/@python2/sre_parse.pyi ./pyparsing-3.0.9.tar.gz: pyparsing-3.0.9/CHANGES: - Removed imports of deprecated `sre_constants` module for catching ./pyparsing-3.0.9.tar.gz: pyparsing-3.0.9/pyparsing_archive.py: import sre_constants ./pyparsing-3.0.9.tar.gz: pyparsing-3.0.9/pyparsing_archive.py: except sre_constants.error: ./pyparsing-3.0.9.tar.gz: pyparsing-3.0.9/pyparsing_archive.py: except sre_constants.error: ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/VERSIONS: sre_compile: 2.7- ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/VERSIONS: sre_constants: 2.7- ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/VERSIONS: sre_parse: 2.7- ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: import sre_compile ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: from sre_constants import error as error ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: A = sre_compile.SRE_FLAG_ASCII ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: DEBUG = sre_compile.SRE_FLAG_DEBUG ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: I = sre_compile.SRE_FLAG_IGNORECASE ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: L = sre_compile.SRE_FLAG_LOCALE ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: M = sre_compile.SRE_FLAG_MULTILINE ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: S = sre_compile.SRE_FLAG_DOTALL ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: X = sre_compile.SRE_FLAG_VERBOSE ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: U = sre_compile.SRE_FLAG_UNICODE ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/re.pyi: T = sre_compile.SRE_FLAG_TEMPLATE ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/sre_compile.pyi: from sre_constants import * ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/sre_compile.pyi: from sre_constants import _NamedIntConstant ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/sre_compile.pyi: from sre_parse import SubPattern ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/sre_parse.pyi: from sre_constants import * ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype/typeshed/stdlib/sre_parse.pyi: from sre_constants import _NamedIntConstant as _NIC, error as _Error ./Cython-0.29.35.tar.gz: Cython-0.29.35/tests/run/dictcomp.pyx: # Copied from sre_compile.py in CPython 3.7. Previously failed to detect variable initialisation. ./bandit-1.7.5.tar.gz: bandit-1.7.5/examples/mark_safe_insecure.py: import sre_constants ./bandit-1.7.5.tar.gz: bandit-1.7.5/examples/mark_safe_insecure.py: safestring.mark_safe(sre_constants.ANY) ./bandit-1.7.5.tar.gz: bandit-1.7.5/examples/mark_safe_insecure.py: import sre_constants.ANY as any_str ./bandit-1.7.5.tar.gz: bandit-1.7.5/examples/mark_safe_insecure.py: from sre_constants import ANY ./bandit-1.7.5.tar.gz: bandit-1.7.5/examples/mark_safe_insecure.py: from sre_constants import ANY as any_str ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype.egg-info/SOURCES.txt: pytype/typeshed/stdlib/sre_compile.pyi ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype.egg-info/SOURCES.txt: pytype/typeshed/stdlib/sre_constants.pyi ./pytype-2023.6.2.tar.gz: pytype-2023.6.2/pytype.egg-info/SOURCES.txt: pytype/typeshed/stdlib/sre_parse.pyi ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: import sre_constants ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: import sre_parse ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: NOTE Abe 20201017: This method is almost certainly still brittle. I haven't exhaustively mapped the OPCODES in sre_constants ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: parsed_sre = sre_parse.parse(str(regex_pattern)) ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: if token == sre_constants.LITERAL: ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: elif token == sre_constants.SUBPATTERN: ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: sre_constants.MAX_REPEAT, ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: sre_constants.IN, ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: sre_constants.BRANCH, ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: sre_constants.ANY, ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: sre_constants.AT, ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: sre_constants.ASSERT_NOT, ./great_expectations-0.16.15.tar.gz: great_expectations-0.16.15/great_expectations/datasource/data_connector/util.py: sre_constants.ASSERT, ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_compile", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_constants", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_parse", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_compile", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_constants", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_parse", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_compile", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_constants", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_parse", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_compile", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_constants", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_parse", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_compile", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_constants", ./ruff-0.0.271.tar.gz: ruff-0.0.271/local_dependencies/ruff_python_stdlib/src/sys.rs: "sre_parse", ./astroid-2.15.5.tar.gz: astroid-2.15.5/astroid/_backport_stdlib_names.py: "sre_compile", ./astroid-2.15.5.tar.gz: astroid-2.15.5/astroid/_backport_stdlib_names.py: "sre_constants", ./astroid-2.15.5.tar.gz: astroid-2.15.5/astroid/_backport_stdlib_names.py: "sre_parse", ./astroid-2.15.5.tar.gz: astroid-2.15.5/astroid/brain/brain_re.py: # In 3.6-3.10 all flags come from sre_compile ./astroid-2.15.5.tar.gz: astroid-2.15.5/astroid/brain/brain_re.py: import_compiler = "import sre_compile as _compiler" ./trio-0.22.0.tar.gz: trio-0.22.0/trio/tests/test_exports.py: "ignore:module 'sre_constants' is deprecated:DeprecationWarning", ./pyre2-0.3.6.tar.gz: pyre2-0.3.6/tests/test_re.py: # in python2.3 (etc), these loop endlessly in sre_parser.py ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/packaging_20_9/pyparsing.py: import sre_constants ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/packaging_20_9/pyparsing.py: except sre_constants.error: ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/packaging_20_9/pyparsing.py: except sre_constants.error: ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/packaging_21_3/pyparsing.py: import sre_constants ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/packaging_21_3/pyparsing.py: except sre_constants.error: ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/packaging_21_3/pyparsing.py: except sre_constants.error: ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/pip/pip/_vendor/pyparsing.py: import sre_constants ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/pip/pip/_vendor/pyparsing.py: except sre_constants.error: ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/pip/pip/_vendor/pyparsing.py: except sre_constants.error: ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/pyparsing.py: import sre_constants ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/pyparsing.py: except sre_constants.error: ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/setuptools/pkg_resources/_vendor/pyparsing.py: except sre_constants.error: ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/setuptools/setuptools/_vendor/pyparsing.py: import sre_constants ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/setuptools/setuptools/_vendor/pyparsing.py: except sre_constants.error: ./pex-2.1.137.tar.gz: pex-2.1.137/pex/vendor/_vendored/setuptools/setuptools/_vendor/pyparsing.py: except sre_constants.error: ./pex-2.1.137.tar.gz: pex-2.1.137/pex/venv/virtualenv_16.7.12_py: "sre_parse", ./pex-2.1.137.tar.gz: pex-2.1.137/pex/venv/virtualenv_16.7.12_py: "sre_constants", ./pex-2.1.137.tar.gz: pex-2.1.137/pex/venv/virtualenv_16.7.12_py: "sre_compile", ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py2/hypothesis/strategies/_internal/regex.py: import sre_constants as sre ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py2/hypothesis/strategies/_internal/regex.py: import sre_parse ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py2/hypothesis/strategies/_internal/regex.py: """Update unicode state to match sre_parse object ``category``.""" ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py2/hypothesis/strategies/_internal/regex.py: """Update characters state to match sre_parse object ``category``.""" ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py2/hypothesis/strategies/_internal/regex.py: parsed = sre_parse.parse(regex.pattern, flags=regex.flags) ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py2/hypothesis/strategies/_internal/regex.py: parsed = sre_parse.parse(regex.pattern, flags=regex.flags) ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/regex.py: import re._parser as sre_parse ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/regex.py: import sre_constants as sre ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/regex.py: import sre_parse ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/regex.py: """Update unicode state to match sre_parse object ``category``.""" ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/regex.py: """Update characters state to match sre_parse object ``category``.""" ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/regex.py: parsed = sre_parse.parse(regex.pattern, flags=regex.flags) ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/hypothesis/py3/hypothesis/strategies/_internal/regex.py: parsed = sre_parse.parse(regex.pattern, flags=regex.flags) ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/pyparsing/py2/pyparsing.py: import sre_constants ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/pyparsing/py2/pyparsing.py: except sre_constants.error: ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/pyparsing/py2/pyparsing.py: except sre_constants.error: ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/setuptools/py2/pkg_resources/_vendor/pyparsing.py: import sre_constants ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/setuptools/py2/pkg_resources/_vendor/pyparsing.py: except sre_constants.error: ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/setuptools/py2/pkg_resources/_vendor/pyparsing.py: except sre_constants.error: ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/setuptools/py2/setuptools/_vendor/pyparsing.py: import sre_constants ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/setuptools/py2/setuptools/_vendor/pyparsing.py: except sre_constants.error: ./catboost-1.2.tar.gz: catboost-1.2/catboost_all_src/contrib/python/setuptools/py2/setuptools/_vendor/pyparsing.py: except sre_constants.error: