- Notifications
You must be signed in to change notification settings - Fork748
Comparing changes
Open a pull request
base repository:pythonnet/pythonnet
Uh oh!
There was an error while loading.Please reload this page.
base:v3.0.0-rc4
head repository:pythonnet/pythonnet
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.0.0-rc5
- 13commits
- 26files changed
- 2contributors
Commits on Jul 16, 2022
Generate XML documentation on build and add to it NuGet package (#1878)
also fixed issues with xml docs in the codeimplements#1876
lostmsu authoredJul 16, 2022
Commits on Aug 4, 2022
mention the need for PythonEngine.Initialize and BeginAllowThreads in…
… the README
lostmsu committedAug 4, 2022
Commits on Aug 8, 2022
BREAKING: disabled implicit conversion from Python objects implementi…
…ng sequence protocol to (#1902).NET arrays when the target .NET type is `System.Object`. The conversion is still attempted when thetarget type is a `System.Array`fixes#1900
lostmsu authoredAug 8, 2022
Commits on Sep 16, 2022
fixed use of the process handle after Process instance goes out of sc…
lostmsu authoredSep 16, 2022 fixed new line character at the end of informational version (#1941)
lostmsu authoredSep 16, 2022
Commits on Sep 17, 2022
Bump clr-loader dependency to 0.2.3 and adjust interface
- Supports loading without explicitly specifying the runtime config now- Exposes information on the loaded runtime
filmor committedSep 17, 2022 Improve error message if the runtime fails to load
filmor committedSep 17, 2022 Fix manifest so we can build with python -m build
filmor committedSep 17, 2022 reenabled test for#1256: NoStackOverflowOnSystemType (#1943)
lostmsu authoredSep 17, 2022 Merge pull request#1942from filmor/configless-coreclr
Config-less CoreCLR and improved runtime load message
filmor authoredSep 17, 2022
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 v3.0.0-rc4...v3.0.0-rc5
Uh oh!
There was an error while loading.Please reload this page.