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

add a scope class to manage the context of interaction with Python an…#381

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
den-run-ai merged 22 commits intopythonnet:masterfromyagweb:add_scope
Jun 9, 2017
Merged
Show file tree
Hide file tree
Changes from15 commits
Commits
Show all changes
22 commits
Select commitHold shift + click to select a range
8e0b1a2
Deprecate public RunString
vmuriartMar 3, 2017
72003aa
add a scope class to manage the context of interaction with Python an…
yagwebFeb 15, 2017
efd3798
Rename several methods and add three methods
yagwebFeb 23, 2017
9f50e25
rebased
yagwebFeb 24, 2017
add5ba8
Rebased update
vmuriartFeb 28, 2017
c15555c
format cleanup
vmuriartFeb 28, 2017
b0d57e9
create unnamed pyscope, make PyScope.GILState save
yagwebMar 1, 2017
ceaaef0
fixup! create unnamed pyscope, make PyScope.GILState save
yagwebMar 2, 2017
dec39c7
remove GIL and rebased
yagwebMar 7, 2017
e117d60
Add several methods
yagwebMar 7, 2017
904d9ed
add a Variables method
yagwebMar 14, 2017
5484451
fixup! add a Variables method
yagwebMar 15, 2017
2e063c2
remove private method _GetVariable
yagwebMar 15, 2017
dd492f4
add unit test for Variables() method
yagwebMar 15, 2017
df6a49a
add several methods and rebased
yagwebApr 7, 2017
f35d75b
add a new class PyScopeManager
yagwebApr 24, 2017
497d7aa
cleaned up the Import methods
yagwebApr 28, 2017
60ce28b
Merge branch 'master' into add_scope
May 24, 2017
ebf5a2b
Merge branch 'master' into add_scope
May 24, 2017
2c3db3d
updated according to filmor's comments
yagwebMay 31, 2017
30543eb
fixup! updated according to filmor's comments
yagwebMay 31, 2017
b9dcdac
Get/Set Methods renamed
yagwebJun 1, 2017
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
4 changes: 4 additions & 0 deletionsCHANGELOG.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -60,6 +60,10 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].

- Deprecated `RunString` (#401)

### Deprecated

- Deprecated `RunString` (#401)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Merge issue? This part is doubled.

### Fixed

- Fixed crash during Initialization (#262)(#343)
Expand Down
5 changes: 3 additions & 2 deletionssrc/embed_tests/Python.EmbeddingTest.csproj
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand DownExpand Up@@ -98,6 +98,7 @@
<Compile Include="TestPythonEngineProperties.cs" />
<Compile Include="TestPyTuple.cs" />
<Compile Include="TestRuntime.cs" />
<Compile Include="TestPyScope.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\runtime\Python.Runtime.csproj">
Expand All@@ -117,4 +118,4 @@
<Copy SourceFiles="$(TargetAssembly)" DestinationFolder="$(PythonBuildDir)" />
<Copy SourceFiles="$(TargetAssemblyPdb)" Condition="Exists('$(TargetAssemblyPdb)')" DestinationFolder="$(PythonBuildDir)" />
</Target>
</Project>
</Project>
Loading

[8]ページ先頭

©2009-2025 Movatter.jp