##// END OF EJS Templates
Adopt NEP 29, Drop Python 3.5 and Numpy <1.14...
Adopt NEP 29, Drop Python 3.5 and Numpy <1.14 This lays out the foundation of adopting NEP29 in IPython, And drop support for older versions of Python in the metadata, setup.py and __init__. This does not yet remove any codepath from within IPython.

File last commit:

r7846:e288666b
r25225:0f6d2f42
Show More
.gitattributes
5 lines | 109 B | text/plain | TextLexer
Fernando Perez
Add support for commit information in auto-generated archives....
r3199 IPython/.git_commit_info.ini export-subst
Darren Dale
update .gitattributes to normalize line endings
r3217 * text=auto
Bradley M. Froehle
Tell git about certain file extensions (.py, .js, .html) for use in word-diffs.
r7846 *.py diff=python
*.js diff=javascript
*.html diff=html