summaryrefslogtreecommitdiffstats
path: root/Lib/pyclbr.py
Commit message (Expand)AuthorAgeFilesLines
* Nick Mathewson: Make sure the recursion is handled properly.Fred Drake2001-08-131-4/+4
* Remove unused variable 'imports' from readmodule_ex().Guido van Rossum2001-08-131-1/+0
* Patch #444359: Remove unused imports.Martin v. Löwis2001-08-021-1/+0
* __all__ for several more modulesSkip Montanaro2001-02-121-0/+2
* Whitespace normalization.Tim Peters2001-02-091-1/+0
* String method conversion.Eric S. Raymond2001-02-091-11/+12
* Whitespace normalization.Tim Peters2001-01-151-244/+244
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-2/+2
* Suppress warning print statements about modules not found, they areGuido van Rossum1999-06-161-2/+3
* Added a few more bugs to the doc string; reformatted existing bugs.Guido van Rossum1999-06-101-8/+23
* Co-production with Tim Peters, implementing a suggestion by MarkGuido van Rossum1999-06-101-6/+31
* Fix by Sjoerd for a package related bug: If you have a non-empyGuido van Rossum1999-06-091-6/+6
* Tim Peters: Taught it more "real Python" rules without slowing itGuido van Rossum1999-06-081-47/+53
* Experimental speedup patch by Tim Peters (please test!):Guido van Rossum1999-06-071-82/+149
* Bow to font-lock at the end of the docstring, since it throws stuffFred Drake1999-02-181-2/+2
* Ever-so-slight improvementL the patterns to recognize importGuido van Rossum1998-10-131-2/+2
* Enhancements by Sjoerd Mullender: support forGuido van Rossum1998-10-121-7/+7
* Add support for dotted module names to readmodule().Guido van Rossum1998-10-121-18/+26
* re -> regex conversions by Sjoerd.Guido van Rossum1997-10-241-23/+29
* Don't add names that start with _Guido van Rossum1996-10-101-1/+4
* Also remember the module a class is defined in.Sjoerd Mullender1995-11-021-2/+3
* Module with one function to read Python modules and extract class andSjoerd Mullender1995-07-281-0/+204