FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - 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
src
on
master
User selector
Datepicker
Commit history
Commits on Aug 12, 2026
Support subtraction and ordering between converted DateTime values and datetime.date (#143)
Show description for 9fc7ff1
jhonabreul
authored
9fc7ff1
View commit details
Copy full SHA for 9fc7ff1
View code at this point
Browse repository at this point
Improve missing-attribute suggestions: Jaro-Winkler similarity, gated containment (#147)
Show description for e907acd
jhonabreul
authored
e907acd
View commit details
Copy full SHA for e907acd
View code at this point
Browse repository at this point
Name the unexpected keyword argument in the bind-failure TypeError (#144)
Show description for 3464917
jhonabreul
authored
3464917
View commit details
Copy full SHA for 3464917
View code at this point
Browse repository at this point
Reject non-integral float-like values (numpy floats) for integer parameters (#146)
Show description for cc51794
jhonabreul
authored
cc51794
View commit details
Copy full SHA for cc51794
View code at this point
Browse repository at this point
Pinpoint the first mismatched argument in bind-failure TypeErrors (#145)
Show description for ad87b8f
jhonabreul
authored
ad87b8f
View commit details
Copy full SHA for ad87b8f
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
Raise a proper TypeError when a property assignment cannot be performed (#141)
Show description for 4bf4b28
jhonabreul
authored
4bf4b28
View commit details
Copy full SHA for 4bf4b28
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
Clear pending Python error when a Try-style conversion fails (#138)
Show description for 9bcc291
jhonabreul
authored
9bcc291
View commit details
Copy full SHA for 9bcc291
View code at this point
Browse repository at this point
Suggest nested type names verbatim and filter attribute hints by member usage (#140)
Show description for 1e5186d
jhonabreul
authored
1e5186d
View commit details
Copy full SHA for 1e5186d
View code at this point
Browse repository at this point
Commits on Jul 13, 2026
Pin PyThreadStates so native extensions can cache them per thread (#137)
Show description for 4ec6ca1
Martin-Molinero
and
claude
authored
4ec6ca1
View commit details
Copy full SHA for 4ec6ca1
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
Return snake-cased member name from str() on enum values (#135)
Show description for 687791d
jhonabreul
authored
687791d
View commit details
Copy full SHA for 687791d
View code at this point
Browse repository at this point
Expose overload hint formatting as MethodSignatureFormatter and render Python-typed signatures (#136)
Show description for 2b8772c
jhonabreul
authored
2b8772c
View commit details
Copy full SHA for 2b8772c
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
Fix IndexOutOfRangeException on empty **kwargs call to overloaded method (#133)
Show description for 1c136b6
jhonabreul
and
claude
authored
1c136b6
View commit details
Copy full SHA for 1c136b6
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
Update version to 2.0.59 (#131)
Show description for 66dc277
jhonabreul
and
claude
authored
66dc277
View commit details
Copy full SHA for 66dc277
View code at this point
Browse repository at this point
Commits on Jul 7, 2026
Add Python 3.12 / 3.13 / 3.14 support (#122)
Show description for cea3c89
authored
cea3c89
View commit details
Copy full SHA for cea3c89
View code at this point
Browse repository at this point
Name missing from __all__ on re-import (#2717) (#120)
Show description for e360799
Martin-Molinero
and
filmor
authored
e360799
View commit details
Copy full SHA for e360799
View code at this point
Browse repository at this point
Take the GIL in sequence and list wrappers (#118)
Show description for 9dfaf3e
Martin-Molinero
and
filmor
authored
9dfaf3e
View commit details
Copy full SHA for 9dfaf3e
View code at this point
Browse repository at this point
Fix MethodBinding/OverloadMapper memory leak (#691) (#2719) (#117)
Show description for 460abce
authored
460abce
View commit details
Copy full SHA for 460abce
View code at this point
Browse repository at this point
Include the probed PythonDLL value in the exception (#116)
Show description for 022fc98
Martin-Molinero
and
filmor
authored
022fc98
View commit details
Copy full SHA for 022fc98
View code at this point
Browse repository at this point
Cache and extend AttributeError member-name suggestions (static members and enum values) (#130)
Show description for 65b70f3
jhonabreul
and
claude
authored
65b70f3
View commit details
Copy full SHA for 65b70f3
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
Accept integral floats for int params, hint overloads on bind failure (2.0.57) (#128)
Show description for 8b60b4e
jhonabreul
and
claude
authored
8b60b4e
View commit details
Copy full SHA for 8b60b4e
View code at this point
Browse repository at this point
Use a native __getattr__ hook for AttributeError suggestions (GIL-safe re-land of the miss-only hook) (#129)
Show description for 93ee21a
jhonabreul
and
claude
authored
93ee21a
View commit details
Copy full SHA for 93ee21a
View code at this point
Browse repository at this point
Commits on Jul 2, 2026
Update version to 2.0.56 (#127)
Show description for 2ebb253
jhonabreul
and
claude
authored
2ebb253
View commit details
Copy full SHA for 2ebb253
View code at this point
Browse repository at this point
Use tp_getattro for AttributeError suggestions instead of the __getattr__ hook (#126)
Show description for cccbaf7
jhonabreul
and
claude
authored
cccbaf7
View commit details
Copy full SHA for cccbaf7
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
Suggest similar member names on AttributeError for .NET objects (#124)
Show description for e9a2338
jhonabreul
and
claude
authored
e9a2338
View commit details
Copy full SHA for e9a2338
View code at this point
Browse repository at this point
Commits on Jun 17, 2026
Fix net10 CI: workflows, generic re-registration, conversions (#115)
Show description for ca19e49
jhonabreul
and
claude
authored
ca19e49
View commit details
Copy full SHA for ca19e49
View code at this point
Browse repository at this point
Commits on May 8, 2026
Support len for enumerable with count (#114)
Show description for e86b68d
jhonabreul
authored
e86b68d
View commit details
Copy full SHA for e86b68d
View code at this point
Browse repository at this point
Commits on Feb 23, 2026
Fix non generic method overload resolution (#113)
Show description for 5d07acf
jhonabreul
authored
5d07acf
View commit details
Copy full SHA for 5d07acf
View code at this point
Browse repository at this point
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 Dec 26, 2025
Update to net10 (#111)
Martin-Molinero
authored
258ba5c
View commit details
Copy full SHA for 258ba5c
View code at this point
Browse repository at this point
Commits on Oct 31, 2025
Minor fix for fatal error when converting C# enums to int (#110)
Show description for 52f13ad
jhonabreul
authored
52f13ad
View commit details
Copy full SHA for 52f13ad
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
Remove `Py.AllowThreads` due to performance degradation (#108)
Show description for 223d1be
Martin-Molinero
authored
223d1be
View commit details
Copy full SHA for 223d1be
View code at this point
Browse repository at this point
Commits on Aug 15, 2025
Improve numeric implicit conversion handling (#107)
Martin-Molinero
authored
d0feb90
View commit details
Copy full SHA for d0feb90
View code at this point
Browse repository at this point
Handle managed enum constructor from Python (#106)
Show description for d2a06ce
jhonabreul
authored
d2a06ce
View commit details
Copy full SHA for d2a06ce
View code at this point
Browse repository at this point
Commits on Aug 14, 2025
Refactor enums comparison operators for performance improvements (#105)
Show description for 1aa5b8b
jhonabreul
authored
1aa5b8b
View commit details
Copy full SHA for 1aa5b8b
View code at this point
Browse repository at this point
Commits on Aug 6, 2025
Python functions conversion to managed delegates (#104)
Show description for 1d09c98
jhonabreul
authored
1d09c98
View commit details
Copy full SHA for 1d09c98
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL