Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -27/+27 |
| | |||||
* | Issue #13522: document error return values of some float and complex C API ↵ | Antoine Pitrou | 2011-12-18 | 1 | -0/+2 |
| | | | | functions. | ||||
* | Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note ↵ | Eric Smith | 2009-10-19 | 1 | -0/+24 |
| | | | | that they are unsafe and deprecated. | ||||
* | Dont put "void" in signature for nullary functions. | Georg Brandl | 2009-07-24 | 1 | -3/+3 |
| | |||||
* | - Issue #2862: Make int and float freelist management consistent with other | Gregory P. Smith | 2008-07-06 | 1 | -4/+3 |
| | | | | | freelists. Changes their CompactFreeList apis into ClearFreeList apis and calls them via gc.collect(). | ||||
* | Patch #1953 | Christian Heimes | 2008-02-04 | 1 | -0/+9 |
| | | | | | I implemented the function sys._compact_freelists() and C API functions PyInt_/PyFloat_CompactFreeList() to compact the pre-allocated blocks of ints and floats. They allow the user to reduce the memory usage of a Python process that deals with lots of numbers. The patch also renames sys._cleartypecache to sys._clear_type_cache | ||||
* | Split the monstrous C API manual files in smaller parts. | Georg Brandl | 2008-01-19 | 1 | -0/+86 |