Commits
Click on a commit to change the comparison rangeAdd towncrier changes2 years ago
by SuperJappie08 Merge branch 'PyO3:main' into weakref2 years ago
by SuperJappie08 Update weakref type doctests to use `py.run_bound`2 years ago
by SuperJappie08 Fix to adhere to MSRV2 years ago
by SuperJappie08 Make weakref tests independent from macros feature2 years ago
by SuperJappie08 Change Weakref tests2 years ago
by SuperJappie08 Change to reflect deprecation of PyErr::value for PyErr::value_bound2 years ago
by SuperJappie08 Change formatting2 years ago
by SuperJappie08 Make tests ABI3 compatible2 years ago
by SuperJappie08 Prevent the use of PyClass in test for weakref under abi3 Python 3.7 and 3.82 years ago
by SuperJappie08 Disable weakref types when targeting PyPy2 years ago
by SuperJappie08 Add Borrowed variants of upgrade and upgrade exact to trait2 years ago
by SuperJappie08 Added tests for weakref borrow_upgrade methods2 years ago
by SuperJappie08 Change PyWeakRefMethods method names to be more consistent2 years ago
by SuperJappie08 Change weakref constructors to take PyAny for main target2 years ago
by SuperJappie08 Add track_caller to all panicing weakref methods2 years ago
by SuperJappie08 Replace deprecated wrap_pyfunction with bound equivalent2 years ago
by SuperJappie08 Merge branch 'PyO3:main' into weakref2 years ago
by SuperJappie08 Rename PyWeakRef to PyWeakrefReference2 years ago
by SuperJappie08 Merge branch 'PyO3:main' into weakref2 years ago
by SuperJappie08 Change PyWeakrefReference to only use type pointer when it exists2 years ago
by SuperJappie08 Make the gil-refs function feature dependent2 years ago
by SuperJappie08 Remove unused AsPyPointer import2 years ago
by SuperJappie08 Change docs links to PyNone to not include private module2 years ago
by SuperJappie08 Merge branch 'PyO3:main' into weakref2 years ago
by SuperJappie08 Fix string based examples2 years ago
by SuperJappie08 Fix cargo clippy for Python 3.132 years ago
by SuperJappie08