Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Python 2 builtin tp_hash hashfunc closure regression when using "python:s... | William S Fulton | 2016-12-23 | 1 | -1/+19 |
* | Compiler warning fixes in testcase | William S Fulton | 2016-10-30 | 1 | -5/+11 |
* | More flexible python builtin slots | William S Fulton | 2016-09-25 | 1 | -0/+63 |
* | Make Python builtin types hashable by defaultbuiltin-hashable | William S Fulton | 2016-08-23 | 1 | -3/+11 |
* | Correct notes on customising Python builtin comparison operators | William S Fulton | 2016-08-22 | 1 | -0/+16 |
* | Add Python builtin tp_dealloc override test | William S Fulton | 2016-08-19 | 1 | -0/+40 |
* | Python builtin hashfunc closure fix | William S Fulton | 2016-08-18 | 1 | -0/+74 |