0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix bug where cxt['self'] was not accessible by method_call advice More... almost 21 years ago
Added usual setup.py boilerplate code; made stub creation working again More... about 21 years ago
Fixing broken stuff More... about 21 years ago
how did I forget to add this before? More... about 21 years ago
just another typo More... about 21 years ago
fix some typos More... about 21 years ago
major packaging cleanup More... over 21 years ago
fix aosd url More... over 21 years ago
fix a typo More... almost 22 years ago
add some dirs More... almost 22 years ago
cleanup docs (fixing dostrings for the old versions to apply to the new version) More... almost 22 years ago
add MANIFEST More... almost 22 years ago
Bumped revision More... almost 22 years ago
Update news for 1.4, note that we now require Python 2.2.1 or later. More... almost 22 years ago
small docs fix More... almost 22 years ago
modify docs for the new api and such, and fix doctests` More... almost 22 years ago
just cleanup More... almost 22 years ago
got Aspect.extend test working More... almost 22 years ago
major, major changes to the interface and such, so that it works with super(), the __metaclass__ var, and we don't use regexes anymore (helps out with efficiency anyways) More... almost 22 years ago
make a test which shows an affected subclass failing when it calls super() More... almost 22 years ago
remove unneeded import More... about 22 years ago
fix problems when affecting new-style classes More... about 22 years ago
fix typo More... about 22 years ago
bump the version refelected in here. There is some magic autobumping happening that is goofing me up. More... about 22 years ago
bump version to 0.3 More... about 22 years ago
start getting things ready for a release More... about 22 years ago
make Aspect._at private (Aspect.__at). Don't expose more than we need to right now. More... over 22 years ago
small doc changes More... over 22 years ago
update the doc and doctests with respect to the recent changes More... over 22 years ago
Instead of having "at point", get rid of the difference between 'atomic' and 'nonatomic' stuff. We do 'before/after/around' for all of our pointcut types now, for simplicity. Need to update the docs and doctests still. More... over 22 years ago