Commit message Age Author Refs
r2192:377677c2
Massive package and module reorganization of all of IPython. * New top-level sub-packages have been created: :mod:`IPython.core`, :mod:`IPython.lib`, :mod:`IPython.utils`, :mod:`IPython.deathrow`, :mod:`IPython.quarantine`. All existing top-level modules have been moved to appropriate sub-packages. All internal import statements have been updated and tests have been added. The build system (setup.py and friends) have been updated. * Compatability modules have been created for :mod:`IPython.Shell`, :mod:`IPython.ipapi` and :mod:`IPython.iplib` that display warnings and then load the actual implementation from :mod:`IPython.core`. * :mod:`Extensions` has been moved to :mod:`extensions`.
Brian Granger
0
r2191:bbe520f7
Added to changes.txt.
Brian Granger
0
r2190:0aa27c46
Removing .hgignore.
Brian Granger
0
r2189:86a18923
Make %paste echo by default, introduce -q for quiet mode.
Fernando Perez
0
r2188:1e2fbc72
Improvements and bugfixes to %paste. - %paste -r was broken. Closes #412337 - Add -e to %paste to echo pasted text. Closes #412339
Fernando Perez
0
r2187:bfa532ae
Work on Application and loader testing.
Brian Granger
0
r2186:f9568614
Added simple tests for IPython.config.loader.
Brian Granger
0
r2185:ade94907
Working version of the new config loaders for .py files and argparse.
Brian Granger
0
r2184:06e95fc5
Improvement to how config is handled in Components. When a Component gets a config object, it aways makes a deepcopy of it.
Brian Granger
0
r2183:0c46f18e
Fixing subtle bug in the traitlets with This. Previously subclasses This traitlets wouldn't accept superclass instances as values. I have added a this_class attribute to TraitletType that is set by the metaclass and is used later by This.validate to properly handle this case. I have also added new tests for this.
Brian Granger
0
< 1 .. 2657 2658 2659 2660 2661 .. 2878 >