aboutsummaryrefslogtreecommitdiff
path: root/absl
AgeCommit message (Expand)Author
2023-01-04Merge commit for internal changes.Yilei Yang
2022-12-27Add the flagsaver.as_parsed interface.Abseil Team
2022-12-12Merge commit for internal changes.Yilei Yang
2022-12-12Merge changes from github.Yilei Yang
2022-12-02Add type hinting to the flagsaver module.Abseil Team
2022-12-01Adjust tests and CHANGELOGKonstantin Weddige
2022-11-30Fix trivial typo: create_tempdir --> create_tempfile.Nam Nguyen
2022-11-30Fix the annotation of the `_open` method, and remove the previous pytype disa...Yilei Yang
2022-11-30Update absl/logging/__init__.pyYilei "Dolee" Yang
2022-11-30Add a pytype disable for a type error.Abseil Team
2022-11-30Add type hinting to the flagsaver module.Abseil Team
2022-11-30Update commentKonstantin Weddige
2022-11-30Remove hardcoded tmp dirKonstantin Weddige
2022-11-29Add type hinting to the flagsaver module.Abseil Team
2022-11-29Improve error message when assigning a flag.Abseil Team
2022-11-09Export `set_default` in `flags/__init__.pyi`.Abseil Team
2022-11-07Fix DEFINE_multi_enum_class's additional kwargs (e.g. short_name).Yilei Yang
2022-10-03Fix typo in documentationAbseil Team
2022-09-20Add a flags.set_default function.Abseil Team
2022-09-13Support FlagHolders in flag module-level functions.Abseil Team
2022-09-09Remove Python 2 compat code.Abseil Team
2022-08-29Output elapsed time duration values with millisecond precisionMatt McDonald
2022-08-25Fix typoHaoyuan Zhong
2022-08-24Expose the public APIs as the `__all__` attribute in `absl/flags/__init__.py`.Yilei Yang
2022-08-19Updates the absl `assertRaisesWithPredicateMatch` and `assertRaisesWithLitera...Matt Doyle
2022-08-19Update some of the docstrings to be compatible with `reST`, in preparation to...Yilei Yang
2022-07-25Make it possible to pass keyword args to exception().Abseil Team
2022-07-18Work around a Pytype issue in `DEFINE_multi_enum_class`'s return value where ...Yilei Yang
2022-07-14Make `TempFileCleanup.SUCCESS` work with Python 3.11 after https://github.com...Yilei Yang
2022-06-13Use type annotations instead of type comments for this method.Abseil Team
2022-06-09Re-work how side effects are avoided when getting the non flags `argv` when `...Yilei Yang
2022-06-08Remove the unnecessary Python 2 related future imports.Yilei Yang
2022-05-23Make FlagHolder unconditionally generic.John Aslanides
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-04-11Remove unused comments related to Python 2 compatibility.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-03-21Remove the use of six in absl.testing.Yilei Yang
2022-03-16Fix some lint errors.Yilei Yang
2022-03-04Improve the type annotations for assertRaisesWith{Literal,Predicate}Match.Rebecca Chen
2022-02-22Enumerate possible values in multi_enum flag help.Abseil Team
2022-02-08Prevent the truthiness of absl.flags Flag instances from being tested in a bo...Gregory P. Smith
2022-02-07Cleanup the use of `six` and future imports in `absl.logging`.Yilei Yang
2022-02-04Merge https://github.com/abseil/abseil-py/pull/186.Yilei Yang
2022-01-24Remove PY2-ism in absl's own unit tests.Yilei Yang
2022-01-21Merge _parameterized_async.py into parameterized.py now that we have dropped ...Yilei Yang
2022-01-20Merge changes from github.Yilei Yang
2021-11-16Simplify this code to use a `with` block.Yilei Yang
2021-11-05Set the stacklevel=2 in those UserWarnings, so that they are emitted where th...Yilei Yang