##// END OF EJS Templates
inputhook: improve stdin_ready()...
inputhook: improve stdin_ready() - move select and msvcrt imports in the function itself as they're only needed there - switch on os.name for platform dependent code - for unknow platforms, assume there's something to read

File last commit:

r4652:ff2b547f
r4914:a7617935
Show More
.gitignore
12 lines | 153 B | text/plain | TextLexer
Fernando Perez
Small fixes to git ignore file
r3200 build
MinRK
update gitignore to exclude dist and zipped man pages...
r4187 dist
_build
docs/man/*.gz
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 docs/source/api/generated
MinRK
added gh-pages command for GitHub hosted sphinx docs
r3255 docs/gh-pages
MinRK
Add utility function for installing mathjax for offline use...
r4652 IPython/frontend/html/notebook/static/mathjax
Fernando Perez
Small fixes to git ignore file
r3200 *.py[co]
Brian Granger
Adding .gitignore and updating release to remove bzr tag.
r2592 build
*.egg-info
Fernando Perez
Small fixes to git ignore file
r3200 *~
Thomas Kluyver
Ignore .bak files
r3111 *.bak