- 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.2
head repository:pythonnet/pythonnet
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.0.3
- 16commits
- 15files changed
- 5contributors
Commits on Sep 2, 2023
Change PyScope to PyModule in docs (#2231)
PyScope data type not found. Py.CreateScope() returns the variable of type PyModule.
OmkarBorhade98 authoredSep 2, 2023
Commits on Sep 22, 2023
custom repr for enum values (#2239)
Examples:<DayOfWeek.Monday: 1><FlagsEnum.Two, Five: 0x00000007><FlagsEnum.8: 0x00000008>---------Co-authored-by: Mohamed Koubaa <koubaa@github.com>
Commits on Oct 4, 2023
- lostmsu committed
Oct 4, 2023 Add type offsets for 3.12 and update interop generation
filmor committedOct 4, 2023 Drop unused custom incref/decref
filmor committedOct 4, 2023 - filmor committed
Oct 4, 2023 - filmor committed
Oct 4, 2023 Remove deprecated function call
filmor committedOct 4, 2023 For now skip over "new style" weakrefs in clear
filmor committedOct 4, 2023 Ignore test-case on Python 3.12
filmor committedOct 4, 2023 Python 3.12 has been released, use final version
filmor committedOct 4, 2023
Commits on Oct 6, 2023
only run docs CI/main CI for corresponding changes (#2257)
lostmsu authoredOct 6, 2023 Revert "only run docs CI/main CI for corresponding changes (#2257)" (#…
filmor authoredOct 6, 2023
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.2...v3.0.3
Uh oh!
There was an error while loading.Please reload this page.