244
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Apply the parallel compilation patch from Evan Klitzke ([email protected])
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Propagate my changes over from the Python version of NameMapper into the C version
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Fix the regression test I added in the previuos commit
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Add the Regressions.py file for regression tests for tracking down bugs
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Fix test, and correct the error cast in the compiler
rtyler
as R. Tyler Ballance
More... about 16 years ago
Add a test to verify the failure we're seeing with regards to nesting import statements inside of #try/#end try blocks
rtyler
as R. Tyler Ballance
More... about 16 years ago
Add a basic .gitignore for sanity's sake
rtyler
as R. Tyler Ballance
More... about 16 years ago
update
Tavis Rudd
as tavis_rudd
More... almost 17 years ago
2 new tests contributed by Graham Dennis
Tavis Rudd
as tavis_rudd
More... almost 17 years ago
second part of the multiple-decorators patch
Tavis Rudd
as tavis_rudd
More... almost 17 years ago
fix bug in _eatMultiLineDef that Graham Dennis reported.
Tavis Rudd
as tavis_rudd
More... almost 17 years ago
added support for multiple decorators per method (suggested by Graham Dennis)
Tavis Rudd
as tavis_rudd
More... almost 17 years ago
Fixed bug where the module name ends up being a unicode string. It needs to be an instance of str.
Tavis Rudd
as tavis_rudd
More... almost 17 years ago
strip out unused crap that Cheetah doesn't need
Tavis Rudd
as tavis_rudd
More... almost 17 years ago
cosmetic cleanup
Tavis Rudd
as tavis_rudd
More... about 17 years ago
new
Tavis Rudd
as tavis_rudd
More... about 17 years ago
rm debug code
Tavis Rudd
as tavis_rudd
More... about 17 years ago
make autocalling in valueForName correctly ignore newstyle classes and instances that are callable, as it does for oldstyle classes and instances.
Tavis Rudd
as tavis_rudd
More... about 17 years ago
make autocalling in valueForName correctly ignore newstyle classes and instances that are callable, as it does for oldstyle classes and instances.
Tavis Rudd
as tavis_rudd
More... about 17 years ago
new release
Tavis Rudd
as tavis_rudd
More... about 17 years ago
cosmetic
Tavis Rudd
as tavis_rudd
More... about 17 years ago
move import statement
Tavis Rudd
as tavis_rudd
More... about 17 years ago
replace lock with RLock to avoid deadlock
Tavis Rudd
as tavis_rudd
More... about 17 years ago
note about setuptools
Tavis Rudd
as tavis_rudd
More... about 17 years ago
applied filter patch from Graham Dennis
Tavis Rudd
as tavis_rudd
More... over 17 years ago
update
Tavis Rudd
as tavis_rudd
More... over 17 years ago
update
Tavis Rudd
as tavis_rudd
More... over 17 years ago
update
Tavis Rudd
as tavis_rudd
More... over 17 years ago
update
Tavis Rudd
as tavis_rudd
More... over 17 years ago
fix exception wrapping NULL issue reported by Eric Huss
Tavis Rudd
as tavis_rudd
More... over 17 years ago