summaryrefslogtreecommitdiff
path: root/src/lxml/debug.pxi
Commit message (Collapse)AuthorAgeFilesLines
* remove legacy code for now unsupported libxml2/libxslt versionsStefan Behnel2014-03-221-3/+1
| | | | | --HG-- extra : amend_source : 5f766bb41c74b8ea7bba7f71905fb18cb90a19f2
* do not use xmlMemDisplayLast() when compiling in libxml2 2.6.x as it was ↵Stefan Behnel2012-10-111-2/+8
| | | | added in 2.7.0
* doc commentStefan Behnel2012-09-251-2/+2
|
* added method to memory debugger that returns the size of the global libxml2 ↵Stefan Behnel2012-09-251-0/+11
| | | | dict for the current thread
* initial Python API for libxml2 memory debugging featuresStefan Behnel2012-09-191-0/+76