4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jan 14, 2025 — Jan 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix clr module to work without npython. More... over 10 years ago
Set LD_LIBRARY_PATH before starting Mono. More... over 10 years ago
Revert accidental change in last commit. More... over 10 years ago
Fix decref of locals in RunString. More... over 10 years ago
When shutting down don't delete any Python objects after Py_Finalize has been called. More... over 10 years ago
Fix Int32 conversion for Python 3. More... over 10 years ago
Fix some issues in the import hook. More... over 10 years ago
Copy pdb files to build folder if they exist. More... over 10 years ago
Fix issue copying npython to scripts. More... over 10 years ago
Fix build issue with Python 3.3/3.4. More... over 10 years ago
Merge branch 'python3' of https://github.com/renshawbay/pythonnet into python3 More... over 10 years ago
Dispose PyObject instances after use. More... over 10 years ago
Dispose the owned 'current' object owned by PyIter instances when no longer needed. More... over 10 years ago
Merge pull request #2 from pythonnet/develop More... almost 11 years ago
Merge pull request #65 from medicomp/struct-default-constructor More... almost 11 years ago
Merge pull request #64 from medicomp/winsdk-registry-paths More... almost 11 years ago
Updated the tests to reflect that a struct's default constructor can now be invoked. More... almost 11 years ago
For the build process, Windows SDK registry search paths were added for v7.0A and v7.1A. More... almost 11 years ago
A struct's default constructor can now be called to create an object instance (via Activator.CreateInstance()) instead of having to be forced to implement an explicit constructor on the struct. More... almost 11 years ago
Update README.md More... almost 11 years ago
Update README.md More... almost 11 years ago
Fix a few more temporary objects to be disposed cleanly. More... almost 11 years ago
Make sure temporary dictionary is disposed correctly. More... almost 11 years ago
Make sure PyObject instances are disposed cleanly. Waiting for the GC can cause problems as unreachable objects may be collected by Python. More... about 11 years ago
Fix reference counting bug in Converter.ToPython. More... about 11 years ago
bug in setup.py More... about 11 years ago
Fix copy and paste error in python 2 branch of the mono code. More... about 11 years ago
Changes to the monoclr build so it builds for python 3. More... about 11 years ago
Fix Py_Main for python 3 More... about 11 years ago
Use unicode functions instead of string functions when building for python 3 More... about 11 years ago