Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
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: python/typed_ast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.1
Choose a base ref
...
head repository: python/typed_ast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.2
Choose a head ref
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Dec 3, 2021

  1. Bump version to 1.5.2.dev0

    hauntsaninja committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    22ff262 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Remove update process document (#177)

    typed_ast will not be updated to support syntax past Python 3.8 as
    Python 3.8's ast module now incorporates the features of typed_ast.
    srittau authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    81a3c1a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Add support for building aarch64 wheels (#182)

    Co-authored-by: Shantanu <[email protected]>
    tbbharaj and hauntsaninja authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    bbf3eb1 View commit details
    Browse the repository at this point in the history
  2. Release version 1.5.2

    hauntsaninja committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    b842606 View commit details
    Browse the repository at this point in the history
Loading