| Commit message (Expand) | Author | Age | Files | Lines |
* | fix minor bug in pymalloc. (GH-335) (GH-476) | Mariatta | 2017-03-06 | 1 | -1/+1 |
|
|
* | PyMem_Malloc() now uses the fast pymalloc allocator | Victor Stinner | 2016-04-22 | 1 | -23/+37 |
|
|
* | Fix typo in doc: avoid the french "& cie" :-) | Victor Stinner | 2016-03-23 | 1 | -1/+1 |
|
|
* | Doc: fix typos, patch written by Stefan Behnel | Victor Stinner | 2016-03-18 | 1 | -1/+1 |
|
|
* | Enhance documentation on malloc debug hooks | Victor Stinner | 2016-03-18 | 1 | -3/+6 |
|
|
* | On memory error, dump the memory block traceback | Victor Stinner | 2016-03-15 | 1 | -0/+7 |
|
|
* | Check the GIL in PyObject_Malloc() | Victor Stinner | 2016-03-14 | 1 | -3/+6 |
|
|
* | Add PYTHONMALLOC env var | Victor Stinner | 2016-03-14 | 1 | -12/+26 |
|
|
* | Issue #26516: Enhance Python mem allocators doc | Victor Stinner | 2016-03-09 | 1 | -43/+77 |
|
|
* | Merge: #23957: fix typo. | R David Murray | 2015-04-14 | 1 | -1/+1 |
|\ |
|
| * | #23957: fix typo. | R David Murray | 2015-04-14 | 1 | -1/+1 |
|
|
* | | Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to | Victor Stinner | 2014-06-02 | 1 | -4/+6 |
|
|
* | | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), | Victor Stinner | 2014-05-02 | 1 | -4/+32 |
|/ |
|
* | Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on | Victor Stinner | 2013-10-10 | 1 | -2/+2 |
|
|
* | Issue #3329: Implement the PEP 445 | Victor Stinner | 2013-07-07 | 1 | -1/+170 |
|
|
* | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ... | Victor Stinner | 2013-06-15 | 1 | -120/+1 |
|
|
* | Issue #3329: Add new APIs to customize memory allocators | Victor Stinner | 2013-06-14 | 1 | -1/+120 |
|
|
* | Clean up references to the no longer existing PyString_ APIs in our docs. | Gregory P. Smith | 2013-03-22 | 1 | -3/+3 |
|
|
* | fix docs for c-api memory functions | Andrew Svetlov | 2012-08-09 | 1 | -3/+3 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -24/+24 |
|
|
* | Merged revisions 65182 via svnmerge from | Georg Brandl | 2008-07-23 | 1 | -1/+3 |
|
|
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+207 |
|
|