Thanks to visit codestin.com
Credit goes to github.com

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.3.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.3.2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 5 contributors

Commits on Feb 6, 2019

  1. Bump version to 1.3.2.dev0

    Guido van Rossum committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    54d1ab1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Distribute the tests (#94)

    mr-c authored and gvanrossum committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    33209c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Fix typo in README (#98)

    expobrain authored and msullivan committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    0de4de6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Fix two out-of-bounds array reads (#99)

    The patch is taken from a commit to the CPython repo with the message:
    
    bpo-36495: Fix two out-of-bounds array reads (GH-12641)
    
    Research and fix by @bradlarsen.
    wictory authored and gvanrossum committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    dc317ac View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Release version 1.3.2

    msullivan committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    089f979 View commit details
    Browse the repository at this point in the history
Loading