summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libinspect.tex
Commit message (Expand)AuthorAgeFilesLines
* Add text about circular references caused by storing frames in localFred Drake2002-04-231-0/+16
* Add change notes where im_class is discussed, since the exact meaning changesFred Drake2001-12-071-49/+58
* Correct the description of im_class. (Fred, this is changed in 2.2.Guido van Rossum2001-12-071-1/+1
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-2/+2
* Function descriptions must end as well as start!Fred Drake2001-10-181-0/+1
* SF bug [#471111] inspect.getframeinfo() needs docs.Tim Peters2001-10-161-0/+6
* Add a function to compute a class's method resolution order. This isTim Peters2001-09-221-1/+9
* Added a warning about reference cycles and memory consumption to theFred Drake2001-08-101-0/+10
* Add documentation for getmoduleinfo() and getmodulename().Fred Drake2001-04-101-0/+23
* Clean up some of the markup for consistency, wrap some long lines.Fred Drake2001-02-281-45/+50
* inspect: a module for getting information out of live Python objectsKa-Ping Yee2001-02-271-0/+261