1. 1952c49 Add the remaining missing load of rules_cc by Oleh Prypin · 3 months ago upstream/main
  2. 8109da1 Modernize Bazel setup by Oleh Prypin · 3 months ago
  3. 3bf45d0 Fix missing space in a flag description by Abseil Team · 3 months ago
  4. cf638a2 Allow `$PYTHONBREAKPOINT` to affect `runcall` and `post_mortem` debugging by Abseil Team · 3 months ago
  5. bdad52d Release Abseil-py 2.3.1 by Abseil Team · 3 months ago v2.3.1
  6. a2d0583 Clean up some references to older Python versions by Oleh Prypin · 4 months ago
  7. 55c8f4d Fix typechecking errors that appeared under mypy release 1.16 by Oleh Prypin · 4 months ago
  8. aafb0d8 Add useful links to the abseil-py public files by Matej Aleksandrov · 4 months ago
  9. 2f11045 Bump absl-py version to 2.3.0 by Matej Aleksandrov · 4 months ago v2.3.0
  10. 4d008a9 Update CHANGELOG by Matej Aleksandrov · 4 months ago
  11. c31c4f6 Automatize package release process by Matej Aleksandrov · 4 months ago
  12. 842bf09 Switch to pyproject.toml + hatchling by Matej Aleksandrov · 4 months ago
  13. 369ce9b Fix `help` argument indentation in `DEFINE_multi_enum_class` function documentation by Abseil Team · 5 months ago
  14. 71eb53d Add extension point for letting TestLoader specify a custom sharding scheme. by Abseil Team · 5 months ago
  15. 4de3812 Fixing a typo in hex regex in logging_functional_test.py by Alexey Buslavyev · 6 months ago v2.2.2
  16. e889843 Exclude files and bump version to 2.2.2 by Matej Aleksandrov · 6 months ago
  17. d45bb4b Bump absl-py version to 2.2.1 to prepare for a release by Alexey Buslavyev · 6 months ago v2.2.1
  18. 014aa0a Fixing the behavior of assertDictAlmostEqual by Alexey Buslavyev · 6 months ago
  19. 57ea862 Bump absl-py version to 2.2 to prepare for a release by Hana Joo · 7 months ago v2.2.0
  20. 214f0ff Changing assertMappingEqual to support arbitrary equality function. Also adding assertDictAlmostEqual that uses assertAlmostEqual as equality function for float values. by Alexey Buslavyev · 7 months ago
  21. c98852f Avoid double negation in the error message for required flags. by Abseil Team · 7 months ago
  22. f1cd92d Updating string substitution with modern f-string style in assertMappingEqual. A prerequisite for upcoming changes for a clean diff. by Abseil Team · 7 months ago
  23. f63fe8d pytype fails to build the target in Python 3.12. suppress a misleading type warning by Abseil Team · 7 months ago
  24. 6609299 Minor improvements of assertDictContainsSubset method. by Abseil Team · 8 months ago
  25. 480b8e6 Add an assertDictContainsSubset method. by Abseil Team · 8 months ago
  26. da86f08 Remove `srcs_version` and `python_version` attributes, as they already default to `"PY3"` by Oleh Prypin · 8 months ago
  27. 78fb38c Declare support for Python 3.13 by Oleh Prypin · 10 months ago
  28. ae0a316 Add support for `stacklevel` in the logging module as in the standard library. by Abseil Team · 10 months ago
  29. d3cb234 Fix CI by pinning the version of Bazel by Oleh Prypin · 10 months ago
  30. f9f47ec Drop support for Python 3.7 by Oleh Prypin · 10 months ago
  31. 7b4b0e2 Internal change. by Oleh Prypin · 11 months ago
  32. ccfd9b4 Clarify os.path.join compatibility by Abseil Team · 11 months ago
  33. e89e5b9 Internal change. by Oleh Prypin · 11 months ago
  34. 54f15f5 Internal change. by Oleh Prypin · 11 months ago
  35. cea13f3 Internal change. by Oleh Prypin · 11 months ago
  36. 8bf2abd Fix type errors that started happening with mypy v1.13 by Oleh Prypin · 11 months ago
  37. f7ed4ac Pass the shell command to /bin/sh as stdin rather than as an argument by Oleh Prypin · 12 months ago
  38. 296c08b Updates pylint redifined-builtin checks for `help`. by Abseil Team · 1 year ago
  39. a7111e9 Fix safe string function with Python 3.11+ by Ilaï Deutel · 1 year, 1 month ago
  40. 0c02cb7 Add reason to skipped test output. by Abseil Team · 1 year, 1 month ago
  41. b284c34 Make _cleanup_unregistered_flag thread-safe. by Jongbin Park · 1 year, 1 month ago
  42. dbd553a Upgrade code style to apply features from Python 3.7 by Oleh Prypin · 1 year, 3 months ago
  43. d0267ad Add ability to factor in call stack when logging a limited amount by Abseil Team · 1 year, 3 months ago
  44. 1fc5996 Add mapping_type argument of assertMappingEqual. by Abseil Team · 1 year, 3 months ago
  45. 087f047 Add an assertMappingEqual method. by Abseil Team · 1 year, 3 months ago
  46. 617ce2c Upgrade code style to apply features from Python 3 by Oleh Prypin · 1 year, 3 months ago
  47. 10a38fd CI: Add a Python version to the matrix to not confuse Copybara checks by Oleh Prypin · 1 year, 3 months ago
  48. ad94b79 Add py.typed file, check types against mypy in CI by Oleh Prypin · 1 year, 3 months ago
  49. f6d9353 Add mypy-compliant type annotations to absl-py (part 2) by Oleh Prypin · 1 year, 3 months ago
  50. 555b4f2 Add mypy-compliant type annotations to absl-py (part 1) by Oleh Prypin · 1 year, 3 months ago
  51. 2d86d97 Stop using `typing.Text`, that's a holdover from Python 2 by Oleh Prypin · 1 year, 4 months ago
  52. 9ace3a4 Also recast OverflowError. by Abseil Team · 1 year, 4 months ago
  53. 8285990 CI: Upgrade versions of GH Actions by Oleh Prypin · 1 year, 4 months ago
  54. 420dd1a CI: Switch away from arm64 Macs for Python 3.7 testing by Oleh Prypin · 1 year, 4 months ago
  55. fcc2a1e Internal change. by Yilei Yang · 1 year, 5 months ago
  56. fae7e95 Remove these unused imports. by Yilei Yang · 1 year, 7 months ago
  57. d37ddef Inline the `# type:` comments as actual type annotations. by Yilei Yang · 1 year, 8 months ago
  58. 802509c Fix this func signature, it shouldn't contain a bare `*` at the end. by Yilei Yang · 1 year, 8 months ago
  59. 8abdd60 Preparing the release of absl-py 2.1.0. by Yilei Yang · 1 year, 9 months ago v2.1.0
  60. 1e13a8c Fix absl.testing.xml_reporter for Python 3.12.1 when all tests are skipped. by Yilei Yang · 1 year, 9 months ago
  61. 78af725 Do not fail on Python 3.12 when there are tests but all skipped. by Yilei Yang · 1 year, 9 months ago
  62. 2af184b absl.flags._argument_parser: Mark EnumClassSerializer as generic. by Rebecca Chen · 1 year, 9 months ago
  63. 6929bf0 Add `serialize` method to `FlagHolder`. by Jesse Farebrother · 1 year, 11 months ago
  64. 64d3b6a Fix #199: Correctly check `_inherited_absl_flags` by comparing to `None` instead of implicit bool. by Yilei Yang · 1 year, 11 months ago
  65. 0ff1e24 Add an assertDataclassEqual method that provides better errors when it fails. by Abseil Team · 2 years ago
  66. 9499935 Add flags.override_value. by Abseil Team · 2 years ago
  67. 407b2d5 Unwind flag modifications on validation failure. by Abseil Team · 2 years ago
  68. 37dad4d Preparing the release of absl-py 2.0.0. by Yilei Yang · 2 years, 1 month ago v2.0.0
  69. 1edf2ab `absltest`: do not fail tests on Python 3.12+ when no tests ran and: by Yilei Yang · 2 years, 1 month ago
  70. f9281cb Clean up unit tests that no longer apply for Python 3.12 compatibility. by Yilei Yang · 2 years, 1 month ago
  71. 7092100 Explicitly fail when a Mapping or Set object is passed to assertSequenceStartsWith as the `whole` argument. by Yilei Yang · 2 years, 1 month ago
  72. e5f96d9 Add a test case for parameterized async tests using IsolatedAsyncioTestCase. by Yilei Yang · 2 years, 1 month ago
  73. 8e3ad2e Align `logging.exception` signature with that or Python's builtin by adding `exc_info`. by Abseil Team · 2 years, 1 month ago
  74. 9764133 Internal change. by Abseil Team · 2 years, 2 months ago
  75. 9e54320 Update parameterized.CoopTestCase to work with python3 metaclasses. by Stephen Thorne · 2 years, 3 months ago
  76. cadd68c Correct argument name `user_msg` of `fail` in TestCase in absltest. The second argument isn't a prefix. by Abseil Team · 2 years, 3 months ago
  77. 552ebe9 Always import typing since we have dropped Python 2 support. by Abseil Team · 2 years, 4 months ago
  78. 1a6806d Small typo fix in the module docsting of parameterized.py by Abseil Team · 2 years, 4 months ago
  79. 38b837f Add rules_python loads to absl. by Richard Levasseur · 2 years, 4 months ago
  80. 882c967 Annotate absltest.TestCase.fail to help pytype's analysis. by Abseil Team · 2 years, 4 months ago
  81. 492b944 Internal change by Sergei Lebedev · 2 years, 4 months ago
  82. 9adb4e7 Merge pull request #225 from yilei/push_up_to_532188463 by Yilei "Dolee" Yang · 2 years, 4 months ago
  83. 78e3ae4 Merge commit for internal changes. by Yilei Yang · 2 years, 4 months ago
  84. 1a27b3a Marked absl.flags.FlagValues as having dynamic attributes by Sergei Lebedev · 2 years, 5 months ago
  85. 5511454 Improve a few type annotations in absl.flags: by Yilei Yang · 2 years, 5 months ago
  86. ab4339c Merge absltest_py3_test to absltest_test now that we don't support Python 2. by Yilei Yang · 2 years, 5 months ago
  87. 2a7003e Inline flag annotations. by Abseil Team · 2 years, 6 months ago
  88. f0e2b78 Always import faulthandler since we have dropped Python 2 support. by Yilei Yang · 2 years, 6 months ago
  89. ba6b5ad Export the non harmful `g-import-not-at-top` pylint pragmas. by Yilei Yang · 2 years, 6 months ago
  90. ab8d6c4 Adjust blank lines. by Yilei Yang · 2 years, 6 months ago
  91. 2e7fd78 Move the GitHub workflow and ci files to their correct location. by Yilei Yang · 2 years, 6 months ago
  92. 4282e20 Create GitHub CI configurations. by Yilei Yang · 2 years, 6 months ago
  93. e1a4073 Delete these setup/teardown methods, they are not necessary and also wrong. by Yilei Yang · 2 years, 6 months ago
  94. 7dc9527 Prevent setting str type for enum_values. by Abseil Team · 2 years, 6 months ago
  95. c67f2ea Expose absl.logging flags as FlagHolders. by Abseil Team · 2 years, 6 months ago
  96. 7e34be5 Add type stub file for absl.logging. by Abseil Team · 2 years, 6 months ago
  97. c5c609c Merge pull request #222 from yilei/push_up_to_523499057 by Yilei "Dolee" Yang · 2 years, 6 months ago
  98. 72b1406 Merge commit for internal changes. by Yilei Yang · 2 years, 6 months ago
  99. 28bf989 Fix or acknowledge unsoundness caught with pytype --strict-none-binding. by Abseil Team · 2 years, 6 months ago
  100. c7e2c67 Add type stubs for _helpers module. by Abseil Team · 2 years, 6 months ago