Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
* | Patch #1733973 by peaker: | Armin Rigo | 2007-09-06 | 1 | -2/+14 |
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -3/+3 |
* | Initialize structseq types only once. | Martin v. Löwis | 2006-04-16 | 1 | -2/+8 |
* | Thanks to Coverity, these were all reported by their Prevent tool. | Neal Norwitz | 2006-03-07 | 1 | -0/+2 |
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -2/+2 |
* | The default timer unit was incorrectly measured in milliseconds instead | Armin Rigo | 2006-02-10 | 1 | -3/+3 |
* | Added the cProfile module. | Armin Rigo | 2006-02-08 | 1 | -0/+867 |