##// END OF EJS Templates
- Add a new ipconfig() public function for manipulating the internal rc...
- Add a new ipconfig() public function for manipulating the internal rc configuration structure. - Add a new system_header variable to allow customizations of the system header printed when making system calls.

File last commit:

r83:24892be0
r418:3ca71fa9
Show More
testupload
6 lines | 183 B | text/plain | TextLexer
#!/bin/sh
# clean public testing/ dir and upload
ssh "rm -f ipython@ipython.scipy.org:www/dist/testing/*"
cd ~/ipython/ipython/dist
scp * ipython@ipython.scipy.org:www/dist/testing/