Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abseil/abseil-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: abseil/abseil-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 4 contributors

Commits on Oct 11, 2023

  1. Unwind flag modifications on validation failure.

    PiperOrigin-RevId: 572692055
    Abseil Team authored and copybara-github committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    407b2d5 View commit details
    Browse the repository at this point in the history
  2. Add flags.override_value.

    PiperOrigin-RevId: 572695699
    Abseil Team authored and copybara-github committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9499935 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Add an assertDataclassEqual method that provides better errors when i…

    …t fails.
    
    PiperOrigin-RevId: 574555720
    Abseil Team authored and copybara-github committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0ff1e24 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Fix #199: Correctly check _inherited_absl_flags by comparing to `No…

    …ne` instead of implicit bool.
    
    The documented contract is to skip absl flags when `inherited_absl_flags` is passed `None`. A `FlagValues` instance without any flags evaluates to `False` and shouldn't let it skip.
    
    PiperOrigin-RevId: 578216329
    yilei authored and copybara-github committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    64d3b6a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Add serialize method to FlagHolder.

    PiperOrigin-RevId: 579276768
    JesseFarebro authored and copybara-github committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6929bf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. absl.flags._argument_parser: Mark EnumClassSerializer as generic.

    PiperOrigin-RevId: 597635180
    rchen152 authored and copybara-github committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2af184b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Do not fail on Python 3.12 when there are tests but all skipped.

    This follows the same change in Python itself from python/cpython#113661.
    
    PiperOrigin-RevId: 597838343
    yilei authored and copybara-github committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    78af725 View commit details
    Browse the repository at this point in the history
  2. Fix absl.testing.xml_reporter for Python 3.12.1 when all tests are sk…

    …ipped.
    
    `startTest` may not be called in this case, after the change in python/cpython#106588.
    
    PiperOrigin-RevId: 597840713
    yilei authored and copybara-github committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1e13a8c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Preparing the release of absl-py 2.1.0.

    PiperOrigin-RevId: 598950091
    yilei authored and copybara-github committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8abdd60 View commit details
    Browse the repository at this point in the history
Loading