Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert python tests using 2to3 | William S Fulton | 2020-08-15 | 1 | -1/+1 |
* | Add in an example/test for Python __pow__ | William S Fulton | 2018-09-16 | 1 | -0/+15 |
* | Fix Python 2 builtin tp_hash hashfunc closure regression when using "python:s... | William S Fulton | 2016-12-23 | 1 | -1/+5 |
* | More flexible python builtin slots | William S Fulton | 2016-09-25 | 1 | -0/+13 |
* | Make Python builtin types hashable by defaultbuiltin-hashable | William S Fulton | 2016-08-23 | 1 | -0/+11 |
* | Correct notes on customising Python builtin comparison operators | William S Fulton | 2016-08-22 | 1 | -0/+23 |
* | Add Python builtin tp_dealloc override test | William S Fulton | 2016-08-19 | 1 | -0/+21 |
* | Python builtin hashfunc closure fix | William S Fulton | 2016-08-18 | 1 | -0/+26 |