##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r3201:5d1ad439
Fix bug tracker address to point to github
Fernando Perez
0
r3200:be8ee5b7
Small fixes to git ignore file
Fernando Perez
0
r3199:7d03350d
Add support for commit information in auto-generated archives. This uses the tool to record the commit data from our previous commit, and ensures that auto-generated archives from Github, for example, always carry identifying information. Ideas and code taken from Matthew Brett's tools in nibabel.
Fernando Perez
0
r3198:8ec01411
Add utility to record commit information in archives/tarballs. Thanks to Matthew Brett for the contribution (taken from nibabel). Also, minor cleanups and updates for 2.6/3.x.
Fernando Perez
0
r3197:4050155b
Clean up version info tools and remove bzr references.
Fernando Perez
0
r3196:9063cb4e
Fix invalid version check in setup.py.
Fernando Perez
0
r3195:3777d779
Fix name pollution of interactive namespace in pylab mode. All names loaded by pylab at startup must be tracked so that %whos doesn't show the entire pylab namespace (making it useless in practice).
Fernando Perez
0
r3194:81615235
Do not require GTK to be either present or usable to start. Before, we only checked that we could import GTK, but in a linux console, it's possible to import it while not being able to start it (no X11 present). This should resolve https://bugzilla.redhat.com/show_bug.cgi?id=646079 Thanks to Tom Spura for reporting it.
Fernando Perez
0
r3193:c9d73807
print shortcut -> ctrl+shift+P if there is a collision with ctrl+P
MinRK
0
r3192:69694413
Merge branch 'qt-exiting' of http://github.com/eteq/ipython into eteq-qt-exiting
Fernando Perez
merge
0
r3191:7dad8045
fixed bug introduced into builtin_trap due to 'quit' being removed twice - test suit now passes
Erik Tollerud
0
r3190:1d516fb1
docstring fix in CloseEvent to conform to standards
Erik Tollerud
0
r3189:8ed54e46
A minimal fix for issue 185 (GTK)
Paul Ivanov
0
r3188:88091fcf
Merge branch 'logo-fix' of http://github.com/eteq/ipython into trunk
Fernando Perez
merge
0
r3187:13b81072
qtconsole with pure python kernel now properly catches the SystemExit exception, allowing python exit() function to work correctly
Erik Tollerud
0
r3186:b1780dcc
moved Quitter to deathrow as it is no longer used by anything
Erik Tollerud
0
r3185:d7099e08
__builtin__.exit and quit are now hidden - exit magic is now the only exit command
Erik Tollerud
0
r3184:02eecaf0
Fix bug in tab completion of filenames when quotes are present. Unit tests added to the completion code as well, to validate quote handling more stringently.
Fernando Perez
0
r3183:71c271b8
Expanded %exit magic in qtconsole to not exit without prompting and added -k option to keep kernel running.
Erik Tollerud
0
r3182:ae65e73c
Add context manager for temporary directories from Python 3.2 This is very useful in tests, and after writing my own version I found out that python 3.2 has now a basically identical implementation to mine, so I copied that instead. We can remove our copy once we're not supporting python 2.x anymore.
Fernando Perez
0
load next
< 1 .. 1276 1277 1278 1279 1280 .. 1438 >
showing 20 out of 28742 commits