Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added words about what PyArena_Malloc() does. | Tim Peters | 2006-03-02 | 1 | -4/+16 |
| | |||||
* | Beefed up description of what this does; new XXX. | Tim Peters | 2006-03-02 | 1 | -2/+10 |
| | |||||
* | New XXX pointing out errors in the description of | Tim Peters | 2006-03-02 | 1 | -0/+6 |
| | | | | PyArena_New(); unsure what the intent is. | ||||
* | Trimmed trailing whitespace. | Tim Peters | 2006-03-02 | 1 | -1/+1 |
| | |||||
* | Real arena implementation | Jeremy Hylton | 2006-02-28 | 1 | -10/+4 |
| | | | | | Replace the toy arena implementation with a real one, based on allocating 8K chunks of memory by default. | ||||
* | Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, | Neal Norwitz | 2005-12-17 | 1 | -0/+42 |
simplifies a lot of error handling code, and fixes many memory leaks. |