FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/runtime - pythonnet/pythonnet · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythonnet
/
pythonnet
Public
Notifications
You must be signed in to change notification settings
Fork
780
Star
5.5k
Code
Issues
153
Pull requests
12
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
src
runtime
on
v3.0.0-rc6
User selector
Datepicker
Commit history
Commits on Sep 19, 2022
Drop PyLong_Check (which checked for exact type) in favour of PyInt_Check (which checks for subtype)
filmor
committed
2194d6c
View commit details
Copy full SHA for 2194d6c
View code at this point
Browse repository at this point
Fix implicit float conversion for classes that derive from float
filmor
committed
a02799d
View commit details
Copy full SHA for a02799d
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
fixed use of the process handle after Process instance goes out of scope (#1940)
Show description for 4241493
lostmsu
authored
4241493
View commit details
Copy full SHA for 4241493
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
Fill nb_index slot for integer types (#1907)
filmor
authored
bd48dc1
View commit details
Copy full SHA for bd48dc1
View code at this point
Browse repository at this point
Commits on Aug 12, 2022
Explicit float and int conversion for builtin types (#1904)
filmor
authored
0909021
View commit details
Copy full SHA for 0909021
View code at this point
Browse repository at this point
Commits on Aug 8, 2022
BREAKING: disabled implicit conversion from Python objects implementing sequence protocol to (#1902)
Show description for 5f63c67
lostmsu
authored
5f63c67
View commit details
Copy full SHA for 5f63c67
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
mention the need for PythonEngine.Initialize and BeginAllowThreads in the README
lostmsu
committed
85d0ca6
View commit details
Copy full SHA for 85d0ca6
View code at this point
Browse repository at this point
Commits on Jul 16, 2022
Generate XML documentation on build and add to it NuGet package (#1878)
Show description for a5e9b55
lostmsu
authored
a5e9b55
View commit details
Copy full SHA for a5e9b55
View code at this point
Browse repository at this point
Commits on Jul 14, 2022
fixed leak in NewReference.Move
Show description for 469ec67
lostmsu
committed
469ec67
View commit details
Copy full SHA for 469ec67
View code at this point
Browse repository at this point
Finalizer.Instance.Collect() and Runtime.TryCollectingGarbage(...) are now callable from Python
lostmsu
committed
59b1c51
View commit details
Copy full SHA for 59b1c51
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Fix missing docstring for types with custom constructors (#1865)
filmor
authored
b79ae2f
View commit details
Copy full SHA for b79ae2f
View code at this point
Browse repository at this point
Implement non-simple String constructors explicitly (#1862)
filmor
authored
60a719c
View commit details
Copy full SHA for 60a719c
View code at this point
Browse repository at this point
Fix (U)IntPtr construction (#1861)
Show description for 332f8e7
filmor
authored
332f8e7
View commit details
Copy full SHA for 332f8e7
View code at this point
Browse repository at this point
Commits on Jul 8, 2022
Use informational version as clr's __version__ attribute
filmor
committed
d484797
View commit details
Copy full SHA for d484797
View code at this point
Browse repository at this point
Commits on Jul 5, 2022
implemented dynamic equality and inequality for PyObject instances
Show description for e84731f
lostmsu
authored and
filmor
committed
e84731f
View commit details
Copy full SHA for e84731f
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
Take GIL when checking if error occurred on shutdown (#1836)
filmor
authored
a49f3a8
View commit details
Copy full SHA for a49f3a8
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
fixed ForbidPythonThreadsAttribute being ignored in certain scenarios (#1815)
Show description for 4d1e09a
filmor
and
lostmsu
authored
4d1e09a
View commit details
Copy full SHA for 4d1e09a
View code at this point
Browse repository at this point
Commits on May 25, 2022
expose Min/MaxSupportedVersion and IsSupportedVersion on PythonEngine
Show description for 1492d7d
lostmsu
committed
1492d7d
View commit details
Copy full SHA for 1492d7d
View code at this point
Browse repository at this point
Commits on May 23, 2022
Drop Python 3.6 support (#1795)
Show description for e258cee
filmor
and
lostmsu
authored
e258cee
View commit details
Copy full SHA for e258cee
View code at this point
Browse repository at this point
Commits on May 7, 2022
a few collection mixins now properly handle private interface implementations
Show description for d854332
lostmsu
committed
d854332
View commit details
Copy full SHA for d854332
View code at this point
Browse repository at this point
allow casting objects to generic .NET interfaces without specifying generic arguments as long as there is no ambiguity
lostmsu
committed
537ddf4
View commit details
Copy full SHA for 537ddf4
View code at this point
Browse repository at this point
ClassGeneric.GetClass now returns BorrowedReference to indicate that the value should not be disposed
lostmsu
committed
f48d7a9
View commit details
Copy full SHA for f48d7a9
View code at this point
Browse repository at this point
type name generator ignored names of nested classes
lostmsu
committed
2910800
View commit details
Copy full SHA for 2910800
View code at this point
Browse repository at this point
Commits on May 4, 2022
disallow runtime shutdown when the Python error indicator is set, as it may lead to unpredictable behavior (#1780)
lostmsu
authored
a80c685
View commit details
Copy full SHA for a80c685
View code at this point
Browse repository at this point
Allow conversion of UInt64 based enums
filmor
committed
7d6e27a
View commit details
Copy full SHA for 7d6e27a
View code at this point
Browse repository at this point
Fix enum codec
Show description for df3b569
filmor
committed
df3b569
View commit details
Copy full SHA for df3b569
View code at this point
Browse repository at this point
Modernise syntax in ClassDerived
filmor
committed
aa5b54b
View commit details
Copy full SHA for aa5b54b
View code at this point
Browse repository at this point
Fix Py.SetArgv for systems that don't support GetCommandLineArgs
filmor
committed
d899083
View commit details
Copy full SHA for d899083
View code at this point
Browse repository at this point
Modernise syntax a bit
filmor
committed
d2d3ba6
View commit details
Copy full SHA for d2d3ba6
View code at this point
Browse repository at this point
Use Py.GIL directly, now that it doesn't try to init anymore
filmor
committed
5eccd45
View commit details
Copy full SHA for 5eccd45
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
Fix decimal default parameters (#1773)
Show description for 7247da5
filmor
authored
7247da5
View commit details
Copy full SHA for 7247da5
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
Ensure that codec tests are run (#1763)
Show description for 090ff9f
filmor
authored
090ff9f
View commit details
Copy full SHA for 090ff9f
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
Implement IConvertible interface on PyObject
filmor
authored and
lostmsu
committed
80dc9f0
View commit details
Copy full SHA for 80dc9f0
View code at this point
Browse repository at this point
enable x86 testing on Windows in CI
lostmsu
committed
8503726
View commit details
Copy full SHA for 8503726
View code at this point
Browse repository at this point
Commits on Apr 10, 2022
fixed NativeTypeSpec on 32 bit platforms
lostmsu
committed
5af1961
View commit details
Copy full SHA for 5af1961
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL