I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added varargs syntax "def f(a, b, +c): ..." More... about 34 years ago
Now uses varargs syntax to grep more than one file. More... about 34 years ago
Almost complete rewritten. Documentation added. Simple interface "pdb.run('<statement>')" added. More... about 34 years ago
Never return a non-existing pathname. Rewrote has_magic using a regular expression match. More... about 34 years ago
Rewritten using regex. More... about 34 years ago
Use module os. Split off file cache to module 'linecache'. More... about 34 years ago
react to interrupts differently More... about 34 years ago
Use module 'os' More... about 34 years ago
Converted to use == equality check syntax. More... about 34 years ago
add READONLY to member list. More... about 34 years ago
User trace feature. More... about 34 years ago
Initial revision More... about 34 years ago
Fix bug in assign_slice for negative index; used length of wrong object! More... about 34 years ago
Bugfix: it choked on an empty argument! More... about 34 years ago
Cosmetic changes; added more subsections to chapter 2; new syntax (==). More... about 34 years ago
Cosmetic changes; added sections on notation and on objects; new grammar (global, '=='). More... about 34 years ago
Changes needed for indexing. More... about 34 years ago
Stop option processing immediately after "-c command", leaving additional options for the command to handle. More... about 34 years ago
New == syntax More... about 34 years ago
Initial revision More... about 34 years ago
New == syntax; regs is no longer a method. More... about 34 years ago
Cosmetic changes; sabotage 'go' and 'stdwin'; New == syntax. More... about 34 years ago
Tokenizing version (see lib/tokenize.py). More... about 34 years ago
Cosmetic change. More... about 34 years ago
Initial revision More... about 34 years ago
Use new, more generic structure for *fix.py scripts. More... about 34 years ago
'regs' is a read-only data member, not a function. More... about 34 years ago
Don't allow '==' at top level yet, to catch conversion errors. More... about 34 years ago
Raise SystemExit instead of calling goaway(). More... about 34 years ago
Clear errno, just to be sure. More... about 34 years ago