45
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed import of builtin.compile More... almost 21 years ago
the right version of compile in main.py More... almost 21 years ago
made all imports relative More... almost 21 years ago
there is a problem with circular imports if one of them is spelling the package More... almost 21 years ago
fixed trivial case of argument decoding More... almost 21 years ago
moved co_xxx definitions around More... almost 21 years ago
generalizing functions. They all redirect to their specific code object More... almost 21 years ago
generalizing functions. They all redirect to their specific code object More... almost 21 years ago
generalizing functions. They all redirect to their specific code object More... almost 21 years ago
added test for non-empty cell retrieval. More... almost 21 years ago
added test for cell method More... almost 21 years ago
added cell retrieving method More... almost 21 years ago
generalizing functions. They all redirect to their specific code object More... almost 21 years ago
traceback printing that works better but reads worse (== hacky) More... almost 21 years ago
added cell support, rewritten impl internals in cell terms. More... almost 21 years ago
restore test/hello_world.py to more challenging version More... almost 21 years ago
hello world More... almost 21 years ago
added newmodule() to object spaces More... almost 21 years ago
module objects working More... almost 21 years ago
added delitem support for dicts. More... almost 21 years ago
added module objects, still testing More... almost 21 years ago
a variety of hacks to get things working a little better in the currently builtin-less world. mostly should be undone at a later date. More... almost 21 years ago
added setitem test. More... almost 21 years ago
One small change More... almost 21 years ago
make None false More... almost 21 years ago
added default_is_true More... almost 21 years ago
added default_not More... almost 21 years ago
added default_id More... almost 21 years ago
added default_ne More... almost 21 years ago
add test for ne More... almost 21 years ago