1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 23, 2025 — Jan 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix #72 by ikotler: Add current working directory to sys.path prior to calling runpy.run_module() (Again!) More... over 12 years ago
Replace globals() to globals_ and locals to locals_ More... over 12 years ago
Remove 'coverage' for now More... over 12 years ago
Pythonect Interpreter is now Test-able More... over 12 years ago
Ignore .DS_Store More... over 12 years ago
Use 'nose.collector' when invoking 'setup.py test' More... over 12 years ago
Add {'__MAX_THREADS_PER_FLOW__': 2} to inline eval() test More... almost 13 years ago
Close HEAD for v0.5 More... almost 13 years ago
All tests to run with 2 threads max More... almost 13 years ago
Close #73 by ikotler: If 1st eval, don't automatically reference `_` More... almost 13 years ago
Adjust tests to run with 2 threads max More... almost 13 years ago
Remove PyPy More... almost 13 years ago
Add [pep8] section and set to ignore E501's More... almost 13 years ago
Close #70 by ikotler: Pythonect now supports Max Threads Limit More... almost 13 years ago
Delete blank line at end of file More... almost 13 years ago
Close #58 by ikotler: Add `argparse` as a dependency if Python <= 2.6 More... almost 13 years ago
Work around multiprocessing problem on Travis CI More... almost 13 years ago
Fix #72 by ikotler: Add current working directory to sys.path prior to calling runpy.run_module() More... almost 13 years ago
Fix #71 by ikotler: Rename locals to locals_ and globals_ to globals() More... almost 13 years ago
Temporarily removed multiprocessing tests due to OSError on Travis-CI More... almost 13 years ago
Wrong file permission More... almost 13 years ago
Add try/except to multiprocessing tests due to OSError raised by Travis-CI More... almost 13 years ago
Opening HEAD again More... almost 13 years ago
Close HEAD for v0.4.2 More... almost 13 years ago
Fix #69 by ikotler: Translate `_ast.Print` to `print_` instead of `__builtins__.print_` More... almost 13 years ago
Add de facto GitHub issue tickets to already-existing commits More... almost 13 years ago
Fix #49 by ikotler: zip_safe is set to False More... almost 13 years ago
Fix #48 by ikotler: If _ast.Compare then remove "print" from buffer and use AS IT IS More... almost 13 years ago
Fix #64 by ikotler: Start with version banner and change before `PythonectInteractiveConsole()` More... almost 13 years ago
Fix #63 by ikotler: ValueError Exception is caught and handled More... almost 13 years ago