1
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
for lack of a better spot to stick it atm, add a basic loader to test_demandload_usage that scans the target source for locations to verify; via this, bypasses the issue of "if it's tested, it gets checked"
ferringb
as Brian Harring
More... about 17 years ago
add arg verification for demandload targets
ferringb
as Brian Harring
More... about 17 years ago
be less of a retard, and ensure I didn't commit midway through a mod
ferringb
as Brian Harring
More... about 17 years ago
add a *very* initial scratching out of a tool for overriding __import__ to inspect modules being pulled in; atm, mainly using it for timing, but will extend it as needed
ferringb
as Brian Harring
More... about 17 years ago
protect against multiple args to the demandload imports target
ferringb
as Brian Harring
More... about 17 years ago
rework demand_compile_regexp to actually delay re.compile accessing until the first required regex compilation- via this change, using demand_compile_regexp doesn't force importing re until the first *actual* compile
ferringb
as Brian Harring
More... about 17 years ago
make demandload go 'boom' if called with the old api
ferringb
as Brian Harring
More... about 17 years ago
gut load_any, simplify it to use load_modules/load_attribute
ferringb
as Brian Harring
More... about 17 years ago
tweak load_attribute to use rsplit, correct missing newlines.
ferringb
as Brian Harring
More... about 17 years ago
demandload refactoring from marien.
ferringb
as Brian Harring
More... about 17 years ago
use operator.__(and|x?or)__ instead of adhoc funcs; upshot, avoids the native python frame.
ferringb
as Brian Harring
More... about 17 years ago
hand off to update; granted, it's usually the same for loop, but sometimes it's not (it's designed to do batched updates, thus prefer it since derivatives might have a faster variant)
ferringb
as Brian Harring
More... about 17 years ago
pull in misc changes from charly; default DictMixin.__init__, break a base out for set derivatives, flush title updates after writing, etc.
ferringb
as Brian Harring
More... about 17 years ago
merge in changes from pkgcore; allow ^~ in wordchars.
ferringb
as Brian Harring
More... about 17 years ago
update bash parsing from pkgcore for x=y@a
ferringb
as Brian Harring
More... about 17 years ago
...be less of a retard, readd S_ISDIR/S_ISREG
ferringb
as Brian Harring
More... about 17 years ago
misc whitespace/import cleanup
ferringb
as Brian Harring
More... about 17 years ago
re-localize a few funcs, drop vim markup.
ferringb
as Brian Harring
More... about 17 years ago
pull in cleanup/additions by Kyle McFarland.
ferringb
as Brian Harring
More... about 17 years ago
pull in the updated test_klass from pkgcore, drop module mangling instead using currying.
ferringb
as Brian Harring
More... about 17 years ago
pull in the additional snakeoil work.
ferringb
as Brian Harring
More... about 17 years ago
fresh reimport, dropping history from pkgcore (no point in lugging around 10+ mb of unrelated bzr history)
ferringb
as Brian Harring
More... about 17 years ago