-
Notifications
You must be signed in to change notification settings - Fork 747
Comparing changes
Open a pull request
base repository: pythonnet/pythonnet
base: a21c797
head repository: Unity-Technologies/pythonnet
compare: 37c4426
- 16 commits
- 16 files changed
- 5 contributors
Commits on Jan 26, 2021
-
Simplify the Unity custom patch
Lay the burden to provide the library name and directory on the user. A.K.A.: Improve portability.
Configuration menu - View commit details
-
Copy full SHA for 0d7498b - Browse repository at this point
Copy the full SHA 0d7498bView commit details -
Implement a meta path loader instead Add the loaded namespaces tracking Fix a bug where clr wasn't in sys.modules after reload Further refinements to setattr logic on ModuleObjects
Configuration menu - View commit details
-
Copy full SHA for 744f991 - Browse repository at this point
Copy the full SHA 744f991View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7c20ed - Browse repository at this point
Copy the full SHA d7c20edView commit details -
Merge pull request #14 from Unity-Technologies/unity/modernize-import…
…-hook Modernize the import hook
Configuration menu - View commit details
-
Copy full SHA for 01157ba - Browse repository at this point
Copy the full SHA 01157baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d0bd9c - Browse repository at this point
Copy the full SHA 9d0bd9cView commit details
Commits on Jul 18, 2022
-
Last line of defense, best effort serialization
This commit adds a "last line of defense, best effort serialization" to serialize types not marked as Serializable. Such objects are deserialized as derived classes with all methods and properties overriden to throw a "Not Serialized" Exception. Fields are not initialized and may be null. Sealed classes and implemented interface methods are still a problem to be solved.
Configuration menu - View commit details
-
Copy full SHA for c75ee46 - Browse repository at this point
Copy the full SHA c75ee46View commit details -
plus guard rails for private classes and review fixes
Configuration menu - View commit details
-
Copy full SHA for b59e2bb - Browse repository at this point
Copy the full SHA b59e2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1002105 - Browse repository at this point
Copy the full SHA 1002105View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2f1ab6 - Browse repository at this point
Copy the full SHA d2f1ab6View commit details -
fixup! Workaround for mono attribute bug
don't try to derive from sealed types
Configuration menu - View commit details
-
Copy full SHA for 1f9d221 - Browse repository at this point
Copy the full SHA 1f9d221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b7445 - Browse repository at this point
Copy the full SHA 34b7445View commit details -
Ensure that version.txt is always read from repo root
Allows the project to be referenced in other .NET projects without adjusting its project file (#1853).
Configuration menu - View commit details
-
Copy full SHA for e5546cb - Browse repository at this point
Copy the full SHA e5546cbView commit details -
There are small typos in: - pythonnet/__init__.py - tests/test_import.py Fixes: - Should read `splitted` rather than `splited`. - Should read `loaded` rather than `laoded`. Signed-off-by: Tim Gates <tim.gates@iress.com>
Configuration menu - View commit details
-
Copy full SHA for 7ffad42 - Browse repository at this point
Copy the full SHA 7ffad42View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e09115f - Browse repository at this point
Copy the full SHA e09115fView commit details -
adjustment to make the tests pass
latest clr_loader version breaks the python tests otherwise
Configuration menu - View commit details
-
Copy full SHA for 0cc7069 - Browse repository at this point
Copy the full SHA 0cc7069View commit details -
Merge pull request #15 from Unity-Technologies/last-ditch-serialization
Last line of defense, best effort serialization Also updates the base version of pythonnet.
Configuration menu - View commit details
-
Copy full SHA for 37c4426 - Browse repository at this point
Copy the full SHA 37c4426View 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 a21c797...37c4426