##// END OF EJS Templates
Refactored the command line config system and other aspects of config....
Refactored the command line config system and other aspects of config. * Removed ``NoConfigDefault`` from our config logic entirely. It turns out that argparse has a nice ``argparse.SUPPRESS`` object that handles this nicely (r1283, r1284). * Completely cleared the previous config when :meth:`load_config` is called to allow it to be called more than once. * Added some additional tests and docs for the config system. * Removed the ``override_config`` and ``constructor_config`` config stages from :class:`~IPython.core.application.Applications` (r1293). * Completely refactored the command line config parser classes. We are now using a more object oriented design that allows for fine grained inheritance and good encapsulation.
Brian Granger -
r2501:84ec5449
Show More
Name Size Modified Last Commit Author
/ IPython / utils
tests
PyColorize.py Loading ...
__init__.py Loading ...
attic.py Loading ...
autoattr.py Loading ...
coloransi.py Loading ...
cursesimport.py Loading ...
data.py Loading ...
decorators.py Loading ...
dir2.py Loading ...
doctestreload.py Loading ...
frame.py Loading ...
generics.py Loading ...
growl.py Loading ...
importstring.py Loading ...
io.py Loading ...
ipstruct.py Loading ...
notification.py Loading ...
path.py Loading ...
pickleshare.py Loading ...
process.py Loading ...
rlineimpl.py Loading ...
strdispatch.py Loading ...
sysinfo.py Loading ...
syspathcontext.py Loading ...
terminal.py Loading ...
text.py Loading ...
timing.py Loading ...
traitlets.py Loading ...
upgradedir.py Loading ...
warn.py Loading ...
wildcard.py Loading ...