aboutsummaryrefslogtreecommitdiff
path: root/absl/logging/BUILD
AgeCommit message (Expand)Author
2022-05-06Remove the py2/py3 compatibility module _collections_abc.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-02-07Cleanup the use of `six` and future imports in `absl.logging`.Yilei Yang
2022-01-24Remove PY2-ism in absl's own unit tests.Yilei Yang
2021-09-29Remove these exports_files, those LICENSE files no longer exist in their dire...Yilei Yang
2021-06-14Stop testing Python 2 in absl.Yilei Yang
2020-04-08Add logger level control flag, take 2.Richard Levasseur
2020-04-06Revert adding of --logger_level flag due to internal test failuresAbseil Team
2020-04-06Add logger level control flag.Richard Levasseur
2019-11-11Sort load arguments in BUILD filesAbseil Team
2019-07-30Use a bazel macro py2and3_test to test both Python 2 and 3 versions.Yilei Yang
2019-07-25Add a leading underscore to build_defs.bzl file to indicate that it's suppose...Yilei Yang
2019-04-30Internal change.Richard Levasseur
2019-04-30n/aMike Rovner
2019-04-11Make absl tests pass under new Bazel Python version transition logic.Richard Levasseur
2018-07-18Create `log_every_n_seconds` - log conditionally based on last log time.Abseil Team
2017-09-19Initial commit: Abseil Python Common Libraries.Yilei Yang