aboutsummaryrefslogtreecommitdiff
path: root/absl
AgeCommit message (Expand)Author
2021-10-26Remove unused _absl_test_platform_deps.Yilei Yang
2021-10-26Remove the unittest3_backport code now that we have dropped Python 2 support.Yilei Yang
2021-10-25Drop the support of Python 2.7, 3.4, and 3.5. All versions have reached end-o...Yilei Yang
2021-10-19Preparing the release of absl-py 0.15.0.Yilei Yang
2021-10-13Add a python_version_test.py, useful to ensure the Python used by bazel is ex...Yilei Yang
2021-10-07#128: support matching substring and glob patterns using bazel's `--test_filt...Yilei Yang
2021-10-07When running a absltest helper binary in absltest's own tests, also inherit t...Yilei Yang
2021-10-04Correctly make these tests to cover the actual usage from `tensorflow`.Yilei Yang
2021-10-04Correctly create `absltest_filter_test`'s `as_commandline_args_no_argv` cases.Yilei Yang
2021-09-30Preparing the release of absl-py 0.14.1.Yilei Yang
2021-09-29Remove these exports_files, those LICENSE files no longer exist in their dire...Yilei Yang
2021-09-21Preparing the release of absl-py 0.14.0.Yilei Yang
2021-09-21Fix typo in the docstring.Yilei Yang
2021-09-20Fix #173: Correctly set up test filtering and fail fast flags for users who e...Yilei Yang
2021-07-26absl: Expose the `.present` property from `Flag` on `FlagHolder`Abseil Team
2021-07-19Fix #171: add an ignored `default=` argument to our custom actions.Yilei Yang
2021-07-09Fix a number of linter warnings.Abseil Team
2021-07-09Fix an accidentally disabled test in parameterized_test.Abseil Team
2021-06-14Stop testing Python 2 in absl.Yilei Yang
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