68 Commits (85bcf37e15ddb2ffae79af803f58280300f2cea0)

Author SHA1 Message Date
Martin Panter 0be894b2f6 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
Benjamin Peterson 2f8bfef158 replace PY_SIZE_MAX with SIZE_MAX 9 years ago
Benjamin Peterson ca47063998 replace Py_(u)intptr_t with the c99 standard types 9 years ago
Raymond Hettinger 15f44ab043 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
doko@ubuntu.com bc7315068f - make some internal symbols static 10 years ago
Serhiy Storchaka 6a7b3a77b4 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
Martin Panter 6245cb3c01 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 10 years ago
Victor Stinner 5e14a38e8e _tracemalloc: use compact key for traces 10 years ago
Victor Stinner 5dacbd4c42 Cleanup hashtable.h 10 years ago
Victor Stinner ca79ccd9e6 Issue #26588: 10 years ago
Victor Stinner e8c6b2fd1b Issue #26588: 10 years ago
Victor Stinner 42bcf37fcf Issue #26588: Optimize tracemalloc_realloc() 10 years ago
Victor Stinner d5871e62dd Enhance _tracemalloc debug mode 10 years ago
Victor Stinner 2f49e09110 Fix _tracemalloc start/stop 10 years ago
Victor Stinner f9a71153e9 Issue #26588: remove debug traces from _tracemalloc. 10 years ago
Victor Stinner eddb074c53 Issue #26588: more debug traces 10 years ago
Victor Stinner b8d927266d Issue #26588: Don't call tracemalloc_init() at module initilization 10 years ago
Victor Stinner e31e35d34e Issue #26588: one more assertion 10 years ago
Victor Stinner 4a06647534 Add assertions on tracemalloc_reentrant_key 10 years ago
Victor Stinner 0cfc058d61 Issue #26588: more assertions 10 years ago
Victor Stinner 84aab09421 Issue #26588: add debug traces 10 years ago
Victor Stinner 10b73e1748 Add C functions _PyTraceMalloc_Track() 10 years ago
Victor Stinner e492ae50e2 tracemalloc now supports domains 10 years ago
Victor Stinner c9553876ae Simplify implementation of hashtable.c 10 years ago
Victor Stinner b32a7edb22 Issue #26588: Fix compilation warning on Windows 10 years ago
Victor Stinner 285cf0a601 hashtable.h now supports keys of any size 10 years ago
Victor Stinner 322bc12c31 Ooops, revert changeset ea9efa06c137 10 years ago
Victor Stinner 51b846c47a _tracemalloc: add domain to trace keys 10 years ago
Victor Stinner 0611c26a58 On memory error, dump the memory block traceback 10 years ago
Victor Stinner 9528334e16 _tracemalloc: store lineno as unsigned int 10 years ago
Victor Stinner 7105e9f3de _tracemalloc: filename cannot be NULL 10 years ago
Victor Stinner d222653f8f Issue #26558: Remove useless check in tracemalloc 10 years ago
Victor Stinner 444f124fcf _tracemalloc.c: Fix typo 11 years ago
Serhiy Storchaka 56a6d855e2 Removed duplicated words in in comments and docs. 11 years ago
Victor Stinner 52aee85613 Issue #22156: simplify _tracemalloc.c, use an int for the MAX_NFRAME constant 12 years ago
Victor Stinner 706768c687 Issue #22156: Fix some "comparison between signed and unsigned integers" 12 years ago
Victor Stinner d8f0d922d5 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to 12 years ago
Victor Stinner 45e8e2f218 Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() 12 years ago
Victor Stinner db067af12a Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), 12 years ago
Victor Stinner d9a7352348 Issue #21036: Fix typo in macro name 12 years ago
Victor Stinner dd382ef8ec Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit 12 years ago
Victor Stinner 711e27cd50 tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGE 12 years ago
Victor Stinner 4d8c29cd57 tracemalloc: only use unsigned types to compute hash 12 years ago
Victor Stinner 590cebe391 Issue #19787: PyThread_set_key_value() now always set the value 12 years ago
Victor Stinner 441adb8c57 Backout changeset 46393019b650 12 years ago
Victor Stinner cd0cb8ccd3 Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, 12 years ago
Victor Stinner 88c29877c7 Close #19741: tracemalloc_realloc() does not release the table lock anymore 12 years ago
Victor Stinner 1511680b79 Close #19757: Cleanup tracemalloc, move 12 years ago
Victor Stinner be0708f066 Closes #19831: Stop tracemalloc later at Python shutdown to be able to use 12 years ago
Victor Stinner f28ce60441 Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames 12 years ago