aboutsummaryrefslogtreecommitdiff
path: root/absl
AgeCommit message (Expand)Author
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
2021-10-28Move the CHANGELOG.md file to top level directory.Yilei Yang
2021-10-26Remove unused _absl_test_platform_deps.Yilei Yang
2021-10-26Remove the unittest3_backport code now that we have dropped Python 2 support.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-19Preparing the release of absl-py 0.15.0.Yilei Yang
2021-10-13Add a python_version_test.py, useful to ensure the Python used by bazel is ex...Yilei Yang
2021-10-07#128: support matching substring and glob patterns using bazel's `--test_filt...Yilei Yang
2021-10-07When running a absltest helper binary in absltest's own tests, also inherit t...Yilei Yang
2021-10-04Correctly make these tests to cover the actual usage from `tensorflow`.Yilei Yang
2021-10-04Correctly create `absltest_filter_test`'s `as_commandline_args_no_argv` cases.Yilei Yang
2021-09-30Preparing the release of absl-py 0.14.1.Yilei Yang
2021-09-29Remove these exports_files, those LICENSE files no longer exist in their dire...Yilei Yang
2021-09-21Preparing the release of absl-py 0.14.0.Yilei Yang
2021-09-21Fix typo in the docstring.Yilei Yang
2021-09-20Fix #173: Correctly set up test filtering and fail fast flags for users who e...Yilei Yang
2021-07-26absl: Expose the `.present` property from `Flag` on `FlagHolder`Abseil Team
2021-07-19Fix #171: add an ignored `default=` argument to our custom actions.Yilei Yang