##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2265:20108d2b
Minor changes to make sure logging is working well. We no longer replay logs at statup. Instead, users should simply %run them if they want to replay. I have also changed -logplay to -logappend to better reflect the fact that we don't run logs at startup. All seems to work!
Brian Granger
0
r2264:2b52c2c9
Reenabled -wthread/-q4thread/-gthread and added warning for -pylab. -wthread/-q4thread/-gthread are enabled at the command line and use the new inputhook stuff. The -pylab command line mode doesn't work, but there is at least a nice warning showing the user what they can do in the meantime.
Brian Granger
0
r2263:73303d9c
Fixed small bug in setup.py. We have removed the config.userconfig directory.
Brian Granger
0
r2262:a097336c
Added tests to make sure that components are getting parent class config.
Brian Granger
0
r2261:5a080db1
Changed how config files are loaded. Previously, we were loading a config file by exec'ing the file in an empty Config instance. That was a bit dangerous, so now there is a get_config function that should be called to get the Config instance. Then attributes can simply be set on it. The config files have been updated to reflect this change.
Brian Granger
0
r2260:5d523be7
Fixing misspelling on ipython_config.py.
Brian Granger
0
r2259:0ba23227
Components now auto-load the configs of parent classes as well.
Brian Granger
0
r2258:f38cafce
Config system is finished! * New load_subconfig(fname) function is available the namespace that config files are exec'd in. This can be used to load subconfigs. The implementation is a bit crazy, but Python is amazing and it works! See examples of its usage in IPython/config/profile. * Fully working example config files and profiles in IPython/config/default and IPython/config/profiles. Copy these to you .ipython dir and start playing around!
Brian Granger
0
r2257:4b2d3098
Don't warn the user if the default config file is missing. We still warn if a custom config file is missing though.
Brian Granger
0
r2256:b7bb7522
First go an implementing a=!ls and a=%who syntax. These things used to be in ext_rescapture.py, but they need to be in prefilter. I have a draft, but I will need to do further refactoting of prefilter to get this working.
Brian Granger
0
r2255:c296652f
Fixed Python 2.6 warning with traitlets object.__new__. In Python 2.6 a warning is given if object.__new__ is called with anything more than first cls argument. We are using super so we needed a way to see of the __new__ method about to be called is object.__new__.
Brian Granger
0
r2254:74bb15f9
Removing old userconfig directory and old config files with it.
Brian Granger
0
r2253:d0e3ce16
All code startup related things are working. * Implemented 'ipython -c "a=10"' syntax. * Implemented 'ipython foo.ipy' syntax that handles both .py and .ipy. * Implemented -i flag that forces interactive if either of the above two are active. These things simulate how python itself handles these things.
Brian Granger
0
r2252:3ddcb2dc
Work on startup related things. * Extension loading works. * Execution of code from user config file works. * Reworked logging in application.py and ipapp.py to use logging. * Updated config files. * Changed how display_banner is handled and implemented show_banner. * Implemented safe_execfile_ipy to run .ipy files using runlines.
Brian Granger
0
r2251:36ff90c4
changed wxIpython to revision number to 0.10
Laurent Dufrechou
0
r2250:03378b48
correct a bug with linux 64bit system. A 'C' thread function needed a long and python arg passing default to int. Forced to long wiht ctypes.c_long()
Laurent Dufrechou
0
r2249:0423faf0
add a check to verify is wx.aui is present on the system.\n Else tells the user to install wxpython > 2.8.0
Laurent Dufrechou
0
r2248:1bab3b4c
Minor bug fixes and comments to address review. * Fixed main ipython script. * Fixed usage of USE_CURSES in completer.py * Added comment to gui-wx example.
Brian Granger
0
r2247:1dfe2eb8
Updated development roadmap and fixed bug in history file naming.
Brian Granger
0
r2246:da5c1e87
Imports cleaned up in iplib.py.
Brian Granger
0
load next
< 1 .. 1325 1326 1327 1328 1329 .. 1440 >
showing 20 out of 28786 commits