aboutsummaryrefslogtreecommitdiff
path: root/absl/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-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
2021-10-25Drop the support of Python 2.7, 3.4, and 3.5. All versions have reached end-o...Yilei Yang
2021-10-13Add a python_version_test.py, useful to ensure the Python used by bazel is ex...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-07-31Internal changeAbseil Team
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-29Make absl use collections.abc imports instead of deprecated collections.Richard Levasseur
2019-07-25Add a leading underscore to build_defs.bzl file to indicate that it's suppose...Yilei Yang
2019-05-02Internal changeRichard Levasseur
2019-05-01Do not require objects passed to assertTotallyOrdered to implement __hash__Abseil Team
2019-04-30Internal change.Richard Levasseur
2019-04-30n/aMike Rovner
2019-04-29n/aAbseil Team
2019-04-29n/aMike Rovner
2019-04-15Internal changeAbseil Team
2019-04-11Make absl tests pass under new Bazel Python version transition logic.Richard Levasseur
2019-03-07Make absl py3_mode config setting work with Bazel's new python version behavior.Richard Levasseur
2019-02-27Create CHANGELOG for recording changes to absl.Richard Levasseur
2018-12-06Add multi enum class flag to absl.flags.Petros Maniatis
2018-10-04Tempfile management APIs for absltest.TestCaseRichard Levasseur
2018-09-20Internal changeAbseil Team
2018-09-10Allow enum.Enum classes to be used directly with flags.Richard Levasseur
2017-09-25Move the --only_check_args check earlier.Yilei Yang
2017-09-19Initial commit: Abseil Python Common Libraries.Yilei Yang