Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ever-so-slight improvementL the patterns to recognize import | Guido van Rossum | 1998-10-13 | 1 | -2/+2 |
| | | | | statements now also stop at ';' (formerly they only stopped at '#'). | ||||
* | Enhancements by Sjoerd Mullender: support for | Guido van Rossum | 1998-10-12 | 1 | -7/+7 |
| | | | | | from a.b import c import a . b | ||||
* | Add support for dotted module names to readmodule(). | Guido van Rossum | 1998-10-12 | 1 | -18/+26 |
| | |||||
* | re -> regex conversions by Sjoerd. | Guido van Rossum | 1997-10-24 | 1 | -23/+29 |
| | |||||
* | Don't add names that start with _ | Guido van Rossum | 1996-10-10 | 1 | -1/+4 |
| | |||||
* | Also remember the module a class is defined in. | Sjoerd Mullender | 1995-11-02 | 1 | -2/+3 |
| | |||||
* | Module with one function to read Python modules and extract class and | Sjoerd Mullender | 1995-07-28 | 1 | -0/+204 |
method definitions. See __doc__ string for more information. |