0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 7 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
just some whitespace More... over 22 years ago
add some method docs More... over 22 years ago
implement a lot of docs, along with some small doctests More... over 22 years ago
make the contexts be a class that derives from UserDict More... over 22 years ago
many uses of the word 'match' are better named 'pattern' More... over 22 years ago
add in aspect addition (no pun intended). Worked the first time. If it weren't for the the unittests, I wouldn't believe it myself. More... over 22 years ago
fix/change what we exceptions we translate for the user More... over 22 years ago
implement regex-matching for pointcuts, instead of exact name matches. Very painless change. Worked the first time. More... over 22 years ago
use an apply to clean things up, instead of ** and * stuff More... over 22 years ago
Got 'around' working. Things are coming along nicely. More... over 22 years ago
ack, accidently commited last change in the middle of modifications. Modify slightly so that it at least runs. More... over 22 years ago
do 'point setattr' before we do the setting, so the user can see the previous value. No need to do a full-blown 'before' and 'after' More... over 22 years ago
generalize the AroundHelper so that it can be used with more than BoundMethods. More... over 22 years ago
implement the AroundHelper, which we'll use to, well, help with 'around's :) It can do things like proceed() More... over 22 years ago
aspect is mandatory for BoundMethods More... over 22 years ago
add 'before' and 'after' for 'constructor' More... over 22 years ago
implement before and after for method_call joinpoints, along with the proper unittests More... over 22 years ago
only apply setattr test to names that dont' begin with an underscore More... over 22 years ago
Phew. Got pointcuts for at setattr working, along with a unittest for it. The unittests had me really bugged for a long time, because there seems to be a concurrency issue; I tried to have 'make_student' applied in the SimplePoint constructor, but one would over-ride the other (two instances being created at once caused a problem. Go figure). Anyways, it seems that if I just moved the make_student to each indiv test the concurrency stops applying. More... over 22 years ago
got a unittest for point getattr to work implemented! Yay! More... over 22 years ago
start work on getting a unittest working More... over 22 years ago
don't need the copy module More... over 22 years ago
some big changes (what do you expect at this point? :) More specifically, instead of creating our own MetaClass, I'm now using 'new' to create a copy of the Instance class, and that is our metaclass. More... over 22 years ago
get this stuff into the depot. This stuff by no means is anywhere usable yet. More... over 22 years ago
Ignore *.pyc More... over 22 years ago
Fixed usage info of scripts More... over 22 years ago
Project reorganization More... over 22 years ago
Reorganized project, standard distutils layout More... over 22 years ago
Extended summary More... almost 23 years ago
Added globbing More... almost 23 years ago