I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Getpgrp() has a parameter, at least on BSD! More... almost 33 years ago
When printing an error message, don't choke if tok->buf is NULL. More... almost 33 years ago
Add marshalling for dictionaries. More... almost 33 years ago
Add "close" function parameter to newopenfileobject(). More... almost 33 years ago
Export getdict2key() interface. More... almost 33 years ago
Simplified STDWIN initialization. More... almost 33 years ago
Added to list of bad filenames. More... almost 33 years ago
Initial revision More... almost 33 years ago
Added getpgrp(); fixed buggy calls to getnoarg(). More... almost 33 years ago
Declare errno, for prehistoric systems. More... almost 33 years ago
*** empty log message *** More... almost 33 years ago
Expoer "marshal" module. More... almost 33 years ago
Export newcodeobject() interface. More... almost 33 years ago
Export float_buf_repr() interface, for marshalling of floats. More... almost 33 years ago
Initial revision More... almost 33 years ago
Changed and exported newcodeobject() interface, for ".pyc" files. More... almost 33 years ago
Added fclose to newopenfileobject() calls. More... almost 33 years ago
Added popen(). Added getmtime() function for use by ".pyc" processing. More... almost 33 years ago
Support ".pyc" files: cached compilation results. (Similar to Emacs ".elc" files.) More... almost 33 years ago
Removed Think C 3.0 stuff and wish list. More... almost 33 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... almost 33 years ago
Remove test for unimplemented sq_repeat method (see tupleobject comments) More... almost 33 years ago
Fix comments in string_as_sequence More... almost 33 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... almost 33 years ago
Removed utimes() compatibility hack. Added _exit, exec, fork, getpid, getppid, kill and wait. More... almost 33 years ago
Don't print the line number for syntax errors in string parsing. More... almost 33 years ago
Added declarations for dnewlongobject and dgetlongvalue. More... almost 33 years ago
Added dnewlongobject(), function to convert double to long int. More... almost 33 years ago
Fix conversion of double to long; stylistic changes. More... almost 33 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... almost 33 years ago