summaryrefslogtreecommitdiff
path: root/src/lxml/debug.pxi
Commit message (Expand)AuthorAgeFilesLines
* Use f-strings for all string formatting for which it makes sense (i.e. does n...Stefan Behnel2018-01-251-2/+2
* remove legacy code for now unsupported libxml2/libxslt versionsStefan Behnel2014-03-221-3/+1
* do not use xmlMemDisplayLast() when compiling in libxml2 2.6.x as it was adde...Stefan Behnel2012-10-111-2/+8
* doc commentStefan Behnel2012-09-251-2/+2
* added method to memory debugger that returns the size of the global libxml2 d...Stefan Behnel2012-09-251-0/+11
* initial Python API for libxml2 memory debugging featuresStefan Behnel2012-09-191-0/+76