index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_tracemalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release ...
Serhiy Storchaka
2020-03-09
1
-1/+1
*
bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346)
Victor Stinner
2020-02-05
1
-0/+1
*
bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235)
Brandt Bucher
2019-11-20
1
-1/+3
*
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
Julien Danjou
2019-10-15
1
-13/+32
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
1
-2/+2
*
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner
2019-05-19
1
-0/+1
*
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)
Victor Stinner
2018-11-13
1
-0/+6
*
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
Victor Stinner
2018-10-25
1
-2/+4
*
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner
2018-10-25
1
-51/+84
*
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner
2017-11-16
1
-92/+16
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
1
-17/+8
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
1
-1/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-36/+5
*
bpo-31018: Switch to #pragma pack from __declspec(align) (#2848)
Segev Finer
2017-07-25
1
-1/+4
*
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747)
Xiang Zhang
2017-07-18
1
-2/+1
*
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner
2017-06-20
1
-10/+10
*
Issue #20186: Regenerated Argument Clinic.
Serhiy Storchaka
2017-02-05
1
-1/+1
*
Issue #20186: Converted the tracemalloc module to Argument Clinic.
Serhiy Storchaka
2017-02-04
1
-102/+123
*
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson
2016-09-07
1
-2/+2
*
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson
2016-09-06
1
-15/+15
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
- make some internal symbols static
doko@ubuntu.com
2016-05-17
1
-1/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-1/+1
|
\
|
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
|
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter
2016-04-15
1
-1/+1
|
\
\
|
|
/
|
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
|
_tracemalloc: use compact key for traces
Victor Stinner
2016-03-23
1
-1/+61
*
|
Cleanup hashtable.h
Victor Stinner
2016-03-23
1
-26/+24
*
|
Issue #26588:
Victor Stinner
2016-03-23
1
-11/+27
*
|
Issue #26588:
Victor Stinner
2016-03-23
1
-1/+1
*
|
Issue #26588: Optimize tracemalloc_realloc()
Victor Stinner
2016-03-23
1
-1/+6
*
|
Merge 3.5
Victor Stinner
2016-03-22
1
-15/+1
|
\
\
|
|
/
|
*
Enhance _tracemalloc debug mode
Victor Stinner
2016-03-22
1
-1/+1
|
*
Fix _tracemalloc start/stop
Victor Stinner
2016-03-22
1
-14/+0
*
|
Issue #26588: remove debug traces from _tracemalloc.
Victor Stinner
2016-03-22
1
-64/+5
*
|
Issue #26588: more debug traces
Victor Stinner
2016-03-22
1
-1/+6
*
|
Issue #26588: Don't call tracemalloc_init() at module initilization
Victor Stinner
2016-03-22
1
-0/+2
*
|
Issue #26588: one more assertion
Victor Stinner
2016-03-22
1
-0/+1
*
|
Add assertions on tracemalloc_reentrant_key
Victor Stinner
2016-03-22
1
-2/+8
*
|
Issue #26588: more assertions
Victor Stinner
2016-03-22
1
-2/+23
*
|
Issue #26588: add debug traces
Victor Stinner
2016-03-22
1
-5/+35
*
|
Add C functions _PyTraceMalloc_Track()
Victor Stinner
2016-03-22
1
-11/+71
*
|
tracemalloc now supports domains
Victor Stinner
2016-03-22
1
-53/+214
*
|
Simplify implementation of hashtable.c
Victor Stinner
2016-03-22
1
-6/+8
*
|
Issue #26588: Fix compilation warning on Windows
Victor Stinner
2016-03-21
1
-1/+1
*
|
hashtable.h now supports keys of any size
Victor Stinner
2016-03-21
1
-37/+68
*
|
Ooops, revert changeset ea9efa06c137
Victor Stinner
2016-03-21
1
-138/+48
*
|
_tracemalloc: add domain to trace keys
Victor Stinner
2016-03-18
1
-48/+138
*
|
On memory error, dump the memory block traceback
Victor Stinner
2016-03-15
1
-11/+56
*
|
Merge 3.5 (_tracemalloc)
Victor Stinner
2016-03-15
1
-17/+7
|
\
\
|
|
/
[next]