0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactoring a bit. More... almost 13 years ago
More fixes for evaluation edge-cases. More... almost 13 years ago
Don't think we need to eagerly evaluate numeric values after all, now that we're fully evaluating function args. More... almost 13 years ago
Evaluating function args twice because they might be delayed. More... almost 13 years ago
Fixing the same oversight in the master branch. More... almost 13 years ago
Fixing some oversights. More... almost 13 years ago
Finished the expand/eval/apply reorganization. Let's see if it actually does any good. More... almost 13 years ago
Trying a new expansion/evaluation process. Will hopefully fix some more little bugs. More... almost 13 years ago
Refactoring the apply functions a bit. More... almost 13 years ago
Cleaning up the list type tags and checks. More... almost 13 years ago
Cleaning up the quoted/unquoted metadata for string-like objects. More... almost 13 years ago
Updating the autoconf stuff. More... almost 13 years ago
Release 0.2.2 More... almost 13 years ago
Version bump and changelogs More... almost 13 years ago
Fix link error on PyPy+Linux More... almost 13 years ago
Fix logical error of 9d3268af1822efef47efb39d9fac More... almost 13 years ago
Add convenient alias for Windows build More... almost 13 years ago
Workaround http://bugs.python.org/issue4431 on 2.6 More... almost 13 years ago
Fix build error on Visual Studio >= 2010 (9.0) More... almost 13 years ago
Fix build error on Windows More... almost 13 years ago
Getting the @warn directive to work properly again. More... almost 13 years ago
Cloning the predicates and loop lists in the control directives inside the function evaluator. Necessary in case they get modified during the in-place evaluation. More... almost 13 years ago
Implementing the 'index' built-in. More... almost 13 years ago
Cloning the evauated bits of function bodies; otherwise they might get mutated in place. More... almost 13 years ago
Working on an elusive evaluation bug. More... almost 13 years ago
Evaluating numeric constants as soon as possible (i.e., at parse time). Should prevent subtle eval bugs later on. More... almost 13 years ago
Overloading the 'compact' function so that it behaves correctly with odd combinations of arguments. More... almost 13 years ago
Changing a comment. More... almost 13 years ago
Un-jankifying image-url. More... almost 13 years ago
Factoring out all the string constants into their own module. More... almost 13 years ago