FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pythonnet - QuantConnect/pythonnet · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
QuantConnect
/
pythonnet
Public
forked from
pythonnet/pythonnet
Notifications
You must be signed in to change notification settings
Fork
31
Star
29
Code
Issues
5
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonnet
pythonnet
on
master
User selector
Datepicker
Commit history
Commits on Dec 29, 2025
Update support for newer clr-loader supporting net10 (#112)
Martin-Molinero
authored
ff33baf
View commit details
Copy full SHA for ff33baf
View code at this point
Browse repository at this point
Commits on Apr 8, 2022
Ensure that shutdown is called from Python
lostmsu
committed
58bd58c
View commit details
Copy full SHA for 58bd58c
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
Fix runtime loading error message
filmor
authored and
lostmsu
committed
dea6bcb
View commit details
Copy full SHA for dea6bcb
View code at this point
Browse repository at this point
Commits on Apr 11, 2021
do not call find_libpython as Python.Runtime can find it on its own
lostmsu
committed
dff75d2
View commit details
Copy full SHA for dff75d2
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
Adjust static libpython detection (#1396)
Show description for c4f2ad7
filmor
authored
c4f2ad7
View commit details
Copy full SHA for c4f2ad7
View code at this point
Browse repository at this point
Commits on Feb 13, 2021
Replace clr module by loading through clr_loader
Show description for b92d929
filmor
committed
b92d929
View commit details
Copy full SHA for b92d929
View code at this point
Browse repository at this point
Commits on Dec 18, 2020
Ensure that the DLL locations exist for clean checkouts
filmor
committed
7a03b61
View commit details
Copy full SHA for 7a03b61
View code at this point
Browse repository at this point
Commits on Dec 9, 2020
Adjust clr loading and merge Mono code into one file
filmor
committed
6f97bdd
View commit details
Copy full SHA for 6f97bdd
View code at this point
Browse repository at this point
Commits on Apr 11, 2014
Move everything from pythonnet folder to root folder
Show description for d488268
davidanthoff
committed
d488268
View commit details
Copy full SHA for d488268
View code at this point
Browse repository at this point
Use Assembly.Load(Byte[]) instead of Assembly.LoadFrom.
tonyroberts
committed
b65fa30
View commit details
Copy full SHA for b65fa30
View code at this point
Browse repository at this point
Use the assembly short name to find the embedded Python.Runtime (other assemblies may reference it with the full name).
tonyroberts
committed
dfdcfe7
View commit details
Copy full SHA for dfdcfe7
View code at this point
Browse repository at this point
make sure the GIL is released in ThreadTest
tonyroberts
committed
2b11631
View commit details
Copy full SHA for 2b11631
View code at this point
Browse repository at this point
Reference the assembly loader in the Main method to stop it being optimized away, and don't reload assemblies once they're already loaded.
tonyroberts
committed
10a2f8f
View commit details
Copy full SHA for 10a2f8f
View code at this point
Browse repository at this point
Commits on Apr 10, 2014
embed Python.Runtime.dll in nPython
tonyroberts
committed
f630a5a
View commit details
Copy full SHA for f630a5a
View code at this point
Browse repository at this point
Commits on Apr 9, 2014
Move the implicit loading deprecation warning into LoadImplicit and use
Show description for b123d58
tonyroberts
committed
b123d58
View commit details
Copy full SHA for b123d58
View code at this point
Browse repository at this point
Commits on Mar 19, 2014
simplify how the nuget packages are installed
tonyroberts
committed
f682e3f
View commit details
Copy full SHA for f682e3f
View code at this point
Browse repository at this point
install packages using nuget in setup.py
tonyroberts
committed
b031afa
View commit details
Copy full SHA for b031afa
View code at this point
Browse repository at this point
cosmetic changes to make more PEP8 compliant
tonyroberts
committed
71c0f1e
View commit details
Copy full SHA for 71c0f1e
View code at this point
Browse repository at this point
Call msbuild only on Mono in shell mode
davidanthoff
committed
68a3f2f
View commit details
Copy full SHA for 68a3f2f
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
Fix error in setup.py computing path to nPython.exe
davidanthoff
committed
2873e65
View commit details
Copy full SHA for 2873e65
View code at this point
Browse repository at this point
Merge pull request #21 from davidanthoff/dllexportupdate
Show description for 811e0ce
davidanthoff
committed
811e0ce
View commit details
Copy full SHA for 811e0ce
View code at this point
Browse repository at this point
Remove NoNuGet option from setup.py
davidanthoff
committed
026e6a7
View commit details
Copy full SHA for 026e6a7
View code at this point
Browse repository at this point
Update Unmanaged Exports package
davidanthoff
committed
42780d1
View commit details
Copy full SHA for 42780d1
View code at this point
Browse repository at this point
Migrate NuGet to automatic package restore
davidanthoff
committed
e1abc30
View commit details
Copy full SHA for e1abc30
View code at this point
Browse repository at this point
Commits on Mar 16, 2014
Find msbuild.exe path from registry
davidanthoff
committed
cfcc36a
View commit details
Copy full SHA for cfcc36a
View code at this point
Browse repository at this point
Commits on Mar 14, 2014
More meta data in setup.py
davidanthoff
committed
91f7ebd
View commit details
Copy full SHA for 91f7ebd
View code at this point
Browse repository at this point
Merge pull request #17 from davidanthoff/moremetadata
Show description for 2864d63
davidanthoff
committed
2864d63
View commit details
Copy full SHA for 2864d63
View code at this point
Browse repository at this point
Commits on Mar 13, 2014
Add more meta data to setup.py
davidanthoff
committed
3f6947c
View commit details
Copy full SHA for 3f6947c
View code at this point
Browse repository at this point
Put quotes around the path to msbuild in setup.py
davidanthoff
committed
0d126df
View commit details
Copy full SHA for 0d126df
View code at this point
Browse repository at this point
Commits on Mar 7, 2014
Don't default the docstring for classes with a ctor if a docstring was
Show description for 85abf72
tonyroberts
committed
85abf72
View commit details
Copy full SHA for 85abf72
View code at this point
Browse repository at this point
Commits on Feb 27, 2014
Replace old setup.py with setupmono.py, modified to work on both linux and
Show description for 9f4ed0a
tonyroberts
committed
9f4ed0a
View commit details
Copy full SHA for 9f4ed0a
View code at this point
Browse repository at this point
update setup script so the egg/wheel created has the right files in the right places
tonyroberts
committed
5a1e055
View commit details
Copy full SHA for 5a1e055
View code at this point
Browse repository at this point
raise an exception if any tests fail instead of returning the result
tonyroberts
committed
fd309f5
View commit details
Copy full SHA for fd309f5
View code at this point
Browse repository at this point
fix bug where converting a UInt32 doesn't raise an OverflowError
tonyroberts
committed
0acc47a
View commit details
Copy full SHA for 0acc47a
View code at this point
Browse repository at this point
fix setupmono.py to work with python 2.6 and add to travis
tonyroberts
committed
bc932a3
View commit details
Copy full SHA for bc932a3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL