| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing DECREF. | Jeremy Hylton | 2006-03-01 | 1 | -1/+5 |
| | | |||||
| * | Add some stats collection in debugging mode. | Jeremy Hylton | 2006-02-28 | 1 | -3/+41 |
| | | | | | No good way to extract output yet. | ||||
| * | Use simple PyList to implement list of PyObject pointers | Jeremy Hylton | 2006-02-28 | 1 | -44/+20 |
| | | |||||
| * | Tabify | Jeremy Hylton | 2006-02-28 | 1 | -84/+87 |
| | | |||||
| * | Real arena implementation | Jeremy Hylton | 2006-02-28 | 1 | -62/+80 |
| | | | | | | Replace the toy arena implementation with a real one, based on allocating 8K chunks of memory by default. | ||||
| * | fixed compilation with an ordinary C89 compiler | Fredrik Lundh | 2005-12-18 | 1 | -2/+2 |
| | | |||||
| * | Cleanup a bit and make things more consistent. | Neal Norwitz | 2005-12-18 | 1 | -7/+2 |
| | | | | | | Don't double check for NULLs and don't initialize if not necessary. No functional changes. | ||||
| * | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -0/+133 |
| simplifies a lot of error handling code, and fixes many memory leaks. | |||||
