summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/python_builtin_runme.py
Commit message (Expand)AuthorAgeFilesLines
* Convert python tests using 2to3William S Fulton2020-08-151-1/+1
* Add in an example/test for Python __pow__William S Fulton2018-09-161-0/+15
* Fix Python 2 builtin tp_hash hashfunc closure regression when using "python:s...William S Fulton2016-12-231-1/+5
* More flexible python builtin slotsWilliam S Fulton2016-09-251-0/+13
* Make Python builtin types hashable by defaultbuiltin-hashableWilliam S Fulton2016-08-231-0/+11
* Correct notes on customising Python builtin comparison operatorsWilliam S Fulton2016-08-221-0/+23
* Add Python builtin tp_dealloc override testWilliam S Fulton2016-08-191-0/+21
* Python builtin hashfunc closure fixWilliam S Fulton2016-08-181-0/+26