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: sebekmsd/ObjectPath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: adriank/ObjectPath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 7 files changed
  • 6 contributors

Commits on Oct 16, 2019

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

Commits on Oct 17, 2019

  1. Merge pull request adriank#92 from truebit/master

    using isinstance to add subclass support
    adriank authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    f94aab5 View commit details
    Browse the repository at this point in the history
  2. Revert "using isinstance to add subclass support"

    This reverts commit df0c7e9.
    adriank committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    051a428 View commit details
    Browse the repository at this point in the history
  3. Update .travis.yml

    adriank authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    f240821 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. add 'pytz' dependency

    nastasi committed May 10, 2020
    Configuration menu
    Copy the full SHA
    6de4a04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request adriank#97 from nastasi/master

    add 'pytz' dependency
    adriank authored May 10, 2020
    Configuration menu
    Copy the full SHA
    aa47500 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

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

Commits on Jun 25, 2020

  1. Merge pull request adriank#100 from cool-RR/patch-2

    Use chain.from_iterable in interpreter.py
    adriank authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    445744a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Avoid "is" and "is not" for literal comparisons

    Starting with python 3.8, using `is` or `is not` to compare with a
    literal throws a SyntaxWarning.
    
    All the details can be found here:
    
    https://adamj.eu/tech/2020/01/21/why-does-python-3-8-syntaxwarning-for-is-literal/
    
    This commit replaces the identity check with an equality check.
    Neal Turett committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    0230180 View commit details
    Browse the repository at this point in the history
  2. Merge pull request adriank#101 from turettn/is_literal_warnings

    Avoid "is" and "is not" for literal comparisons
    adriank authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    2595895 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Update license statement in parser.py

    This change is made after consultation with Adrian Kalbarczyk in
    issue [103](adriank#103)
    IlyaSukhanov committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    f0bdfc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Merge pull request adriank#104 from IlyaSukhanov/parser_correct_license

    Update license statement in parser.py
    adriank authored Aug 13, 2022
    Configuration menu
    Copy the full SHA
    1ddefaa View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Update README.md

    adriank authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    8472264 View commit details
    Browse the repository at this point in the history
Loading