I Use This!
Very High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jan 15, 2025 — Jan 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added fclose to newopenfileobject() calls. More... over 34 years ago
Added popen(). Added getmtime() function for use by ".pyc" processing. More... over 34 years ago
Support ".pyc" files: cached compilation results. (Similar to Emacs ".elc" files.) More... over 34 years ago
Removed Think C 3.0 stuff and wish list. More... over 34 years ago
In support of popen(), file objects are now parametrized with a close function on creation. (There's a funny thing about the return value of the close function that should be resolved.) Also added 'isatty' method. More... over 34 years ago
Remove test for unimplemented sq_repeat method (see tupleobject comments) More... over 34 years ago
Fix comments in string_as_sequence More... over 34 years ago
Finally implement tuple*number. From now on all sequence types must (pretend to) support all operations except assignments; if you don't want to support an operation you have to provide a dummy function that raises an exception... More... over 34 years ago
Removed utimes() compatibility hack. Added _exit, exec, fork, getpid, getppid, kill and wait. More... over 34 years ago
Don't print the line number for syntax errors in string parsing. More... over 34 years ago
Added declarations for dnewlongobject and dgetlongvalue. More... over 34 years ago
Added dnewlongobject(), function to convert double to long int. More... over 34 years ago
Fix conversion of double to long; stylistic changes. More... over 34 years ago
Don't suppress wsetfont(""); Don't report WE_MENU events with None as menu pointer; Added stdwin.getactie() function; Moved code to turn WINDOW* into windowobject* to a separate function. More... over 34 years ago
Call clearerr() after EOF seen. More... over 34 years ago
Fix off-by-one error in long_repr. Implement long_pow. More... over 34 years ago
Fix special cases in pow() More... over 34 years ago
Added text.setactive and text.setview. Moved some functions around. More... over 34 years ago
Initial revision More... over 34 years ago
*** empty log message *** More... over 34 years ago
*** empty log message *** More... over 34 years ago
Added xor functions. Hide/show focus hacks around tedraw are no longer needed. More... over 34 years ago
Added nonzero to number methods More... over 34 years ago
Many small changes More... over 34 years ago
Added wdigit and stwodigits typedefs, and changed prototypes. More... over 34 years ago
Added nonzero test More... over 34 years ago
Added nonzero test More... over 34 years ago
Don't optimize <string> and <stdin> code More... over 34 years ago
Declare ticker as int; made testbool generic for all numeric types More... over 34 years ago
Added recognition of 'l' or 'L' as long integer suffix More... over 34 years ago