Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b60ea3f01f6cba0d1d14f328d00e3922cb66bcd6
/
Lib
/
tabnanny.py
7ce734c
Use string methods where possible, and remove import string
by Neal Norwitz
· 22 years ago
8ac1495
Whitespace normalization.
by Tim Peters
· 22 years ago
d1fa3db
Added docstrings excerpted from Python Library Reference. Closes patch 556161.
by Raymond Hettinger
· 22 years ago
bc0e910
Convert a pile of obvious "yes/no" functions to return bool.
by Tim Peters
· 23 years ago
f74e46c
Derive exception classes from Exception
by Neal Norwitz
· 23 years ago
c5943b1
Add the NannyNag exception class and the process_tokens() function to
by Guido van Rossum
· 23 years ago
4efb6e9
Turns out Neil didn't intend for *all* of his gen-branch work to get committed.
by Tim Peters
· 23 years ago
5ca576e
Merging the gen-branch into the main line, at Guido's direction. Yay!
by Tim Peters
· 23 years ago
3664111
Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py
by Tim Peters
· 24 years ago
40fc160
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
by Skip Montanaro
· 24 years ago
b90f89a
Whitespace normalization.
by Tim Peters
· 24 years ago
dc68833
Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the
by Guido van Rossum
· 25 years ago
a74c556
Mark Hammond writes:
by Guido van Rossum
· 25 years ago
dc86a4e
Added a -q ('quiet') option to tabnanny, which causes only the names of
by Andrew M. Kuchling
· 26 years ago
f9a6d7d
Print serious errors to stderr instead of stdout.
by Guido van Rossum
· 26 years ago
aa2a7a4
From: "Tim Peters" <tim_one@msn.com>
by Guido van Rossum
· 26 years ago
53117ae
typo in error message (fname vs. file). (Jack)
by Guido van Rossum
· 27 years ago
ce73acf
Tim's version 4, with my mods
by Guido van Rossum
· 27 years ago
8053d89
Add usage message when no arguments.
by Guido van Rossum
· 27 years ago
f4b44fa
Tim's latest version (supports old and new tokenize modules)
by Guido van Rossum
· 27 years ago
9ab75cb
Tim Peters' program for checking whether a program's indentation is
by Guido van Rossum
· 27 years ago