History log of /aosp_15_r20/external/ply/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
09948d4118-Sep-2022 Krzysztof Kosiński <[email protected]>

Disable Python 2 for py-ply. am: 6b0a51bc2f am: db87a1c648 am: 5f5d57771c am: 9637e52ede am: 3eb44c25ad

Original change: https://android-review.googlesource.com/c/platform/external/ply/+/2219411

Ch

Disable Python 2 for py-ply. am: 6b0a51bc2f am: db87a1c648 am: 5f5d57771c am: 9637e52ede am: 3eb44c25ad

Original change: https://android-review.googlesource.com/c/platform/external/ply/+/2219411

Change-Id: I38aa2ba948c420b381e0d186610a6903813b423c
Signed-off-by: Automerger Merge Worker <[email protected]>

show more ...


Android.bp
LICENSE
METADATA
MODULE_LICENSE_BSD
OWNERS
README.google
ply/.gitignore
ply/.travis.yml
ply/ANNOUNCE
ply/Android.bp
ply/CHANGES
ply/MANIFEST.in
ply/PKG-INFO
ply/README.md
ply/TODO
ply/doc/internal.html
ply/doc/makedoc.py
ply/doc/ply.html
ply/example/BASIC/README
ply/example/BASIC/basic.py
ply/example/BASIC/basiclex.py
ply/example/BASIC/basiclog.py
ply/example/BASIC/basinterp.py
ply/example/BASIC/basparse.py
ply/example/BASIC/dim.bas
ply/example/BASIC/func.bas
ply/example/BASIC/gcd.bas
ply/example/BASIC/gosub.bas
ply/example/BASIC/hello.bas
ply/example/BASIC/linear.bas
ply/example/BASIC/maxsin.bas
ply/example/BASIC/powers.bas
ply/example/BASIC/rand.bas
ply/example/BASIC/sales.bas
ply/example/BASIC/sears.bas
ply/example/BASIC/sqrt1.bas
ply/example/BASIC/sqrt2.bas
ply/example/GardenSnake/GardenSnake.py
ply/example/GardenSnake/README
ply/example/README
ply/example/ansic/README
ply/example/ansic/clex.py
ply/example/ansic/cparse.py
ply/example/calc/calc.py
ply/example/calcdebug/calc.py
ply/example/calceof/calc.py
ply/example/classcalc/calc.py
ply/example/cleanup.sh
ply/example/closurecalc/calc.py
ply/example/hedit/hedit.py
ply/example/newclasscalc/calc.py
ply/example/optcalc/README
ply/example/optcalc/calc.py
ply/example/unicalc/calc.py
ply/example/yply/README
ply/example/yply/ylex.py
ply/example/yply/yparse.py
ply/example/yply/yply.py
ply/ply/__init__.py
ply/ply/cpp.py
ply/ply/ctokens.py
ply/ply/lex.py
ply/ply/yacc.py
ply/ply/ygen.py
ply/setup.cfg
ply/setup.py
ply/test/README
ply/test/calclex.py
ply/test/cleanup.sh
ply/test/lex_closure.py
ply/test/lex_doc1.py
ply/test/lex_dup1.py
ply/test/lex_dup2.py
ply/test/lex_dup3.py
ply/test/lex_empty.py
ply/test/lex_error1.py
ply/test/lex_error2.py
ply/test/lex_error3.py
ply/test/lex_error4.py
ply/test/lex_hedit.py
ply/test/lex_ignore.py
ply/test/lex_ignore2.py
ply/test/lex_literal1.py
ply/test/lex_literal2.py
ply/test/lex_literal3.py
ply/test/lex_many_tokens.py
ply/test/lex_module.py
ply/test/lex_module_import.py
ply/test/lex_object.py
ply/test/lex_opt_alias.py
ply/test/lex_optimize.py
ply/test/lex_optimize2.py
ply/test/lex_optimize3.py
ply/test/lex_optimize4.py
ply/test/lex_re1.py
ply/test/lex_re2.py
ply/test/lex_re3.py
ply/test/lex_rule1.py
ply/test/lex_rule2.py
ply/test/lex_rule3.py
ply/test/lex_state1.py
ply/test/lex_state2.py
ply/test/lex_state3.py
ply/test/lex_state4.py
ply/test/lex_state5.py
ply/test/lex_state_noerror.py
ply/test/lex_state_norule.py
ply/test/lex_state_try.py
ply/test/lex_token1.py
ply/test/lex_token2.py
ply/test/lex_token3.py
ply/test/lex_token4.py
ply/test/lex_token5.py
ply/test/lex_token_dup.py
ply/test/pkg_test1/__init__.py
ply/test/pkg_test1/parsing/__init__.py
ply/test/pkg_test1/parsing/calclex.py
ply/test/pkg_test1/parsing/calcparse.py
ply/test/pkg_test1/parsing/lextab.py
ply/test/pkg_test1/parsing/parsetab.py
ply/test/pkg_test2/__init__.py
ply/test/pkg_test2/parsing/__init__.py
ply/test/pkg_test2/parsing/calclex.py
ply/test/pkg_test2/parsing/calclextab.py
ply/test/pkg_test2/parsing/calcparse.py
ply/test/pkg_test2/parsing/calcparsetab.py
ply/test/pkg_test3/__init__.py
ply/test/pkg_test3/generated/__init__.py
ply/test/pkg_test3/generated/lextab.py
ply/test/pkg_test3/generated/parsetab.py
ply/test/pkg_test3/parsing/__init__.py
ply/test/pkg_test3/parsing/calclex.py
ply/test/pkg_test3/parsing/calcparse.py
ply/test/pkg_test4/__init__.py
ply/test/pkg_test4/parsing/__init__.py
ply/test/pkg_test4/parsing/calclex.py
ply/test/pkg_test4/parsing/calcparse.py
ply/test/pkg_test5/__init__.py
ply/test/pkg_test5/parsing/__init__.py
ply/test/pkg_test5/parsing/calclex.py
ply/test/pkg_test5/parsing/calcparse.py
ply/test/pkg_test5/parsing/lextab.py
ply/test/pkg_test5/parsing/parsetab.py
ply/test/pkg_test6/__init__.py
ply/test/pkg_test6/parsing/__init__.py
ply/test/pkg_test6/parsing/calclex.py
ply/test/pkg_test6/parsing/calcparse.py
ply/test/pkg_test6/parsing/expression.py
ply/test/pkg_test6/parsing/lextab.py
ply/test/pkg_test6/parsing/parsetab.py
ply/test/pkg_test6/parsing/statement.py
ply/test/testcpp.py
ply/test/testlex.py
ply/test/testyacc.py
ply/test/yacc_badargs.py
ply/test/yacc_badid.py
ply/test/yacc_badprec.py
ply/test/yacc_badprec2.py
ply/test/yacc_badprec3.py
ply/test/yacc_badrule.py
ply/test/yacc_badtok.py
ply/test/yacc_dup.py
ply/test/yacc_error1.py
ply/test/yacc_error2.py
ply/test/yacc_error3.py
ply/test/yacc_error4.py
ply/test/yacc_error5.py
ply/test/yacc_error6.py
ply/test/yacc_error7.py
ply/test/yacc_inf.py
ply/test/yacc_literal.py
ply/test/yacc_misplaced.py
ply/test/yacc_missing1.py
ply/test/yacc_nested.py
ply/test/yacc_nodoc.py
ply/test/yacc_noerror.py
ply/test/yacc_nop.py
ply/test/yacc_notfunc.py
ply/test/yacc_notok.py
ply/test/yacc_prec1.py
ply/test/yacc_rr.py
ply/test/yacc_rr_unused.py
ply/test/yacc_simple.py
ply/test/yacc_sr.py
ply/test/yacc_term1.py
ply/test/yacc_unicode_literals.py
ply/test/yacc_unused.py
ply/test/yacc_unused_rule.py
ply/test/yacc_uprec.py
ply/test/yacc_uprec2.py