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: python/cpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: MaggieMoss/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: new-optional-syntax-postfix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 27 files changed
  • 1 contributor

Commits on Aug 10, 2020

  1. Add '?' to Python grammar.

    MaggieMoss committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    91688c0 View commit details
    Browse the repository at this point in the history
  2. Add test for ? syntax.

    MaggieMoss committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    a103a51 View commit details
    Browse the repository at this point in the history
  3. Update test_grammar.

    MaggieMoss committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    5874ab6 View commit details
    Browse the repository at this point in the history
  4. Add tests to test_typing.

    MaggieMoss committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    445c658 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e033ad View commit details
    Browse the repository at this point in the history
  6. Add optionalobject.

    MaggieMoss committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    16bdadd View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Work in progress commit.

    MaggieMoss committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    6024932 View commit details
    Browse the repository at this point in the history
  2. Add test cases.

    MaggieMoss committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    d1b3ff1 View commit details
    Browse the repository at this point in the history
  3. Implement issubclass and isinstance methods

    - Add basic test coverage.
    MaggieMoss committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    b88935b View commit details
    Browse the repository at this point in the history
  4. Remove GC support.

    MaggieMoss committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    4c33c50 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Make ? a postfix operator.

    MaggieMoss committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    bb1aab9 View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    MaggieMoss committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    4f36f34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36657c9 View commit details
    Browse the repository at this point in the history
  4. Fix grammar test.

    MaggieMoss committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    b58acfd View commit details
    Browse the repository at this point in the history
Loading