aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-30Create a top-level BUILD file that exports the `LICENSE` file.Yilei Yang
2021-09-29Remove these exports_files, those LICENSE files no longer exist in their dire...Yilei Yang
2021-09-21Merge pull request #174 from yilei/push_up_to_398077931upstream/pypi-v0.14.0Yilei "Dolee" Yang
2021-09-21Merge commit for internal changes.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-19Merge pull request #172 from yilei/push_up_to_385601086Yilei "Dolee" Yang
2021-07-19Merge commit for internal changes.Yilei Yang
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-14Merge pull request #168 from yilei/push_up_to_379349640upstream/pypi-v0.13.0Yilei "Dolee" Yang
2021-06-14Merge commit for internal changes.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-09Merge pull request #167 from yilei/push_up_to_361632901upstream/pypi-v0.12.0Yilei "Dolee" Yang
2021-03-09Merge commit for internal changes.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-26Rollback the removal of these old workarounds in smoke_test.sh.Yilei Yang
2021-01-26Remove these old workarounds in smoke_test.sh.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-15Merge pull request #162 from yilei/push_up_to_347450631Yilei "Dolee" Yang
2020-12-15Merge commit for internal changes.Yilei Yang
2020-12-14Support using flagholder in flagsaver.Abseil Team