Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: aws/aws-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.44.32
Choose a base ref
Loading
...
head repository: aws/aws-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.44.33
Choose a head ref
Loading
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Feb 4, 2026

  1. Merge branch 'release-1.44.32' into develop

    * release-1.44.32:
      Bumping version to 1.44.32
      Update changelog based on model updates
    aws-sdk-python-automation committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    d76de0c View commit details
    Browse the repository at this point in the history
  2. Fix argparse error for BooleanArgument with % in documentation (#10044)

    * Fix argparse error for BooleanArgument with % in documentation
    
    Python 3.14+ argparse treats % characters in help strings as format specifiers. When service model documentation contains % (e.g., IAM's UpdateAccountPasswordPolicy RequireSymbols parameter), argparse raises: `ValueError: unsupported format character '^' (0x5e) at index 129`
    
    This was already fixed for CLIArgument in PR #9790 but BooleanArgument was missed. This commit adds the same .replace('%', '%%') escaping to BooleanArgument.add_to_parser() and adds a test to verify all service operations with % in documentation work correctly.
    
    Fixes compatibility with Python 3.14+
    adev-code authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    5d41fcd View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Configuration menu
    Copy the full SHA
    3f98690 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c11c457 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-1.44.33'

    * release-1.44.33:
      Bumping version to 1.44.33
      Update changelog based on model updates
      Fix argparse error for BooleanArgument with % in documentation (#10044)
    aws-sdk-python-automation committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    0f2ad55 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.