##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r3100:1d205496
review fixes
MinRK
0
r3099:db56888d
Fix bug with reset() that was causing errors in __del__ methods. Rported by Thomas Kluyver on the list.
Fernando Perez
0
r3098:2ccc63a4
Fix crash with 'x?' when input line had unusual patterns.
Fernando Perez
0
r3097:ee4155c0
Add slightly more detailed guidelines about docstrings. This follows an email discussion with Min and Brian.
Fernando Perez
0
r3096:73cd5b2f
Update many names to pep-8: savehist -> save_hist. The old names are still made available for backwards compatibility.
Fernando Perez
0
r3095:f9355af1
Document object interface to HistoryManger according to our conventions. All our objects should have their interface documented at the class level before the actual constructor.
Fernando Perez
0
r3094:b5378ec4
Add missing credit to Mark Voorhies
Fernando Perez
0
r3093:df5c0c47
simplified close message
MinRK
0
r3092:bd6ba4c2
simplified close message
MinRK
0
r3091:0784973f
Add printing support. It prints the available buffer to any printer accessible by Qt.
Mark Voorhies
0
r3090:2bea7e95
added shutdown notification handling to ipythonqt
MinRK
0
r3089:6c1307eb
added reset:<bool> to shutdown_request content; shutdown_message broadcast on PUB for multiclient notification
MinRK
0
r3088:b7d82c58
pykernel handles shutdown_request
MinRK
0
r3087:0fc28385
Finish removing spurious calls to logger and runlines. Now logging is done only by the shell in run_cell, and most uses of runlines have been replaced by the far cleaner run_cell.
Fernando Perez
0
r3086:2523ba07
Remove all direct shell access from logger. History management was moved to the history manager.
Fernando Perez
0
r3085:048fef29
Continue refactoring input handling across clients. Fixed a number of small but tricky bugs related to prompt numbering, now in all cases I can see both terminal and gui client are fully consistent regarding prompts.
Fernando Perez
0
r3084:cdb78a95
added 3rd keep-kernel option to shutdown dialog
MinRK
0
r3083:b286d0e1
Merge branch 'cursor' of git://github.com/minrk/ipython into trunk
Fernando Perez
merge
0
r3082:66596366
fixed some cursor selection behavior
MinRK
0
r3081:f0980fb5
Add Ctrl-+/- to increase/decrease font size. I'm not sure yet how to change the window size automatically to keep the window at a constant row/columns size, but at least now users can adjust the font size, which is a major usability issue. Also, fixed minor typo in a variable name.
Fernando Perez
0
load next
< 1 .. 1282 1283 1284 1285 1286 .. 1439 >
showing 20 out of 28761 commits