I Use This!
Very High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jan 13, 2025 — Jan 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Declare errno, for prehistoric systems. More... over 34 years ago
*** empty log message *** More... over 34 years ago
Expoer "marshal" module. More... over 34 years ago
Export newcodeobject() interface. More... over 34 years ago
Export float_buf_repr() interface, for marshalling of floats. More... over 34 years ago
Initial revision More... over 34 years ago
Changed and exported newcodeobject() interface, for ".pyc" files. More... over 34 years ago
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