##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2202:8226082b
Massive, crazy refactoring of everything. * InteractiveShell now runs on its own. * The __init__ method of InteractiveShell has been organized into smaller methods. * Banner and usage handling has been refactored. * No more rc attribute. * Everything is a traitlet.
Brian Granger
0
r2201:1508c353
The IPython dir is now created by Application if it doesn't exist.
Brian Granger
0
r2200:9506581e
Semi-final Application and minor work on traitlets.
Brian Granger
0
r2199:78b56ac5
Merging upstream changes from inputhook.
Brian Granger
merge
0
r2198:f9c292a2
Minor changes to a few files to reflect design discussion.
Brian Granger
0
r2197:71065c54
General work on inputhook and the docs. * Re-wrote the Sphinx docs on GUI integration. * Improved docstrings of inputhook module. * Added current_gui function to inputhook. * Fixed lots of small bugs in the docs.
Brian Granger
0
r2196:d3413944
Merging upstream changes.
Brian Granger
merge
0
r2195:a38045e0
Work on the user focused GUI event loop interface. * Old command line options (pylab/wthread/qthread) are deprecated. * New %gui magic to manage the events loops.
Brian Granger
0
r2194:3001ee61
Fernando's fix to %paste.
Brian Granger
merge
0
r2193:242f198f
Merging upstream changes from trunk.
Brian Granger
merge
0
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
merge
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
load next
< 1 .. 1327 1328 1329 1330 1331 .. 1439 >
showing 20 out of 28763 commits