FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - 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
on
net8.0
User selector
Datepicker
Commit history
Commits on Oct 11, 2025
Merge branch 'python3.14' into net8.0
filmor
committed
08b7bcd
View commit details
Copy full SHA for 08b7bcd
View code at this point
Browse repository at this point
Drop perf tests
filmor
committed
d051481
View commit details
Copy full SHA for d051481
View code at this point
Browse repository at this point
Commits on Aug 11, 2025
Merge branch 'fix-binaryformatter-usage' into net8.0
filmor
committed
38c87d9
View commit details
Copy full SHA for 38c87d9
View code at this point
Browse repository at this point
Commits on Aug 10, 2025
Use .NET 8.0 in CI
filmor
committed
b7d0e53
View commit details
Copy full SHA for b7d0e53
View code at this point
Browse repository at this point
Commits on Aug 9, 2025
Initial 3.14 commit
filmor
committed
abbf0d7
View commit details
Copy full SHA for abbf0d7
View code at this point
Browse repository at this point
Commits on Apr 11, 2025
implemented __delitem__ for IDictionary<K,V> and IList<T>
Show description for 77bdf6d
lostmsu
committed
77bdf6d
View commit details
Copy full SHA for 77bdf6d
View code at this point
Browse repository at this point
index setter was leaking memory
lostmsu
committed
ac605fd
View commit details
Copy full SHA for ac605fd
View code at this point
Browse repository at this point
Commits on Dec 13, 2024
Drop icon
filmor
committed
dfd746b
View commit details
Copy full SHA for dfd746b
View code at this point
Browse repository at this point
Raise maximum supported version
filmor
committed
8283627
View commit details
Copy full SHA for 8283627
View code at this point
Browse repository at this point
Commits on Dec 12, 2024
Workaround for geninterop failure to handle non-pointer fields
filmor
committed
88d98f2
View commit details
Copy full SHA for 88d98f2
View code at this point
Browse repository at this point
Commits on Dec 11, 2024
Use PyThreadState_GetUnchecked on Python 3.13
filmor
committed
f3face0
View commit details
Copy full SHA for f3face0
View code at this point
Browse repository at this point
First attempt at Python 3.13
filmor
committed
5cf2534
View commit details
Copy full SHA for 5cf2534
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
Drop reference to Py_Main (#2504)
Show description for 0ea1d29
filmor
authored
0ea1d29
View commit details
Copy full SHA for 0ea1d29
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
Use the BinaryFormatter only on .NET FW and Mono
filmor
committed
54d089b
View commit details
Copy full SHA for 54d089b
View code at this point
Browse repository at this point
Drop console application (#2456)
filmor
authored
de7a1d2
View commit details
Copy full SHA for de7a1d2
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Merge pull request #2386 from Frawak/fix/1977-access-violation-gc
Show description for ea059ca
lostmsu
authored
ea059ca
View commit details
Copy full SHA for ea059ca
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
Move reflected object creation block
Show description for 6cdd6d7
Frawak
committed
6cdd6d7
View commit details
Copy full SHA for 6cdd6d7
View code at this point
Browse repository at this point
Commits on Jul 8, 2024
Throw exception trying to add a reflected object after the hashset is cleared
Frawak
committed
c99cdf3
View commit details
Copy full SHA for c99cdf3
View code at this point
Browse repository at this point
Commits on Jul 2, 2024
Fix crash when event does not have `Add` method and improve message for some other internal errors (#2409)
Show description for 9ebfbde
lostmsu
authored
9ebfbde
View commit details
Copy full SHA for 9ebfbde
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
Simplify UTF8 StrPtr usage (#2374)
Show description for f82aeea
filmor
authored
f82aeea
View commit details
Copy full SHA for f82aeea
View code at this point
Browse repository at this point
Commits on May 13, 2024
Restrict first garbage collection
Show description for 6f0f671
Frawak
committed
6f0f671
View commit details
Copy full SHA for 6f0f671
View code at this point
Browse repository at this point
Fix access violation exception on shutdown (#1977)
Show description for 4e5afdf
Frawak
committed
4e5afdf
View commit details
Copy full SHA for 4e5afdf
View code at this point
Browse repository at this point
Commits on May 11, 2024
handle bad paths in sys.path (#2383)
Show description for b112885
lostmsu
authored
b112885
View commit details
Copy full SHA for b112885
View code at this point
Browse repository at this point
Commits on May 10, 2024
Expose serialization api (#2336)
Show description for 32051cb
BadSingleton
and
filmor
authored
32051cb
View commit details
Copy full SHA for 32051cb
View code at this point
Browse repository at this point
Use non-BOM encodings (#2370)
Show description for 195cde6
filmor
authored
195cde6
View commit details
Copy full SHA for 195cde6
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
IComparable and IEquatable implementations for PyInt, PyFloat, and PyString for primitive .NET types
lostmsu
committed
563e369
View commit details
Copy full SHA for 563e369
View code at this point
Browse repository at this point
Added `ToPythonAs<T>()` extension method to allow for explicit conversion using a specific type (#2330)
Show description for 9d18a24
lostmsu
authored
9d18a24
View commit details
Copy full SHA for 9d18a24
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
Cleanup Codec/Argument Reversing Passing.
gertdreyer
authored and
lostmsu
committed
71ca063
View commit details
Copy full SHA for 71ca063
View code at this point
Browse repository at this point
Normalized names. Added HashCode and Equals to testing objects
gertdreyer
authored and
lostmsu
committed
1542cc9
View commit details
Copy full SHA for 1542cc9
View code at this point
Browse repository at this point
Bugfix: RecursionError when reverse/righthand operations invoked. e.g. __rsub__, __rmul__
gertdreyer
authored and
lostmsu
committed
01d6772
View commit details
Copy full SHA for 01d6772
View code at this point
Browse repository at this point
Tests for operators on type CS type with codec
gertdreyer
authored and
lostmsu
committed
87fc365
View commit details
Copy full SHA for 87fc365
View code at this point
Browse repository at this point
Commits on Nov 7, 2023
To fix memory access exception when iteration breaks in the middle of the list before reaching end.
JakeJP
authored and
lostmsu
committed
eef67db
View commit details
Copy full SHA for eef67db
View code at this point
Browse repository at this point
Commits on Oct 16, 2023
Allow setting of the python module file (#2044)
Show description for 8e8c3f3
bmello4688
and
filmor
authored
8e8c3f3
View commit details
Copy full SHA for 8e8c3f3
View code at this point
Browse repository at this point
Commits on Oct 4, 2023
Ignore test-case on Python 3.12
filmor
committed
fb49470
View commit details
Copy full SHA for fb49470
View code at this point
Browse repository at this point
For now skip over "new style" weakrefs in clear
filmor
committed
080d1bd
View commit details
Copy full SHA for 080d1bd
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL