1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jul 06, 2025 — Jul 06, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
lib/disassemble.py: Wasn't passing "section" function argument. command/disassemble.py: alias is now disasm More... over 13 years ago
Get ready for 0.2.0 release More... over 13 years ago
Tests now run again! list.py: in command xxx.pyc the same thing as xxx.py. There's probably a more reliable way to do this. test*.py: output has changed. More... over 13 years ago
Track change in pyficache and stripping \n from lines returned. Warning: tests fail probably because of a bug in pyficache. More... over 13 years ago
Remove stray output. More... over 13 years ago
Improve eval help. More... over 13 years ago
See comment in previous commit. This time, for sure! More... over 13 years ago
For raw source line retrieval (as opposed to syntax highlight), use linecache.getline rather that pyficache.getline. Guard against errors in getting that line. More... over 13 years ago
Add smarter eval routine from trepanning. eval? and eval no args added. More... over 13 years ago
See above More... over 13 years ago
More administrivia More... over 13 years ago
Administrivia More... over 13 years ago
Add Add sectioning commands various places where it is useful More... over 13 years ago
Add terminal italic for error messages, syntax coloring of the location line, and add section() for section headings, to be used next. More... over 13 years ago
Add "set highlight" More... over 13 years ago
Add "show highlight". Still need "set "highlight". More... over 13 years ago
Syntax highlight of source code via pygments! Add --highlight and --no-highlight optiosn. More is needed: set/show, location prompt, section headings...) More... over 13 years ago
See above. More... over 13 years ago
Get ready for 0.1.6 release More... over 13 years ago
Fix Improper import_relative. Issue #11 (shmakes). More... over 15 years ago
Start to reinstate tests. More... over 15 years ago
Reinstate functional tests. At least the ones that still pass. More... over 15 years ago
Work on reducing import errors, and recovery of subcommand imports. Some bugs fixed. More progress towards some functional tests working. More... over 15 years ago
More small changes More... over 15 years ago
Small stuff More... over 15 years ago
Fix a couple of bugs. More... over 15 years ago
Debugger command "p" changed to "pr" to disambiguate with user variables named p in code set maxastrsize -> set maxstring and fix bug in code to update _repr.maxstring. Both name changes keep in better alignment with the trepanning debuggers. More... over 15 years ago
Make error prefix string match Ruby and POSIX shell debuggers More... almost 16 years ago
remove pyflakes warnings. More... almost 16 years ago
Improve help text. More... almost 16 years ago