aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/BUILD
AgeCommit message (Expand)Author
2022-05-06Remove the py2/py3 compatibility module _collections_abc.Yilei Yang
2022-05-05Remove the use of six in absl.flags.Yilei Yang
2022-03-22Remove the use of third party `mock` package and future imports in these tests.Yilei Yang
2022-03-21Remove comments, license is declared in the LICENSE file.Yilei Yang
2022-01-24Remove PY2-ism in absl's own unit tests.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-09-29Remove these exports_files, those LICENSE files no longer exist in their dire...Yilei Yang
2021-07-26absl: Expose the `.present` property from `Flag` on `FlagHolder`Abseil Team
2021-06-14Stop testing Python 2 in absl.Yilei Yang
2021-04-30Shows all missing required flags in error message, instead of just the first ...Abseil Team
2020-08-03Make `DEFINE_enum_class` values case-insensitive by default.Abseil Team
2020-02-24Define and use py2 and py3 version of the test helper binaries, instead of al...Yilei Yang
2020-02-12DEFINE_* methods now return a FlagHolder instance and encourages coding patte...Abseil Team
2019-07-30Use a bazel macro py2and3_test to test both Python 2 and 3 versions.Yilei Yang
2019-07-29Make absl use collections.abc imports instead of deprecated collections.Richard Levasseur
2019-04-30Internal change.Richard Levasseur
2019-04-30n/aMike Rovner
2018-12-19Allow defining multi fields with any Iterable, not just lists.Siavash Khodadadeh
2018-09-10Allow enum.Enum classes to be used directly with flags.Richard Levasseur
2018-08-13Make :argparse_flags public, so that it can be used by Bazel targets.Richard Levasseur
2018-08-13Make absl flags integrate with argparse.Richard Levasseur
2018-03-07Internal change.Yilei Yang
2017-12-20Change argument parser to accept unicode boolean rhs as well as strings in Py...Abseil Team
2017-09-28Add an error log before raise UnparsedFlagAccessError in Python 2.Yilei Yang
2017-09-19Initial commit: Abseil Python Common Libraries.Yilei Yang