summaryrefslogtreecommitdiff
path: root/tools/allocation_tracking
Commit message (Expand)AuthorAgeFilesLines
* Deleted tools/allocation_tracking/README.mdJules Kouatchou2023-04-261-86/+0
* Provided an example on how to use np.lib.tracemalloc_domain.Jules Kouatchou2023-04-221-5/+84
* DEP: remove allocation_tracking, deprecate PyDataMem_SetEventHook (#20394)Matti Picus2021-11-185-690/+2
* STY: use `with open` when possibleSeth Troisi2020-01-211-22/+21
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-052-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-032-4/+0
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-4/+4
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* ENH: add support for python3.6 memory tracingJulian Taylor2017-04-281-0/+11
* BUG: disable garbage collector during memory allocation hookJulian Taylor2014-07-051-0/+10
* 2to3: Apply `print` fixer.Charles Harris2013-04-062-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-012-0/+4
* Wrap hook functions with GIL, add example.Thouis (Ray) Jones2012-06-184-0/+675