aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/_argument_parser.py
AgeCommit message (Expand)Author
2022-09-09Remove Python 2 compat code.Abseil Team
2022-08-24Expose the public APIs as the `__all__` attribute in `absl/flags/__init__.py`.Yilei Yang
2022-05-05Remove the use of six in absl.flags.Yilei Yang
2022-01-20Merge changes from github.Yilei Yang
2021-02-12Fix CsvListSerializer to honor its list_sep parameter.Abseil Team
2020-08-03Make `DEFINE_enum_class` values case-insensitive by default.Abseil Team
2020-05-28Add type annotations for absl flags (Take 2)Abseil Team
2020-05-15Revert adding type annotations for ArgumentParser and Flag.Maxwell Bileschi
2020-05-14Add type annotations for ArgumentParser and Flag.Abseil Team
2018-12-06Add multi enum class flag to absl.flags.Petros Maniatis
2018-11-22Allow Enum class flags to correctly round-trip through serialize and parseAbseil Team
2018-09-10Allow enum.Enum classes to be used directly with flags.Richard Levasseur
2018-03-16Make BooleanParser.parse raise ValueError instead of TypeError when the argum...Xiaofei Wang
2017-12-20Change argument parser to accept unicode boolean rhs as well as strings in Py...Abseil Team
2017-09-25Use super(Class, self).Yilei Yang
2017-09-19Initial commit: Abseil Python Common Libraries.Yilei Yang