summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python_builtin.i
Commit message (Expand)AuthorAgeFilesLines
* Python builtin test fix for non-builtinWilliam S Fulton2018-09-191-1/+1
* Add in an example/test for Python __pow__William S Fulton2018-09-161-0/+19
* test-suite fixes for compilers that don't support vararg macrosWilliam S Fulton2018-05-061-4/+6
* test-suite support for C++17: exception specification throw removalWilliam S Fulton2018-05-041-17/+5
* Warning fixes for gcc-7William S Fulton2017-02-061-0/+13
* Fix Python 2 builtin tp_hash hashfunc closure regression when using "python:s...William S Fulton2016-12-231-1/+19
* Compiler warning fixes in testcaseWilliam S Fulton2016-10-301-5/+11
* More flexible python builtin slotsWilliam S Fulton2016-09-251-0/+63
* Make Python builtin types hashable by defaultbuiltin-hashableWilliam S Fulton2016-08-231-3/+11
* Correct notes on customising Python builtin comparison operatorsWilliam S Fulton2016-08-221-0/+16
* Add Python builtin tp_dealloc override testWilliam S Fulton2016-08-191-0/+40
* Python builtin hashfunc closure fixWilliam S Fulton2016-08-181-0/+74