summaryrefslogtreecommitdiff
path: root/src/lxml/debug.pxi
Commit message (Collapse)AuthorAgeFilesLines
* 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