Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify docs for inspect.getargspec() that the fourth value is None when there | Brett Cannon | 2004-07-10 | 1 | -3/+3 |
| | | | | are no default arguments for the function. | ||||
* | fix various typos; thanks, George Yoshida! | Fred Drake | 2004-05-12 | 1 | -1/+1 |
| | | | | (closes SF patch #952047) | ||||
* | in the section "The interpreter stack": | Fred Drake | 2004-01-01 | 1 | -30/+39 |
| | | | | | | | - rearranged a bit to avoid duplicated information - provide more complete (and hopefully less confusing) descriptions of the return values for most of these functions (close SF bug #563298) | ||||
* | Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. | Martin v. Löwis | 2003-10-31 | 1 | -1/+1 |
| | |||||
* | isdatadescriptor() was added recently. | Neal Norwitz | 2003-05-29 | 1 | -0/+1 |
| | |||||
* | Patch #711902: Cause pydoc to show data descriptor __doc__ strings. | Martin v. Löwis | 2003-05-03 | 1 | -0/+25 |
| | |||||
* | Add text about circular references caused by storing frames in local | Fred Drake | 2002-04-23 | 1 | -0/+16 |
| | | | | variables. This closes SF bug #543148. | ||||
* | Add change notes where im_class is discussed, since the exact meaning changes | Fred Drake | 2001-12-07 | 1 | -49/+58 |
| | | | | with Python 2.2. | ||||
* | Correct the description of im_class. (Fred, this is changed in 2.2. | Guido van Rossum | 2001-12-07 | 1 | -1/+1 |
| | | | | Should this be labeled as changed? How?) | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -2/+2 |
| | |||||
* | Function descriptions must end as well as start! | Fred Drake | 2001-10-18 | 1 | -0/+1 |
| | |||||
* | SF bug [#471111] inspect.getframeinfo() needs docs. | Tim Peters | 2001-10-16 | 1 | -0/+6 |
| | | | | TeX-ified its docstring. | ||||
* | Add a function to compute a class's method resolution order. This is | Tim Peters | 2001-09-22 | 1 | -1/+9 |
| | | | | | | easy for 2.2 new-style classes, but trickier for classic classes, and different approaches are needed "depending". The function will allow later code to treat all flavors of classes uniformly. | ||||
* | Added a warning about reference cycles and memory consumption to the | Fred Drake | 2001-08-10 | 1 | -0/+10 |
| | | | | | | section on functions which return stack frames. This closes SF bug #449258. | ||||
* | Add documentation for getmoduleinfo() and getmodulename(). | Fred Drake | 2001-04-10 | 1 | -0/+23 |
| | |||||
* | Clean up some of the markup for consistency, wrap some long lines. | Fred Drake | 2001-02-28 | 1 | -45/+50 |
| | |||||
* | inspect: a module for getting information out of live Python objects | Ka-Ping Yee | 2001-02-27 | 1 | -0/+261 |