summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-16Bump version to 0.2v0.2Steven Silvester
2014-08-16Move release logic to MakefileSteven Silvester
2014-08-15Switch to Scilab 0.2 API and clean up help formatting.Steven Silvester
2014-08-15Add %inline toggle magic.Steven Silvester
2014-08-14Turn logging up to criticalSteven Silvester
2014-08-14Update historySteven Silvester
2014-08-14Python 3 support and add MakefileSteven Silvester
2014-08-14Use setuptools in setup.pySteven Silvester
2014-08-13Merge branch 'master' of https://github.com/blink1073/scilab_kernelSteven Silvester
2014-08-13Install kernelspec at install time using sys.executable.Steven Silvester
2014-08-11Add Windows compatibilitySteven Silvester
2014-08-10Update docs.Steven Silvester
2014-08-10Improved completion and help docstrings, refactor helper funcsSteven Silvester
2014-08-10Improved help handling for all types with calltips and help magic.Steven Silvester
2014-08-09Move `_` handling into scilab2py core.Steven Silvester
2014-08-09Add comment.Steven Silvester
2014-08-09Fix handling of `_` and display message about help browser.Steven Silvester
2014-08-09Finished initial working setup with completion and _Steven Silvester
2014-08-09Port from octave to scilabSteven Silvester
2014-08-04Fix handling of max hist cache on hist saveSteven Silvester
2014-08-03Update readmeSteven Silvester
2014-08-03Fix version name and apply a registerSteven Silvester
2014-08-03Fix up setup.py and bump to 0.3Steven Silvester
2014-08-03Add max_hist_cache cap to returned valueSteven Silvester
2014-08-03Only read in the hist cache up to max_hist_cacheSteven Silvester
2014-08-03Add whitespace for clarity.Steven Silvester
2014-08-03Set logging to critical and do not show empty calltip.Steven Silvester
2014-08-03Update release notesSteven Silvester
2014-08-03Add help and docstring caching for faster recall.Steven Silvester
2014-08-02Add classifier for python 2Steven Silvester
2014-08-02Put release date in HISTORYSteven Silvester
2014-08-02Bump version in setup.pySteven Silvester
2014-08-02Bump version to 0.2Steven Silvester
2014-08-02Add history file and add it to the manifest.Steven Silvester
2014-08-02FormattingSteven Silvester
2014-08-02RefactorSteven Silvester
2014-08-02Respect store_history, add docstringsSteven Silvester
2014-08-02FormattingSteven Silvester
2014-08-02Handle case where local profile is not foundSteven Silvester
2014-08-02Add historySteven Silvester
2014-08-02Update readmeSteven Silvester
2014-08-01FormattingSteven Silvester
2014-08-01Improve help formatting and add docstring, refactor and cleanupSteven Silvester
2014-07-31Restart Octave for uncaught exception.Steven Silvester
2014-07-31Clean up complete, add path completions, refactoring.Steven Silvester
2014-07-31Better help handling, refactoring.Steven Silvester
2014-07-31Clean up error handlingSteven Silvester
2014-07-31Add temporary shutdown procedureSteven Silvester
2014-07-31Use length of token not len of code for start_posSteven Silvester
2014-07-31FormattingSteven Silvester