aboutsummaryrefslogtreecommitdiff
path: root/absl
AgeCommit message (Expand)Author
2021-06-14Preparing the release of absl-py 0.13.0.Yilei Yang
2021-06-08Update docstring.Yilei Yang
2021-05-03Add a classmethod variant of enter_context.Abseil Team
2021-04-30Shows all missing required flags in error message, instead of just the first ...Abseil Team
2021-04-19Add the missing syntactic_help attribute annotation on ArgumentParserYilei Yang
2021-04-16Add the missing annotation `Flag.default_as_str`.Yilei Yang
2021-04-12Add `@absltest.skipThisClass` to skip specific classes during testing.Stephen Thorne
2021-03-31Add .pyi type annotations to absl/app.py.Abseil Team
2021-03-30Add `Flag.default_unparsed` to annotations.Yilei Yang
2021-03-17Annotate in type comments that `absl.logging.fatal` does not return.Yilei Yang
2021-03-08Preparing the release of absl-py 0.12.0.Yilei Yang
2021-03-04Expose the --test_tmpdir and --test_srcdir flags as public flag holders.Yilei Yang
2021-03-01Move type comment for `enter_context` to before docstringAbseil Team
2021-02-26Add EnumClassListSerializer to the public namespaceAbseil Team
2021-02-19Add missing parameter to @parameterized.product() example.Abseil Team
2021-02-12Fix CsvListSerializer to honor its list_sep parameter.Abseil Team
2021-02-09More general parameterized.product, supporting products of dicts as well as p...Abseil Team
2021-02-09Add type annotations for `EnumClassSerializer`Abseil Team
2021-02-08Expose EnumClassSerializer.Abseil Team
2021-01-29Fix a typo: the flag name is `test_tmpdir` not `test_tempdir`.Yilei Yang
2021-01-29Fix the type annotation for DEFINE_xxx functions where the intention for the ...Yilei Yang
2021-01-20Fixed some pyi errors in flags/_define.pyiAbseil Team
2021-01-19Remove obsolete comments, default values don't belong to `.pyi` files anyway.Yilei Yang
2021-01-06Replace the default values in `.pyi` files with `...` as they don't belong th...Yilei Yang
2020-12-23Document the new `required=` parameter in changelog.Yilei Yang
2020-12-23Add a required argument to DEFINE_* methods.Abseil Team
2020-12-15Use better annotations for the FlagValues magic methods.Yilei Yang
2020-12-14Support using flagholder in flagsaver.Abseil Team
2020-12-04Adds `parameterized.product`: generates the Cartesian product of tests from m...Abseil Team
2020-12-02Fix #159: Remove the unnecessary LICENSE files in non-third-party sub-directo...Yilei Yang
2020-12-02Fix #158: Remove the executable bits in these filesYilei Yang
2020-11-24Catch unittest.case.SkipTest when running tests for debugging.Gregory P. Smith
2020-11-23Catch unittest.case.SkipTest when running tests for debugging.Abseil Team
2020-11-20Fix absl flagvalues pyi to use python-compatible syntaxAbseil Team
2020-11-19Fix absl flagvalues pyi to use python-compatible syntaxPeter Hawkins
2020-11-19Fix absl flagvalues pyi to use python-compatible syntaxAbseil Team
2020-10-27Preparing the release of absl-py 0.11.0.Yilei Yang
2020-10-22Surface inappropriate usage of a `FlagHolder` object as a runtime errorMatt McDonald
2020-09-30In flagsaver, set multiple flags together before their validators run.Karol M. Langner
2020-09-25Explicitly document that `app.run(main)` essentially does `sys.exit(main(...)...Devin Jeanpierre
2020-09-22Change to raise an exception when no logging directory is found, instead of c...Yilei Yang
2020-09-18Suppress surplus entries in AssertionError stack traces from absltest.py.Abseil Team
2020-09-14Update absltest_test.py so it works better on Windows running under msys2, th...Yilei Yang
2020-08-31*Really* ignore errors in `_rmtree_ignore_errors`.Devin Jeanpierre
2020-08-26Add a py3-compatible tag to py2py3_test_binary() generated targets.Gregory P. Smith
2020-08-24Amend comments on mark_flag_as_required and mark_flags_as_required so they do...Near Privman
2020-08-19Preparing the release of absl-py 0.10.0.Yilei Yang
2020-08-03Make `DEFINE_enum_class` values case-insensitive by default.Abseil Team
2020-07-31Internal changeAbseil Team
2020-07-21Doc/suggest fspath usage over .full_path usageRichard Levasseur