Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Merge release branch back into master#1866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
filmor merged 42 commits intomasterfromrelease
Sep 29, 2022
Merged
Changes from1 commit
Commits
Show all changes
42 commits
Select commitHold shift + click to select a range
28a78ed
Bump version to 3.0.0-rc1
filmorJun 27, 2022
e84731f
implemented dynamic equality and inequality for PyObject instances
lostmsuJun 30, 2022
2edd800
Fix broken prefix and debug leftover
filmorJun 28, 2022
4b6ac12
Bump release candidate version
filmorJul 5, 2022
2016371
Make MANIFEST.in more explicit
filmorJul 6, 2022
d484797
Use informational version as clr's __version__ attribute
filmorJul 8, 2022
25f21f9
Drop obsolete packages.config
filmorJul 11, 2022
332f8e7
Fix (U)IntPtr construction (#1861)
filmorJul 11, 2022
60a719c
Implement non-simple String constructors explicitly (#1862)
filmorJul 11, 2022
b79ae2f
Fix missing docstring for types with custom constructors (#1865)
filmorJul 11, 2022
863397a
Bump release candidate version
filmorJul 11, 2022
59b1c51
Finalizer.Instance.Collect() and Runtime.TryCollectingGarbage(...) ar…
lostmsuJul 14, 2022
469ec67
fixed leak in NewReference.Move
lostmsuJul 14, 2022
9bb8fe6
Merge pull request #1873 from losttech/bugs/ctor-leak
filmorJul 14, 2022
93631af
Bump release candidate version
filmorJul 16, 2022
a5e9b55
Generate XML documentation on build and add to it NuGet package (#1878)
lostmsuJul 16, 2022
85d0ca6
mention the need for PythonEngine.Initialize and BeginAllowThreads in…
lostmsuAug 4, 2022
5f63c67
BREAKING: disabled implicit conversion from Python objects implementi…
lostmsuAug 8, 2022
0909021
Explicit float and int conversion for builtin types (#1904)
filmorAug 12, 2022
bd48dc1
Fill nb_index slot for integer types (#1907)
filmorAug 13, 2022
4241493
fixed use of the process handle after Process instance goes out of sc…
lostmsuSep 16, 2022
bdf671e
fixed new line character at the end of informational version (#1941)
lostmsuSep 16, 2022
3f12469
Bump clr-loader dependency to 0.2.3 and adjust interface
filmorSep 16, 2022
db52dde
Improve error message if the runtime fails to load
filmorSep 16, 2022
fd8fd3b
Fix manifest so we can build with python -m build
filmorSep 17, 2022
91d3e55
reenabled test for https://github.com/pythonnet/pythonnet/issues/1256…
lostmsuSep 17, 2022
43769f5
Merge pull request #1942 from filmor/configless-coreclr
filmorSep 17, 2022
f1ef11d
Bump release candidate version
filmorSep 18, 2022
a02799d
Fix implicit float conversion for classes that derive from float
filmorSep 19, 2022
2194d6c
Drop PyLong_Check (which checked for exact type) in favour of PyInt_C…
filmorSep 19, 2022
52cf03c
Merge pull request #1908 from filmor/implicit-float-int
filmorSep 20, 2022
15a8b26
Bump release candidate version
filmorSep 20, 2022
08fd638
Add initial documentation setup
filmorMay 26, 2022
64ea044
Ensure build props always read the correct version file
filmorSep 19, 2022
13f2a9c
Convert back to RST, add section on runtime loading
filmorSep 26, 2022
42b122d
Publish documentation from the release branch for now
filmorSep 26, 2022
cc2fdac
Adjust installation documentation
filmorSep 26, 2022
80adda9
Merge pull request #1863 from filmor/docs
filmorSep 26, 2022
3c4dd16
Update README
filmorSep 26, 2022
33b107c
Move clr module to separate file
filmorSep 26, 2022
6ec635d
Drop unused param doc
filmorSep 26, 2022
aae9d56
Bump version to 3.0.0
filmorSep 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix manifest so we can build with python -m build
  • Loading branch information
@filmor
filmor committedSep 17, 2022
commitfd8fd3b88edbc59237a9c00176006657a1a4dc63
1 change: 1 addition & 0 deletionsMANIFEST.in
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
graft src/runtime
prune src/runtime/obj
prune src/runtime/bin
include src/pythonnet.snk
include Directory.Build.*
include pythonnet.sln
include version.txt

[8]ページ先頭

©2009-2025 Movatter.jp