-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: sebekmsd/ObjectPath
base: master
head repository: adriank/ObjectPath
compare: master
- 13 commits
- 7 files changed
- 6 contributors
Commits on Oct 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for df0c7e9 - Browse repository at this point
Copy the full SHA df0c7e9View commit details
Commits on Oct 17, 2019
-
Merge pull request adriank#92 from truebit/master
using isinstance to add subclass support
Configuration menu - View commit details
-
Copy full SHA for f94aab5 - Browse repository at this point
Copy the full SHA f94aab5View commit details -
Revert "using isinstance to add subclass support"
This reverts commit df0c7e9.
Configuration menu - View commit details
-
Copy full SHA for 051a428 - Browse repository at this point
Copy the full SHA 051a428View commit details -
Configuration menu - View commit details
-
Copy full SHA for f240821 - Browse repository at this point
Copy the full SHA f240821View commit details
Commits on May 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6de4a04 - Browse repository at this point
Copy the full SHA 6de4a04View commit details -
Merge pull request adriank#97 from nastasi/master
add 'pytz' dependency
Configuration menu - View commit details
-
Copy full SHA for aa47500 - Browse repository at this point
Copy the full SHA aa47500View commit details
Commits on Jun 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d5e68a4 - Browse repository at this point
Copy the full SHA d5e68a4View commit details
Commits on Jun 25, 2020
-
Merge pull request adriank#100 from cool-RR/patch-2
Use chain.from_iterable in interpreter.py
Configuration menu - View commit details
-
Copy full SHA for 445744a - Browse repository at this point
Copy the full SHA 445744aView commit details
Commits on Aug 12, 2020
-
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 committedAug 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 0230180 - Browse repository at this point
Copy the full SHA 0230180View commit details -
Merge pull request adriank#101 from turettn/is_literal_warnings
Avoid "is" and "is not" for literal comparisons
Configuration menu - View commit details
-
Copy full SHA for 2595895 - Browse repository at this point
Copy the full SHA 2595895View commit details
Commits on Jun 20, 2021
-
Update license statement in parser.py
This change is made after consultation with Adrian Kalbarczyk in issue [103](adriank#103)
Configuration menu - View commit details
-
Copy full SHA for f0bdfc5 - Browse repository at this point
Copy the full SHA f0bdfc5View commit details
Commits on Aug 13, 2022
-
Merge pull request adriank#104 from IlyaSukhanov/parser_correct_license
Update license statement in parser.py
Configuration menu - View commit details
-
Copy full SHA for 1ddefaa - Browse repository at this point
Copy the full SHA 1ddefaaView commit details
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8472264 - Browse repository at this point
Copy the full SHA 8472264View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master