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.4.3
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.1
Choose a head ref
  • 17 commits
  • 13 files changed
  • 6 contributors

Commits on Apr 11, 2021

  1. Bump version to 1.4.4.dev0

    hauntsaninja committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    471a707 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Improve release process documentation (#162)

    Co-authored-by: hauntsaninja <>
    hauntsaninja authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    8eed936 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Use Github Actions + cibuildwheel for all wheels

    hauntsaninja committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    33def0a View commit details
    Browse the repository at this point in the history
  2. apple silicon

    hauntsaninja committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    dea470d View commit details
    Browse the repository at this point in the history
  3. Update release_process.md

    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    hauntsaninja and hugovk authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e09a4d2 View commit details
    Browse the repository at this point in the history
  4. run tests, remove travis, don't make release

    hauntsaninja committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    a5650a5 View commit details
    Browse the repository at this point in the history
  5. doc update

    hauntsaninja committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    db6386a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fc8aec View commit details
    Browse the repository at this point in the history
  7. Release version 1.4.4 (#164)

    Co-authored-by: hauntsaninja <>
    hauntsaninja authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    a0068a4 View commit details
    Browse the repository at this point in the history
  8. Drop Python 3.5 support (#165)

    In the process of making a new release, I realised we no longer builds
    Python 3.5 wheels. The new plan is to not make a 1.4.4 release and
    instead drop 3.5 support and make a 1.5.0 release
    
    Co-authored-by: hauntsaninja <>
    hauntsaninja authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    30e5ec8 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    3a7ac0c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    1232867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    129b2b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Release version 1.5.0 (#175)

    Co-authored-by: hauntsaninja <>
    hauntsaninja authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7887539 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Bump version to 1.5.1.dev0

    hauntsaninja committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    6aedc18 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Fix #167: Port ast27 to Python 3.11 (#176)

    Copy _PyLong_DigitValue table from Python 3.10 as "digitvalue" in
    ast27/Python/mystrtoul.c. The symbol has been removed from the public
    Python 3.11 C API.
    vstinner authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    b2056dd View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Release version 1.5.1 (#181)

    Co-authored-by: hauntsaninja <>
    hauntsaninja authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    a31ef92 View commit details
    Browse the repository at this point in the history
Loading