##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2361:ccf5098a
Fix printing of argparse help to go to stdout by default. Our help message was tricky to page because it went to stderr (argparse default, which I don't particularly like). Also fixed encoding marker, which was incorrect. The problem exists in other files too, the right syntax is: # coding: utf-8 (with 'coding', not 'encoding'). See http://www.python.org/dev/peps/pep-0263
Fernando Perez
0
r2360:4be1d850
Improved documentation of %pylab support.
Fernando Perez
0
r2359:df58d648
Added note about how attributes should be declared for instances.
Fernando Perez
0
r2358:25665629
Initial support for %pylab magic to load pylab at runtime. Now one can type %pylab or %pylab wx to load pylab at any point in a session (though only once, since mpl doesn't support switching gui backends).
Fernando Perez
0
r2357:51c4e56b
Improve pylab support, find profiles in IPython's own directory. - Support "ipython -pylab" with a single dash, as this is an extremely widely used option and documented in many places, including books. - Now ipython -p foo will find profile foo from IPython/config/profile if shipped. This lets users find profiles shipped by IPython itself without having to install them (though the IPython directory has lowest priority).
Fernando Perez
0
r2356:68c38d4a
Merging with upstream trunk
Fernando Perez
merge
0
r2355:b03f77db
Update revision number in version string
Fernando Perez
0
r2354:d30c181f
Merging with upstream trunk
Fernando Perez
merge
0
r2353:65414365
Add test utility for parsing test output from stdout/stderr
Fernando Perez
0
r2352:48bf2e26
Merging Brian's work on branch: lp:~ipython-dev/ipython/kernel-config This makes trunk significantly more usable again.
Brian Granger
merge
0
r2351:698a1676
Tiny one-line fix to small colorization bug in magics.
Fernando Perez
0
r2350:4a72d6fe
Added argparse with BSD license. Taken from: http://argparse.googlecode.com/svn/branches/r101-bsd/ This release was made by Steven Bethard, author of argparse, explicitly for the purpose of providing IPython with a BSD-licensed argparse. Many thanks to Steven!
Fernando Perez
0
r2349:80c17d43
Added argparse with BSD license. Taken from: http://argparse.googlecode.com/svn/branches/r101-bsd/ This release was made by Steven Bethard, author of argparse, explicitly for the purpose of providing IPython with a BSD-licensed argparse. Many thanks to Steven!
Fernando Perez
0
r2348:cb3166d0
Add Sphinx IPython directive. This enables IPython input blocks into Sphinx docs.
Fernando Perez
0
r2347:ef857c5c
Final work on the Win HPC whitepaper.
Brian Granger
0
r2346:69191c91
Adding figures for options pricing example.
bgranger
0
r2345:cf784db2
Work in the documentation.
Brian Granger
0
r2344:8446fc51
Initial draft of Windows HPC documentation.
Brian Granger
0
r2343:52c402a6
Added better documentation to command line programs.
Brian Granger
0
r2342:9e3db2d3
Fixing minor bugs in IPython.kernel. * Regular expressions now using raw strings in launcher.py * Directory permissions on cluster directory handled properly. * A raw ipcluster start will now create cluster default and add the default config files. * Config files updated to use raw strings where appropriate.
Brian Granger
0
load next
< 1 .. 1318 1319 1320 1321 1322 .. 1438 >
showing 20 out of 28742 commits