1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix #47 by ikotler: Change to use parse() API More... over 11 years ago
Add Travis CI Build Status Indicator More... over 11 years ago
Add Email Notifications More... over 11 years ago
Fix #46 by guyadini: PEP8 Fixes + Replace except Exception, e with except Exception as e everywhere More... over 11 years ago
Close #45 by ikotler: Change __run() to differentiate between return value dict() and literal '{...}' More... over 11 years ago
Fix #44 by ikotler: Remove unnecessary exclude and include statements More... over 11 years ago
Create .travis.yml for Travis CI More... over 11 years ago
Fix #42 by ikotler: Change import multiprocessing to be conditional (try/Except) More... over 11 years ago
Close #43 by ikotler: Switch from `run_unittest.sh` to `python setup.py test` More... over 11 years ago
Fix #39 by ikotler: Change eval path in import statement More... over 11 years ago
PEP8 Fixes More... over 11 years ago
Fix #38 by ikotler: Add docstrings to eval(), parse(), and Pythonect module More... over 11 years ago
Fix #41 by ikotler: Rename split() to parse() More... over 11 years ago
PEP8 Fixes More... over 11 years ago
Add What's New in Pythonect 0.4 More... over 11 years ago
Close #36 by ikotler: Implement Expression Substitution using Backticks More... over 11 years ago
Close #35 by ikotler: Implement split() API More... over 11 years ago
Reorganize Pythonect module structure More... over 11 years ago
Removed eXecute bit More... over 11 years ago
Close #34 by ikotler: Implement History file (i.e. ~/.pythonect_history) for Interactive Console More... over 11 years ago
Fix #33 by ikotler: Delete Backslash + LF sequence in script.read() before passing to eval More... over 11 years ago
Fix #32 by ikotler: Add arg to argparse() and adjust sys.argv respectively More... over 11 years ago
Fix #31 by ikotler: Add Synchronous/Asynchronous check in case the output is callable and iterable More... over 11 years ago
Add What's New in Pythonect 0.3.1 More... almost 12 years ago
Fix #30 by ikotler: Reimplement __split() tokenizer More... almost 12 years ago
Fix #29 by ikotler: Escape item before passing to __builtins__.expr() More... almost 12 years ago
Fix #28 by ikotler: Change __run() to raise the newest Exception when doing Autoload More... almost 12 years ago
Fix #27 by ikotler: Add Process support in the [1,2,3] -> [a,b,c] case of __run() More... almost 12 years ago
Fix #25 by ikotler: Unload modules from __init__ after execution to avoid polluting the package namespace More... almost 12 years ago
Fix #26 by ikotler: Add non-zero check before decreasing dquotes or squotes in t_SOURCE More... almost 12 years ago