Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python313-antlr4-python3-runtime | Distribution: openSUSE Tumbleweed |
Version: 4.13.2 | Vendor: openSUSE |
Release: 1.2 | Build date: Tue Oct 8 14:57:07 2024 |
Group: Unspecified | Build host: reproducible |
Size: 938015 | Source RPM: python-antlr4-python3-runtime-4.13.2-1.2.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.antlr.org | |
Summary: ANTLR runtime for Python 3 |
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. This package contains the runtime for Python 3.
BSD-3-Clause
* Tue Oct 08 2024 John Paul Adrian Glaubitz <[email protected]> - Update to version 4.13.2 cpp target * [Cpp] Use target_include_dirs for cmake targets (target:cpp) * Update C++ documentation to state that C++17 is required (comp:doc, target:cpp) go target * fix go-target.md, remove duplicate 'get' (comp:doc, target:go) javascript target * fix(javascript): fix types not being recognized for NodeNext module resolution (target:javascript) * [Javascript] Fix broken package entrypoints (target:javascript, type:cleanup) python3 target * name 'state' conflict with Python3 runtime. (target:python3) * Thu Mar 07 2024 John Paul Adrian Glaubitz <[email protected]> - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}} + Drop %define skip_python2 1 + Drop support for older Python 3.x versions * Thu Feb 08 2024 Adrian Schröter <[email protected]> - fix build for python 3.12 * Wed Jan 03 2024 Dirk Müller <[email protected]> - require setuptools * Thu Nov 16 2023 John Paul Adrian Glaubitz <[email protected]> - Update to version 4.13.1 csharp target * [CSharp] Fix for #4386 -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets (target:csharp, type:cleanup) go target * Move GetText(), SetText(), and String() from CommonToken to BaseToken (target:go, type:cleanup) * Restore "Obtained from string" source name. (target:go, type:cleanup) * fix: Fix very minor code issues spotted by goreportcard.com (target:go, type:cleanup) java target * Java: suppress this-escape warning introduced in JDK 21. (actions, target:java) javascript target * Adds default targets for babel configuration (target:javascript) * fix dependabot warnings (target:javascript, type:cleanup) swift target * [SWIFT] Add Antlr4Dynamic product (target:swift) * Cleanup duplicate SwiftTarget code (target:swift, type:cleanup) dart target * [Dart] Fix for #4320--export additional types (type:bug, target:dart) - from version 4.13.0 Issues fixed * antlr4 jar doubled in size in 4.9.3 (unicode, comp:performance) * Go: exponentially bad/absymal performance as of ... (type:bug, target:go) * Go runtime panic (type:bug, target:go) Improvements, features * Update LexerATNSimulator.cs with virtual Consume (type:improvement, target:csharp) * Feature/fixembedding (type:improvement, target:go, comp:performance) * Provide Javascript port of TokenStreamRewriter (type:feature, target:javascript, target:typescript) - from version 4.12.0 Issues fixed * github actions now fail for python2 and ubuntu clang and ubuntu swift (comp:runtime, comp:build, comp:testing) * js mergeArrays output differs from java (atn-analysis, target:javascript) * C++ target fails Performance/DropLoopEntryBranchInLRRule_4.txt (atn-analysis, type:bug, target:cpp) * Wrong grammarFileName in generated code (code-gen, type:bug) * C++ crashes on new test ParserExec/ListLabelsOnRuleRefStartOfAlt.txt (atn-analysis, type:bug, target:cpp) * [JavaScript runtime] Bad field name, bad comments (type:bug) Improvements, features * Fully qualify std::move invocations to fix -Wunqualified-std-cast-call (type:improvement, target:cpp) * Extract FileUtils updates by @ericvergnaud (type:improvement, cross-platform-issue, comp:testing) * Extract unit test updates by @ericvergnaud needed for TypeScript (type:improvement, comp:testing) * [Go target] Fix for #3926: Add accessors for tree navigation to interfaces in generated parser (trees-contexts, code-gen, type:improvement, target:go) * GitHub Workflows security hardening (actions, type:improvement, comp:testing) - from version 4.11.1 * Just fixes 4.11.0 release issue. I forgot to change runtime tool version so it didn't say SNAPSHOT. - from version 4.11.0 Issues fixed * Disable failing CI tests in master (comp:build, comp:testing) * Create accessor for Go-based IntervalSet.intervals (target:go) * Grammar Name Conflict Golang with SPARQL issue (target:go, type:cleanup) * Dependency declaration error in ANTLR 4.10.1 (comp:build) * Drop old version of Visual Studio C++ (2013, 2015, 2017) (comp:build, target:cpp) * Circular grammar inclusion causes stack overflow in the tool. (comp:tool, type:bug) * Cpp, Go, JavaScript, Python2/3: Template rendering error. (code-gen, comp:runtime, target:java, target:javascript, target:python2, target:python3, target:go) Improvements, features * Augment error message during testing to include full cause of problem. (type:improvement, comp:testing) * Include swift & tool verification in CI workflow (type:improvement, comp:build, cross-platform-issue, target:swift) * Issue #3783: CI Check Builds (type:improvement, comp:build, cross-platform-issue, comp:testing) * Parallel lock free testing, remove potential deadlocks, cache static data, go to descriptor via test (comp:runtime, type:improvement, comp:testing) * update getting-started doc (type:improvement, comp:doc) * Getting Started has error (type:improvement, comp:doc) * new nuget directory for building ANTLR4 C++ runtime as 3 Nuget packages (type:improvement, comp:build, target:cpp) * Add interp tool like TestRig (comp:tool, type:feature) * Issue 3720: Java 2 Security issue (type:improvement, target:java) * Cpp: Disable warnings for external project (type:bug, type:improvement, target:cpp) * Fix Docker README for arm OS user (type:improvement, comp:doc) - from version 4.10.1 * [C++] Remove reference to antlrcpp:s2ws * Update publishing instruction for Dart - from version 4.10.0 Issues fixed * C++ runtime: Version identifier macro ? (target:cpp, type:cleanup) * Generating XPath lexer/parser (actions, type:bug) * do we need this C++ ATN serialization? (target:cpp, type:cleanup) * Incorrect type of token with number 0xFFFF because of incorrect ATN serialization (atn-analysis, type:bug) * Clean up ATN serialization: rm UUID and shifting by value of 2 (atn-analysis, type:cleanup) * The parseFile method of the InterpreterDataReader class is missing code: "line = br.readLine();" (type:bug, target:java) * antlr.runtime.standard 4.9.3 invalid strong name. (type:bug, comp:build, target:csharp) * Serialized ATN data element 810567 element 11 out of range 0..65535 (atn-analysis, type:cleanup) * Go target, unable to check when custom error strategy is in recovery mode (target:go) * Escape issue for characeters (grammars, type:bug) * antlr4 java.lang.NullPointerException Antlr 4 4.8 (grammars, comp:tool, type:bug) * UnsupportedOperationException while generating code for large grammars. (atn-analysis, type:cleanup) * Add a more understandable message than "Serialized ATN data element .... element ... out of range 0..65535" (atn-analysis, type:cleanup) * avoid java.lang.StackOverflowError (lexers, error-handling) * Getting this error: Exception in thread "main" java.lang.UnsupportedOperationException: Serialized ATN data element out of range (atn-analysis, type:cleanup) Improvements, features * Updated getting started with Cpp documentation. (type:improvement, comp:doc) * Escape bad words during grammar generation (code-gen, type:improvement) * Implement caseInsensitive option (lexers, options, type:improvement) * Some tool bugfixes (error-handling, comp:tool, type:improvement, type:cleanup) - Run testsuite using the tests/run.py script instead of %pyunittest - Switch build systemd from setuptools to pyproject.toml - Update BuildRequires from pyproject.toml - Update filename pattern in %files section * Tue May 24 2022 John Paul Adrian Glaubitz <[email protected]> - Update to version 4.9.3 Issues fixed * Swift Target Crashes with Multi-Threading * JavaScript Runtime bug * Go target, cannot use superClass for the lexer grammar! * Python runtime is inconsistent with Java * FunctionDef source extract using getText() * Provide .NET Framework target in the csharp nuget package * Go target for Antlr tool, type ",int8" => "int8" * Flutter/Dart web support * Allow Antlr Javascript runtime to be loaded into Kindle Touch * Fix Go test suite * Weird error Improvements, features * [C++] Use faster alternative to dynamic_cast when not testing inherit * Stackoverflow after upgrading from 4.6 to 4.7 - from version 4.9.2 Issues fixed * CSharp and Java produce different results for identical input, identical tokens Improvements, features * Moved away from travis-ci.com - Source upstream tarball from Github since PyPi tarball no longer ships testsuite * Sun Jan 31 2021 andy great <[email protected]> - Update to version 4.9.1. * Improve python3 performance by adding slots * Fix incorrect python token string templates - Add testing. - Skip python2 because this is for python3. - Use python_alternative * Wed Apr 29 2020 John Paul Adrian Glaubitz <[email protected]> - Initial build + Version 4.8
/etc/alternatives/pygrun /usr/bin/pygrun /usr/bin/pygrun-3.13 /usr/lib/python3.13/site-packages/antlr4 /usr/lib/python3.13/site-packages/antlr4/BufferedTokenStream.py /usr/lib/python3.13/site-packages/antlr4/CommonTokenFactory.py /usr/lib/python3.13/site-packages/antlr4/CommonTokenStream.py /usr/lib/python3.13/site-packages/antlr4/FileStream.py /usr/lib/python3.13/site-packages/antlr4/InputStream.py /usr/lib/python3.13/site-packages/antlr4/IntervalSet.py /usr/lib/python3.13/site-packages/antlr4/LL1Analyzer.py /usr/lib/python3.13/site-packages/antlr4/Lexer.py /usr/lib/python3.13/site-packages/antlr4/ListTokenSource.py /usr/lib/python3.13/site-packages/antlr4/Parser.py /usr/lib/python3.13/site-packages/antlr4/ParserInterpreter.py /usr/lib/python3.13/site-packages/antlr4/ParserRuleContext.py /usr/lib/python3.13/site-packages/antlr4/PredictionContext.py /usr/lib/python3.13/site-packages/antlr4/Recognizer.py /usr/lib/python3.13/site-packages/antlr4/RuleContext.py /usr/lib/python3.13/site-packages/antlr4/StdinStream.py /usr/lib/python3.13/site-packages/antlr4/Token.py /usr/lib/python3.13/site-packages/antlr4/TokenStreamRewriter.py /usr/lib/python3.13/site-packages/antlr4/Utils.py /usr/lib/python3.13/site-packages/antlr4/__init__.py /usr/lib/python3.13/site-packages/antlr4/__pycache__ /usr/lib/python3.13/site-packages/antlr4/__pycache__/BufferedTokenStream.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/BufferedTokenStream.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/CommonTokenFactory.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/CommonTokenFactory.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/CommonTokenStream.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/CommonTokenStream.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/FileStream.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/FileStream.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/InputStream.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/InputStream.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/IntervalSet.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/IntervalSet.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/LL1Analyzer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/LL1Analyzer.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/Lexer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/Lexer.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/ListTokenSource.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/ListTokenSource.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/Parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/Parser.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/ParserInterpreter.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/ParserInterpreter.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/ParserRuleContext.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/ParserRuleContext.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/PredictionContext.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/PredictionContext.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/Recognizer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/Recognizer.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/RuleContext.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/RuleContext.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/StdinStream.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/StdinStream.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/Token.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/Token.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/TokenStreamRewriter.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/TokenStreamRewriter.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/Utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/Utils.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/_pygrun.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/__pycache__/_pygrun.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/_pygrun.py /usr/lib/python3.13/site-packages/antlr4/atn /usr/lib/python3.13/site-packages/antlr4/atn/ATN.py /usr/lib/python3.13/site-packages/antlr4/atn/ATNConfig.py /usr/lib/python3.13/site-packages/antlr4/atn/ATNConfigSet.py /usr/lib/python3.13/site-packages/antlr4/atn/ATNDeserializationOptions.py /usr/lib/python3.13/site-packages/antlr4/atn/ATNDeserializer.py /usr/lib/python3.13/site-packages/antlr4/atn/ATNSimulator.py /usr/lib/python3.13/site-packages/antlr4/atn/ATNState.py /usr/lib/python3.13/site-packages/antlr4/atn/ATNType.py /usr/lib/python3.13/site-packages/antlr4/atn/LexerATNSimulator.py /usr/lib/python3.13/site-packages/antlr4/atn/LexerAction.py /usr/lib/python3.13/site-packages/antlr4/atn/LexerActionExecutor.py /usr/lib/python3.13/site-packages/antlr4/atn/ParserATNSimulator.py /usr/lib/python3.13/site-packages/antlr4/atn/PredictionMode.py /usr/lib/python3.13/site-packages/antlr4/atn/SemanticContext.py /usr/lib/python3.13/site-packages/antlr4/atn/Transition.py /usr/lib/python3.13/site-packages/antlr4/atn/__init__.py /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__ /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATN.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATN.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNConfig.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNConfig.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNConfigSet.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNConfigSet.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNDeserializationOptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNDeserializationOptions.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNDeserializer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNDeserializer.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNSimulator.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNSimulator.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNState.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNState.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNType.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ATNType.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/LexerATNSimulator.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/LexerATNSimulator.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/LexerAction.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/LexerAction.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/LexerActionExecutor.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/LexerActionExecutor.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ParserATNSimulator.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/ParserATNSimulator.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/PredictionMode.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/PredictionMode.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/SemanticContext.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/SemanticContext.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/Transition.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/Transition.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/atn/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/dfa /usr/lib/python3.13/site-packages/antlr4/dfa/DFA.py /usr/lib/python3.13/site-packages/antlr4/dfa/DFASerializer.py /usr/lib/python3.13/site-packages/antlr4/dfa/DFAState.py /usr/lib/python3.13/site-packages/antlr4/dfa/__init__.py /usr/lib/python3.13/site-packages/antlr4/dfa/__pycache__ /usr/lib/python3.13/site-packages/antlr4/dfa/__pycache__/DFA.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/dfa/__pycache__/DFA.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/dfa/__pycache__/DFASerializer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/dfa/__pycache__/DFASerializer.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/dfa/__pycache__/DFAState.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/dfa/__pycache__/DFAState.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/dfa/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/dfa/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/error /usr/lib/python3.13/site-packages/antlr4/error/DiagnosticErrorListener.py /usr/lib/python3.13/site-packages/antlr4/error/ErrorListener.py /usr/lib/python3.13/site-packages/antlr4/error/ErrorStrategy.py /usr/lib/python3.13/site-packages/antlr4/error/Errors.py /usr/lib/python3.13/site-packages/antlr4/error/__init__.py /usr/lib/python3.13/site-packages/antlr4/error/__pycache__ /usr/lib/python3.13/site-packages/antlr4/error/__pycache__/DiagnosticErrorListener.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/error/__pycache__/DiagnosticErrorListener.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/error/__pycache__/ErrorListener.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/error/__pycache__/ErrorListener.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/error/__pycache__/ErrorStrategy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/error/__pycache__/ErrorStrategy.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/error/__pycache__/Errors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/error/__pycache__/Errors.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/error/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/error/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/tree /usr/lib/python3.13/site-packages/antlr4/tree/Chunk.py /usr/lib/python3.13/site-packages/antlr4/tree/ParseTreeMatch.py /usr/lib/python3.13/site-packages/antlr4/tree/ParseTreePattern.py /usr/lib/python3.13/site-packages/antlr4/tree/ParseTreePatternMatcher.py /usr/lib/python3.13/site-packages/antlr4/tree/RuleTagToken.py /usr/lib/python3.13/site-packages/antlr4/tree/TokenTagToken.py /usr/lib/python3.13/site-packages/antlr4/tree/Tree.py /usr/lib/python3.13/site-packages/antlr4/tree/Trees.py /usr/lib/python3.13/site-packages/antlr4/tree/__init__.py /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__ /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/Chunk.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/Chunk.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/ParseTreeMatch.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/ParseTreeMatch.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/ParseTreePattern.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/ParseTreePattern.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/ParseTreePatternMatcher.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/ParseTreePatternMatcher.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/RuleTagToken.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/RuleTagToken.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/TokenTagToken.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/TokenTagToken.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/Tree.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/Tree.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/Trees.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/Trees.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/tree/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/xpath /usr/lib/python3.13/site-packages/antlr4/xpath/XPath.py /usr/lib/python3.13/site-packages/antlr4/xpath/XPathLexer.py /usr/lib/python3.13/site-packages/antlr4/xpath/__init__.py /usr/lib/python3.13/site-packages/antlr4/xpath/__pycache__ /usr/lib/python3.13/site-packages/antlr4/xpath/__pycache__/XPath.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/xpath/__pycache__/XPath.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/xpath/__pycache__/XPathLexer.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/xpath/__pycache__/XPathLexer.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4/xpath/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/antlr4/xpath/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/antlr4_python3_runtime-4.13.2.dist-info /usr/lib/python3.13/site-packages/antlr4_python3_runtime-4.13.2.dist-info/INSTALLER /usr/lib/python3.13/site-packages/antlr4_python3_runtime-4.13.2.dist-info/LICENSE.txt /usr/lib/python3.13/site-packages/antlr4_python3_runtime-4.13.2.dist-info/METADATA /usr/lib/python3.13/site-packages/antlr4_python3_runtime-4.13.2.dist-info/RECORD /usr/lib/python3.13/site-packages/antlr4_python3_runtime-4.13.2.dist-info/REQUESTED /usr/lib/python3.13/site-packages/antlr4_python3_runtime-4.13.2.dist-info/WHEEL /usr/lib/python3.13/site-packages/antlr4_python3_runtime-4.13.2.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/antlr4_python3_runtime-4.13.2.dist-info/top_level.txt /usr/share/doc/packages/python313-antlr4-python3-runtime /usr/share/doc/packages/python313-antlr4-python3-runtime/README.txt /usr/share/licenses/python313-antlr4-python3-runtime /usr/share/licenses/python313-antlr4-python3-runtime/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Dec 9 23:39:48 2024