Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
065f7b8626ac2cc7be26a3cc1bd5d9ba51b5125d
/
Lib
/
pyclbr.py
0a6f954
Another big update, fixing all known bugs related to nesting functions
by Guido van Rossum
· 22 years ago
0ed7aa1
Moderately heavy reorganization of pyclbr to fix package-related bugs.
by Guido van Rossum
· 22 years ago
258cba8
When recursively attempting to find the modules imported by an
by Guido van Rossum
· 22 years ago
040d7ca
Rewritten using the tokenize module, which gives us a real tokenizer
by Guido van Rossum
· 22 years ago
65230a2
Remove uses of the string and types modules:
by Walter Dörwald
· 22 years ago
e0d4972
Replaced .keys() with dictionary iterators
by Raymond Hettinger
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
c6ac8a7
SF bug #473525 pyclbr broken
by Tim Peters
· 23 years ago
03f7a70
Nick Mathewson: Make sure the recursion is handled properly.
by Fred Drake
· 23 years ago
4a5555b
Remove unused variable 'imports' from readmodule_ex().
by Guido van Rossum
· 23 years ago
02d893c
Patch #444359: Remove unused imports.
by Martin v. Löwis
· 23 years ago
c62c81e
__all__ for several more modules
by Skip Montanaro
· 24 years ago
658cba6
Whitespace normalization.
by Tim Peters
· 24 years ago
ec3bbde
String method conversion.
by Eric S. Raymond
· 24 years ago
2344fae
Whitespace normalization.
by Tim Peters
· 24 years ago
4b8c6ea
Actually, the previous batch's comment should have been different;
by Guido van Rossum
· 25 years ago
9f612f9
Suppress warning print statements about modules not found, they are
by Guido van Rossum
· 25 years ago
b269302
Added a few more bugs to the doc string; reformatted existing bugs.
by Guido van Rossum
· 25 years ago
a3b4a33
Co-production with Tim Peters, implementing a suggestion by Mark
by Guido van Rossum
· 25 years ago
3d54871
Fix by Sjoerd for a package related bug: If you have a non-empy
by Guido van Rossum
· 25 years ago
df9f7a3
Tim Peters: Taught it more "real Python" rules without slowing it
by Guido van Rossum
· 25 years ago
ad38055
Experimental speedup patch by Tim Peters (please test!):
by Guido van Rossum
· 25 years ago
3d199af
Bow to font-lock at the end of the docstring, since it throws stuff off.
by Fred Drake
· 26 years ago
e73d702
Ever-so-slight improvementL the patterns to recognize import
by Guido van Rossum
· 26 years ago
0688436
Enhancements by Sjoerd Mullender: support for from a.b import c import a . b
by Guido van Rossum
· 26 years ago
7a840e8
Add support for dotted module names to readmodule().
by Guido van Rossum
· 26 years ago
31626bc
re -> regex conversions by Sjoerd.
by Guido van Rossum
· 27 years ago
b5fa1cb
Don't add names that start with _
by Guido van Rossum
· 28 years ago
825bae7
Also remember the module a class is defined in.
by Sjoerd Mullender
· 29 years ago
8cb4b1f
Module with one function to read Python modules and extract class and
by Sjoerd Mullender
· 29 years ago