notebook/IPython
Matthias BUSSONNIER d85f075ad7 conform to pep 3110
brutally replace all `exeption <type>, <name>:` by
`exception <type> as <name> :`

`exception <type>, <type> :` should not be present anywhere in the code
anymore, or should be present with explicit tuple as
`exception (<type>, <type>)`
2012-06-30 18:34:56 +02:00
..
frontend/html/notebook conform to pep 3110 2012-06-30 18:34:56 +02:00
testing remove empty IPython.scripts test group 2012-06-30 01:00:56 -07:00
utils/tests move capture_output util from parallel tests to utils.io 2012-06-06 16:35:06 -07:00