aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/python_builtin.i
AgeCommit message (Expand)Author
2018-09-19Python builtin test fix for non-builtinWilliam S Fulton
2018-09-16Add in an example/test for Python __pow__William S Fulton
2018-05-06test-suite fixes for compilers that don't support vararg macrosWilliam S Fulton
2018-05-04test-suite support for C++17: exception specification throw removalWilliam S Fulton
2017-02-06Warning fixes for gcc-7William S Fulton
2016-12-23Fix Python 2 builtin tp_hash hashfunc closure regression when using "python:s...William S Fulton
2016-10-30Compiler warning fixes in testcaseWilliam S Fulton
2016-09-25More flexible python builtin slotsWilliam S Fulton
2016-08-23Make Python builtin types hashable by defaultWilliam S Fulton
2016-08-22Correct notes on customising Python builtin comparison operatorsWilliam S Fulton
2016-08-19Add Python builtin tp_dealloc override testWilliam S Fulton
2016-08-18Python builtin hashfunc closure fixWilliam S Fulton