Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 |
* | Modernize code a bit: use isinstance instead of type(); return True/False | Andrew M. Kuchling | 2003-09-02 |
* | [Patch #759208] Fix has_key emulation to not raise KeyError | Andrew M. Kuchling | 2003-09-02 |
* | Remove redundant import | Andrew M. Kuchling | 2001-08-13 |
* | Added Python function to emulate the ncurses has_key() function. | Andrew M. Kuchling | 2000-08-01 |