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-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
|
\
\
|
|
/
|
*
_tracemalloc: store lineno as unsigned int
Victor Stinner
2016-03-15
1
-17/+7
*
|
_tracemalloc: filename cannot be NULL
Victor Stinner
2016-03-15
1
-2/+2
*
|
Issue #26558: Remove useless check in tracemalloc
Victor Stinner
2016-03-14
1
-4/+0
|
/
*
Merge 3.4 (tracemalloc typo)
Victor Stinner
2015-03-18
1
-1/+1
|
\
|
*
_tracemalloc.c: Fix typo
Victor Stinner
2015-03-18
1
-1/+1
*
|
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
1
-1/+1
|
\
\
|
|
/
|
*
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
1
-1/+1
*
|
Issue #22156: simplify _tracemalloc.c, use an int for the MAX_NFRAME constant
Victor Stinner
2014-08-16
1
-6/+6
*
|
Issue #22156: Fix some "comparison between signed and unsigned integers"
Victor Stinner
2014-08-15
1
-5/+5
[next]