I Use This!
Very High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Jan 25, 2025 — Jan 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added initfl() call when USE_FL is define. More... over 34 years ago
Use dmore dict2lookup. More... over 34 years ago
Reflect changed file name in comments. More... over 34 years ago
Changed many calls to dict stufff to dict2 variants. *** Somehow the call to printobject was changed back to fwrite?!?! *** More... over 34 years ago
Change getbuiltin interface to get the name as an object. More... over 34 years ago
Change getbuiltin interface to get the name as an object; call dict2lookup insteead of dictlookup. More... over 34 years ago
Fixed almost all list errors. More... over 34 years ago
Lots of cosmetic changes. Lots of small bugfixes (lint!). Made bgn_group and end_group form methods instead of top-level functions. More... over 34 years ago
Adde get_mouse and find_first/find_last (by robertl) More... over 34 years ago
Initial revision More... over 34 years ago
All mac compilers now use 1904 as the Epoch... More... over 34 years ago
Completely ignore lines with only a newline token on them, except wholly empty lines interactively. More... over 34 years ago
Added getxwindowin() method More... over 34 years ago
Add gethostname() and s.avail(). More... over 34 years ago
Ignore SIGPIPE when we've opened a pipe More... over 34 years ago
Check for write errors after printing a value More... over 34 years ago
Support for long integers More... over 34 years ago
Add some err_errno calls that were missing More... over 34 years ago
New syntax More... over 34 years ago
New grammar (semicolons, continue, no multiple NEWLINES) More... over 34 years ago
New syntax: semicolons, continue statement. For the latter we must keep track of the current block's type. (We can't continue through a try statement, sigh.() More... over 34 years ago
Support for long integers More... over 34 years ago
Added call_object interface More... over 34 years ago
Add interface to call a Python function (or other callable) object from C. More... over 34 years ago
Change treatment of multiple NEWLINES More... over 34 years ago
Call printobject instead of fwrite to print strings. More... over 34 years ago
Added 'continue', semicolons and dictionary displays. More... over 34 years ago
The print operation now returns status! More... over 34 years ago
Connection sockets now have the proper family/type/proto values. Fix argument handling bug in socket(f,t,p) call. Fix some comments. More... over 34 years ago
Fixed confusing error message (open should be popen) More... over 34 years ago