I Use This!
Very High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jan 18, 2025 — Jan 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BUGFIX! Instructions are unsigned bytes. More... almost 35 years ago
Rename class methods to instance methods (at least where user-visible) More... almost 35 years ago
Initial revision More... almost 35 years ago
Incorporated MSDOS changes (untested). More... almost 35 years ago
Made utime use much more portable. Incorporated i386 mods. (Oh, BTW, the "right" python name is now posix.utime, not utimes! More... almost 35 years ago
This is no longer needed, since all these functions are now built-in (with different interfaces). Change the module definition to call the built-in functions, for compatibility. More... almost 35 years ago
Don't us sys.ps1 and sys.ps2. Exercise trailing comma in tuples. More... almost 35 years ago
Added join() and joinfields() functions. Fixed center(). Rewrote ljust() and rjust(). More... almost 35 years ago
Initial revision More... almost 35 years ago
Support packing whole trees. More... almost 35 years ago
Support [...] ranges. Also [!...] for negated ranges, SYSV shell style. More... almost 35 years ago
Added window list management functionality. Automatically call self.destroy() if WE_CLOSE event dispatched. Added keyboard, alternate drawing and getwindow interface. Call child's realize method. More... almost 35 years ago
Added alternate drawing, realize and getwindow interfaces (why not keyboard?) More... almost 35 years ago
Added keyboard, alternate drawing, realize and getwindow interfaces. More... almost 35 years ago
Enabled logicop arguments (LO_*). More... almost 35 years ago
Added dummy realize() method. More... almost 35 years ago
New: getwindow() parent method and realize() child method. More... almost 35 years ago
Fix window.setfont() to call drawing_setfont internally. More... almost 35 years ago
Add declaration of struct _node, for scoping reasons. More... almost 35 years ago
More flexible font setting (mainly for the Mac). More... almost 35 years ago
Added external interface to readline, for raw_input(). More... almost 35 years ago
Use fileobject's filegetline() to implement unlimited raw_input(). More... almost 35 years ago
Hack for THINK C time function. Made more functions externally visible. More... almost 35 years ago
Optimized single-character strings gotten from s[i]. More... almost 35 years ago
Added isatty() for MPW. More... almost 35 years ago
Added opcodes to load local/global variables More... almost 35 years ago
Added 'softspace' interface to replace 'needspace' printing hack. More... almost 35 years ago
Added error checking for numeric constants; added local/global variable optimization. More... almost 35 years ago
Changed 'class member' to 'instance'. More... almost 35 years ago
Change ugly 'class member' to more normal 'instance'. More... almost 35 years ago