1. 91cc5cd Clarify docs for inspect.getargspec() that the fourth value is None when there by Brett Cannon · 20 years ago
  2. bb066cf fix various typos; thanks, George Yoshida! (closes SF patch #952047) by Fred Drake · 20 years ago
  3. 6237ef1 in the section "The interpreter stack": by Fred Drake · 21 years ago
  4. 893ffa4 Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2. by Martin v. Löwis · 21 years ago
  5. d3d5768 isdatadescriptor() was added recently. by Neal Norwitz · 21 years ago
  6. e59e2ba Patch #711902: Cause pydoc to show data descriptor __doc__ strings. by Martin v. Löwis · 21 years ago
  7. 99d17006 Add text about circular references caused by storing frames in local by Fred Drake · 22 years ago
  8. f9d5803 Add change notes where im_class is discussed, since the exact meaning changes by Fred Drake · 23 years ago
  9. b62f0e1 Correct the description of im_class. (Fred, this is changed in 2.2. by Guido van Rossum · 23 years ago
  10. 0aa811c Use the \note and \warning macros where appropriate. by Fred Drake · 23 years ago
  11. ca836f7 Function descriptions must end as well as start! by Fred Drake · 23 years ago
  12. 61acf06 SF bug [#471111] inspect.getframeinfo() needs docs. TeX-ified its docstring. by Tim Peters · 23 years ago
  13. e0b2d7a Add a function to compute a class's method resolution order. This is by Tim Peters · 23 years ago
  14. d635e3c Added a warning about reference cycles and memory consumption to the by Fred Drake · 23 years ago
  15. 90a72f8 Add documentation for getmoduleinfo() and getmodulename(). by Fred Drake · 23 years ago
  16. 6dbd382 Clean up some of the markup for consistency, wrap some long lines. by Fred Drake · 23 years ago
  17. 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 23 years ago