Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
| | | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.) | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -150/+148 |
| | |||||
* | Modernize code a bit: use isinstance instead of type(); return True/False | Andrew M. Kuchling | 2003-09-02 | 1 | -4/+7 |
| | |||||
* | [Patch #759208] Fix has_key emulation to not raise KeyError | Andrew M. Kuchling | 2003-09-02 | 1 | -1/+3 |
| | |||||
* | Remove redundant import | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+0 |
| | |||||
* | Added Python function to emulate the ncurses has_key() function. | Andrew M. Kuchling | 2000-08-01 | 1 | -0/+190 |