COMMITS
/ Objects/obmalloc.c November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 11, 2018
A
closes bpo-35204: Disable thread and memory sanitizers for address_in_range(). (GH-10442)
Alexey Izbyshev committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
V
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner committed
October 25, 2018
V
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner committed
October 23, 2018
V
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)
Victor Stinner committed
February 24, 2018
B
remove vestigal locking from obmalloc (GH-5805)
Benjamin Peterson committed
February 4, 2018
L
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
December 6, 2017
V
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner committed
December 1, 2017
V
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner committed
November 29, 2017
V
bpo-32030: Rework memory allocators (#4625)
Victor Stinner committed
November 24, 2017
V
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner committed
V
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner committed
November 16, 2017
V
bpo-32043: New "developer mode": "-X dev" option (#4413)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
November 7, 2017
S
bpo-31626: Mark ends of the reallocated block in debug build. (#4210)
Serhiy Storchaka committed
October 31, 2017
V
bpo-18835: Cleanup pymalloc (#4200)
Victor Stinner committed
S
bpo-31626: Fixed a bug in debug memory allocator. (#3844)
Serhiy Storchaka committed
September 14, 2017
V
bpo-30860: Fix deadcode in obmalloc.c (#3499)
Victor Stinner committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
March 31, 2017
T
Fix spurious MemoryError introduced by PR #886. (#930)
T. Wouters committed
T
bpo-29941: Assert fixes (#886)
T. Wouters committed
September 19, 2016
B
correct silly spelling problem
Benjamin Peterson committed
B
replace obmalloc's homegrown uptr and uchar types with standard ones
Benjamin Peterson committed
B
improvements to code that checks whether Python (obmalloc) allocated an address
Benjamin Peterson committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
April 22, 2016
V
Issue #26249: Try test_capi on Windows
Victor Stinner committed
V
PyMem_Malloc() now uses the fast pymalloc allocator
Victor Stinner committed
April 19, 2016
V
Don't define _PyMem_PymallocEnabled() if pymalloc is disabled
Victor Stinner committed
March 23, 2016
V
_PyMem_DebugFree(): fix compiler warning on Windows
Victor Stinner committed
March 16, 2016
V
Fail if PyMem_Malloc() is called without holding the GIL
Victor Stinner committed
March 15, 2016
V
On memory error, dump the memory block traceback
Victor Stinner committed
March 14, 2016
V
Check the GIL in PyObject_Malloc()
Victor Stinner committed
V
Add PYTHONMALLOC env var
Victor Stinner committed
February 16, 2015
S
Issue #23450: Fixed possible integer overflows.
Serhiy Storchaka committed
November 2, 2014
A
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
Antoine Pitrou committed
A
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
Antoine Pitrou committed
June 2, 2014
V
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
Victor Stinner committed
May 6, 2014
V
Issue #21233: Fix _PyObject_Alloc() when compiled with WITH_VALGRIND defined
Victor Stinner committed
May 2, 2014
V
Issue #21233: Oops, Fix _PyObject_Alloc(): initialize nbytes before going to
Victor Stinner committed
V
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner committed
October 10, 2013
V
Issue #18874: _PyObject_Malloc/Realloc/Free() now falls back on
Victor Stinner committed
September 28, 2013
N
Close #18596: Support address sanity checking in clang/GCC
Nick Coghlan committed
September 25, 2013
G
Fix minor typo.
Georg Brandl committed