aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-26Remove these unused imports.upstream-mainYilei Yang
2024-01-22Inline the `# type:` comments as actual type annotations.Yilei Yang
2024-01-22Fix this func signature, it shouldn't contain a bare `*` at the end.Yilei Yang
2024-01-16Preparing the release of absl-py 2.1.0.upstream/v2.1.0Yilei Yang
2024-01-12Fix absl.testing.xml_reporter for Python 3.12.1 when all tests are skipped.Yilei Yang
2024-01-12Do not fail on Python 3.12 when there are tests but all skipped.Yilei Yang
2024-01-11absl.flags._argument_parser: Mark EnumClassSerializer as generic.Rebecca Chen
2023-11-03Add `serialize` method to `FlagHolder`.Jesse Farebrother
2023-10-31Fix #199: Correctly check `_inherited_absl_flags` by comparing to `None` inst...Yilei Yang
2023-10-18Add an assertDataclassEqual method that provides better errors when it fails.Abseil Team
2023-10-11Add flags.override_value.Abseil Team
2023-10-11Unwind flag modifications on validation failure.Abseil Team
2023-09-18Preparing the release of absl-py 2.0.0.upstream/v2.0.0Yilei Yang
2023-09-15`absltest`: do not fail tests on Python 3.12+ when no tests ran and:Yilei Yang
2023-09-13Clean up unit tests that no longer apply for Python 3.12 compatibility.Yilei Yang
2023-09-08Explicitly fail when a Mapping or Set object is passed to assertSequenceStart...Yilei Yang
2023-08-31Add a test case for parameterized async tests using IsolatedAsyncioTestCase.Yilei Yang
2023-08-24Align `logging.exception` signature with that or Python's builtin by adding `...Abseil Team
2023-08-03Internal change.Abseil Team
2023-07-17Update parameterized.CoopTestCase to work with python3 metaclasses.Stephen Thorne
2023-07-05Correct argument name `user_msg` of `fail` in TestCase in absltest. The secon...Abseil Team
2023-06-21Always import typing since we have dropped Python 2 support.Abseil Team
2023-06-12Small typo fix in the module docsting of parameterized.pyAbseil Team
2023-06-05Add rules_python loads to absl.Richard Levasseur
2023-06-01Annotate absltest.TestCase.fail to help pytype's analysis.Abseil Team
2023-06-01Internal changeSergei Lebedev
2023-05-24Merge pull request #225 from yilei/push_up_to_532188463Yilei "Dolee" Yang
2023-05-22Merge commit for internal changes.Yilei Yang
2023-05-15Marked absl.flags.FlagValues as having dynamic attributesSergei Lebedev
2023-04-25Improve a few type annotations in absl.flags:Yilei Yang
2023-04-25Merge absltest_py3_test to absltest_test now that we don't support Python 2.Yilei Yang
2023-04-19Inline flag annotations.Abseil Team
2023-04-19Always import faulthandler since we have dropped Python 2 support.Yilei Yang
2023-04-18Export the non harmful `g-import-not-at-top` pylint pragmas.Yilei Yang
2023-04-18Adjust blank lines.Yilei Yang
2023-04-18Move the GitHub workflow and ci files to their correct location.Yilei Yang
2023-04-18Create GitHub CI configurations.Yilei Yang
2023-04-17Delete these setup/teardown methods, they are not necessary and also wrong.Yilei Yang
2023-04-17Prevent setting str type for enum_values.Abseil Team
2023-04-13Expose absl.logging flags as FlagHolders.Abseil Team
2023-04-13Add type stub file for absl.logging.Abseil Team
2023-04-13Merge pull request #222 from yilei/push_up_to_523499057Yilei "Dolee" Yang
2023-04-13Merge commit for internal changes.Yilei Yang
2023-04-11Fix or acknowledge unsoundness caught with pytype --strict-none-binding.Abseil Team
2023-04-10Add type stubs for _helpers module.Abseil Team
2023-04-10Specify Flag.default types.Abseil Team
2023-04-07Provide `fnctl.ioctl` arg as bytes.Abseil Team
2023-04-07Fix register_flag_by_module_id annotation.Abseil Team
2023-04-07Use validator interface in type annotation.Abseil Team
2023-04-07Inline flag annotation type comments.Abseil Team