1. 2f19960 Upgrade abseil-py to v1.3.0 am: 4bcded2999 am: 393d0b1e3f by Sadaf Ebrahimi · 11 months ago main main-kernel-build-2023 master
  2. 393d0b1 Upgrade abseil-py to v1.3.0 am: 4bcded2999 by Sadaf Ebrahimi · 11 months ago main-16k-common-android14-5.15 main-16k-with-phones android-u-beta-1-gpl
  3. 4bcded2 Upgrade abseil-py to v1.3.0 by Sadaf Ebrahimi · 11 months ago
  4. 9ac99c1 Merge pull request #201 from yilei/push_up_to_480399279 by Yilei "Dolee" Yang · 12 months ago upstream/v1.3.0
  5. 042ca20 Merge commit for internal changes. by Yilei Yang (杨一磊) · 12 months ago
  6. c75edbb Preparing the release of absl-py 1.3.0. by Yilei Yang · 12 months ago
  7. 02f508d Fix typo in documentation by Abseil Team · 12 months ago
  8. 06561a0 Add a flags.set_default function. by Abseil Team · 1 year ago
  9. 0dd0210 Support FlagHolders in flag module-level functions. by Abseil Team · 1 year, 1 month ago
  10. b825efe Remove Python 2 compat code. by Abseil Team · 1 year, 1 month ago
  11. d172459 Output elapsed time duration values with millisecond precision by Matt McDonald · 1 year, 1 month ago
  12. b2336b2 Fix typo by Haoyuan Zhong · 1 year, 1 month ago
  13. a0ae316 Merge pull request #198 from yilei/push_up_to_469768218 by Yilei "Dolee" Yang · 1 year, 1 month ago
  14. 51aaeb7 Merge commit for internal changes. by Yilei Yang (杨一磊) · 1 year, 1 month ago
  15. 0930779 Expose the public APIs as the `__all__` attribute in `absl/flags/__init__.py`. by Yilei Yang · 1 year, 1 month ago
  16. 9078fc4 Add support for readthedocs.io. by Bill Yoshimi · 1 year, 1 month ago
  17. 2e3d4b4 Updates the absl `assertRaisesWithPredicateMatch` and `assertRaisesWithLiteralMatch` method to also store the caught exception object in the returned context manager's `exception` attribute. by Matt Doyle · 1 year, 1 month ago
  18. 3e41132 Update some of the docstrings to be compatible with `reST`, in preparation to add generated docs by Sphinx/readthedocs. by Yilei Yang · 1 year, 1 month ago
  19. 7301e45 Make it possible to pass keyword args to exception(). by Abseil Team · 1 year, 2 months ago
  20. f0679ed Merge pull request #195 from yilei/push_up_to_461698919 by Yilei "Dolee" Yang · 1 year, 2 months ago upstream/v1.2.0
  21. 31a6e49 Merge commit for internal changes. by Yilei Yang (杨一磊) · 1 year, 2 months ago
  22. 9aca0e4 Preparing the release of absl-py 1.2.0. by Yilei Yang · 1 year, 2 months ago
  23. e976efe Work around a Pytype issue in `DEFINE_multi_enum_class`'s return value where an iterable of concrete enum values are used as the default. by Yilei Yang · 1 year, 2 months ago
  24. f2a901e Make `TempFileCleanup.SUCCESS` work with Python 3.11 after https://github.com/python/cpython/pull/28180. by Yilei Yang · 1 year, 3 months ago
  25. 2f43d21 Add metadata files am: 63f98de5b1 am: f821ce5bad am: 246a633324 am: acceb038cf by Yifan Hong · 1 year, 3 months ago
  26. 443d66e Merge tag 'v1.1.0' into master am: 41ad18dfef am: b34751929e am: e5a8a27b1b am: 5cba050b09 by Yifan Hong · 1 year, 3 months ago
  27. acceb03 Add metadata files am: 63f98de5b1 am: f821ce5bad am: 246a633324 by Yifan Hong · 1 year, 3 months ago
  28. 5cba050 Merge tag 'v1.1.0' into master am: 41ad18dfef am: b34751929e am: e5a8a27b1b by Yifan Hong · 1 year, 3 months ago
  29. 246a633 Add metadata files am: 63f98de5b1 am: f821ce5bad by Yifan Hong · 1 year, 3 months ago
  30. e5a8a27 Merge tag 'v1.1.0' into master am: 41ad18dfef am: b34751929e by Yifan Hong · 1 year, 3 months ago
  31. f821ce5 Add metadata files am: 63f98de5b1 by Yifan Hong · 1 year, 3 months ago platform-tools-33.0.3
  32. b347519 Merge tag 'v1.1.0' into master am: 41ad18dfef by Yifan Hong · 1 year, 3 months ago
  33. 63f98de Add metadata files by Yifan Hong · 1 year, 3 months ago master-kernel-build-2022
  34. 41ad18d Merge tag 'v1.1.0' into master by Yifan Hong · 1 year, 4 months ago
  35. b6bca27 Initial empty repository by Bill Rassieur · 1 year, 4 months ago
  36. fea8255 Use type annotations instead of type comments for this method. by Abseil Team · 1 year, 4 months ago
  37. a7fd67f Re-work how side effects are avoided when getting the non flags `argv` when `absltest.main()` is called inside `app.run()`. by Yilei Yang · 1 year, 4 months ago
  38. 41a9caa Remove the unnecessary Python 2 related future imports. by Yilei Yang · 1 year, 4 months ago
  39. 58ead8c Merge pull request #191 from yilei/push_up_to_452372418 by Yilei "Dolee" Yang · 1 year, 4 months ago upstream/v1.1.0
  40. 432398f Merge commit for internal changes. by Yilei Yang (杨一磊) · 1 year, 4 months ago
  41. 6b3c1b8 Preparing the release of absl-py 1.1.0. by Yilei Yang · 1 year, 4 months ago
  42. 18171ac Make FlagHolder unconditionally generic. by John Aslanides · 1 year, 4 months ago
  43. 8915955 Remove the dependency on six since it's no longer used. by Yilei Yang · 1 year, 5 months ago
  44. 14886ac Remove the py2/py3 compatibility module _collections_abc. by Yilei Yang · 1 year, 5 months ago
  45. ae7fd09 Remove the use of six in absl.flags. by Yilei Yang · 1 year, 5 months ago
  46. 424856b Remove unused comments related to Python 2 compatibility. by Yilei Yang · 1 year, 6 months ago
  47. ce06222 Merge pull request #190 from yilei/push_up_to_436585035 by Yilei "Dolee" Yang · 1 year, 6 months ago
  48. bb7e02c Merge commit for internal changes. by Yilei Yang (杨一磊) · 1 year, 6 months ago
  49. f6122a6 Remove the use of third party `mock` package and future imports in these tests. by Yilei Yang · 1 year, 6 months ago
  50. a862c00 Remove comments, license is declared in the LICENSE file. by Yilei Yang · 1 year, 6 months ago
  51. 6027a51 Remove the use of six in absl.testing. by Yilei Yang · 1 year, 6 months ago
  52. b0c97c0 Fix some lint errors. by Yilei Yang · 1 year, 7 months ago
  53. 778c0b9 Improve the type annotations for assertRaisesWith{Literal,Predicate}Match. by Rebecca Chen · 1 year, 7 months ago
  54. 7945da4 Enumerate possible values in multi_enum flag help. by Abseil Team · 1 year, 7 months ago
  55. cbd6e44 Prevent the truthiness of absl.flags Flag instances from being tested in a bool context (not useful) to avoid situations where someone really wanted to refer to `their_flag.value` instead. This prevents logic bugs. by Gregory P. Smith · 1 year, 8 months ago
  56. bab9bc2 Cleanup the use of `six` and future imports in `absl.logging`. by Yilei Yang · 1 year, 8 months ago
  57. ae9d343 Merge https://github.com/abseil/abseil-py/pull/186. by Yilei Yang · 1 year, 8 months ago
  58. 3e4749a Merge pull request #186 from Maxim-38RUS-Zabelin/main by Yilei "Dolee" Yang · 1 year, 8 months ago
  59. e0a4d9d Delete PrefixFormatterTest in favor of ABSLLogPrefixTest. by Maksim Zabelin · 1 year, 8 months ago
  60. 1e7fa5f Merge pull request #187 from yilei/push_up_to_426467477 by Yilei "Dolee" Yang · 1 year, 8 months ago
  61. 9085f9a Merge commit for internal changes. by Yilei Yang · 1 year, 8 months ago
  62. 4603b46 Install pip from `https://bootstrap.pypa.io/pip/3.6/get-pip.py` when running Python 3.6. by Yilei Yang · 1 year, 8 months ago
  63. c7c6f8b Remove PY2-ism in absl's own unit tests. by Yilei Yang · 1 year, 8 months ago
  64. d12ab3b Merge _parameterized_async.py into parameterized.py now that we have dropped Python 2 support. by Yilei Yang · 1 year, 8 months ago
  65. 3b2742a Merge changes from github. by Yilei Yang · 1 year, 8 months ago
  66. 165e36d Merge pull request #185 from kianmeng/fix-typos by Yilei "Dolee" Yang · 1 year, 8 months ago
  67. 510bd41 Fix typos by Kian-Meng Ang · 1 year, 8 months ago
  68. a1c1af6 Merge pull request #181 from yilei/push_up_to_410547961 by Yilei "Dolee" Yang · 1 year, 11 months ago
  69. a9bb127 Merge commit for internal changes. by Yilei Yang · 1 year, 11 months ago
  70. 4b3aba6 Update docs to reflect the default branch name change. by Yilei Yang · 1 year, 11 months ago
  71. 737055c Simplify this code to use a `with` block. by Yilei Yang · 1 year, 11 months ago
  72. 0f86230 Merge pull request #180 from yilei/push_up_to_408735139 by Yilei "Dolee" Yang · 1 year, 11 months ago upstream/v1.0.0
  73. a2892e5 Merge commit for internal changes. by Yilei Yang · 1 year, 11 months ago
  74. 19bf98d Preparing the release of absl-py 1.0.0. by Yilei Yang · 1 year, 11 months ago
  75. b35543d Added a note that new releases will be tagged as `vX.Y.Z` instead of `pypi-vX.Y.Z` in the git repo going forward. by Yilei Yang · 1 year, 11 months ago
  76. a70c11a Set the stacklevel=2 in those UserWarnings, so that they are emitted where these functions are not, not in _validators.py. by Yilei Yang · 1 year, 11 months ago
  77. c65d432 Move the CHANGELOG.md file to top level directory. by Yilei Yang · 1 year, 11 months ago
  78. 4a81f36 Merge pull request #179 from yilei/push_up_to_405738888 by Yilei "Dolee" Yang · 1 year, 11 months ago
  79. fa5c66e Merge commit for internal changes. by Yilei Yang · 1 year, 11 months ago
  80. e17cfb5 Remove unused _absl_test_platform_deps. by Yilei Yang · 1 year, 11 months ago
  81. 8dc7375 Remove the unittest3_backport code now that we have dropped Python 2 support. by Yilei Yang · 1 year, 11 months ago
  82. 6c18fdd Merge pull request #178 from yilei/push_up_to_405511743 by Yilei "Dolee" Yang · 2 years ago
  83. 72aed25 Merge commit for internal changes. by Yilei Yang · 2 years ago
  84. accabc2 Drop the support of Python 2.7, 3.4, and 3.5. All versions have reached end-of-life for more than a year now. by Yilei Yang · 2 years ago
  85. b188d90 Merge pull request #177 from yilei/push_up_to_404282150 by Yilei "Dolee" Yang · 2 years ago upstream/pypi-v0.15.0
  86. e60a29d Merge commit for internal changes. by Yilei Yang · 2 years ago
  87. 76890b6 Preparing the release of absl-py 0.15.0. by Yilei Yang · 2 years ago
  88. f4d9d91 Add a python_version_test.py, useful to ensure the Python used by bazel is expected. by Yilei Yang · 2 years ago
  89. 1910e64 #128: support matching substring and glob patterns using bazel's `--test_filter=` flag (Python 3.7+ only). by Yilei Yang · 2 years ago
  90. 5bc0240 When running a absltest helper binary in absltest's own tests, also inherit the `PATH` variable. by Yilei Yang · 2 years ago
  91. 4a6ea6e Correctly make these tests to cover the actual usage from `tensorflow`. by Yilei Yang · 2 years ago
  92. bb9eb3d Correctly create `absltest_filter_test`'s `as_commandline_args_no_argv` cases. by Yilei Yang · 2 years ago
  93. fb9c7cd Merge pull request #176 from yilei/push_up_to_400032919 by Yilei "Dolee" Yang · 2 years ago upstream/pypi-v0.14.1
  94. cacfc28 Merge commit for internal changes. by Yilei Yang · 2 years ago
  95. e9adc64 Preparing the release of absl-py 0.14.1. by Yilei Yang · 2 years ago
  96. 065da59 Merge pull request #175 from yilei/push_up_to_399963516 by Yilei "Dolee" Yang · 2 years ago
  97. 3813516 Merge commit for internal changes. by Yilei Yang · 2 years ago
  98. 76c6d52 Create a top-level BUILD file that exports the `LICENSE` file. by Yilei Yang · 2 years ago
  99. 5a19f8c Remove these exports_files, those LICENSE files no longer exist in their directory after #159 (#160). by Yilei Yang · 2 years ago
  100. cd53de7 Merge pull request #174 from yilei/push_up_to_398077931 by Yilei "Dolee" Yang · 2 years ago upstream/pypi-v0.14.0