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: alexmojaki/executing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.3
Choose a base ref
...
head repository: alexmojaki/executing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 15 commits
  • 16 files changed
  • 3 contributors

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    e6a2d45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from hugovk/fix-threading-deprecations

    Replace deprecated threading aliases
    alexmojaki authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a35a4b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

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

Commits on Jul 18, 2022

  1. Fixes for STORE_ATTR and STORE_SUBSCR (#1)

    * Test GHA on PR
    
    * Fix super for Python 2
    
    * Partially fix assignment of slices, and test.
    Test assignment in test_files.
    alexmojaki authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    149722a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Fix long tests in 2.7

    alexmojaki committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    f8cc0a6 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    pwwang committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c198e3f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    014d519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ec44a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. attr_names_match

    alexmojaki committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    c742faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db4161a View commit details
    Browse the repository at this point in the history
  3. Add STORE_ATTR exception

    alexmojaki committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    5ced6eb View commit details
    Browse the repository at this point in the history
  4. Add STORE_ATTR exception

    alexmojaki committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    5b6f3a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. test_set_private_attrs

    alexmojaki committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    566f5c7 View commit details
    Browse the repository at this point in the history
  2. comments, remove old code

    alexmojaki committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    5072889 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Merge pull request #38 from alexmojaki/pwwang/master

    Support STORE_ATTR and STORE_SUBSCR
    alexmojaki authored Jul 24, 2022
    Configuration menu
    Copy the full SHA
    55b2105 View commit details
    Browse the repository at this point in the history
Loading