##// END OF EJS Templates
split shell.system into shell.system_raw/system_piped...
split shell.system into shell.system_raw/system_piped system_raw calls os.system, system_piped uses pexpect/utils.platform magic use system_raw in Terminal except on Windows and in tests use system_piped elsewhere closes gh-297 closes gh-457

File last commit:

r2599:aa4014be
r3909:bdb012ce
Show More
index.txt
18 lines | 230 B | text/plain | TextLexer
.. _using-git:
Working with *ipython* source code
======================================
Contents:
.. toctree::
:maxdepth: 2
git_intro
git_install
following_latest
patching
git_development
git_resources