An open API service providing commit metadata for open source projects.

GitHub / ionelmc/python-aspectlib / commits

An aspect-oriented programming, monkey-patch and decorators library. It is useful when changing behavior in existing code is desired. It includes tools for debugging and testing: simple mock/record and a complete capture/replay framework.

SHA Message Author Date Stats
52092d5e Wrong extension/format apparently. Ionel Cristian Mărieș <c****t@i****o> about 2 years ago
671b0138 Add a tidelift security policy. Ionel Cristian Mărieș <c****t@i****o>
Committed by: GitHub <n****y@g****m>
about 2 years ago
8791387d Add a tidelift security policy. Ionel Cristian Mărieș <c****t@i****o> about 2 years ago
2516ffe0 Ignore throw 3-arg deprecation. Ionel Cristian Mărieș <c****t@i****o> about 2 years ago
b85abdb0 Fix some cleanup regressions. Ionel Cristian Mărieș <c****t@i****o> about 2 years ago
e85fc6cf Apply ruff cleanups/formatting. Ionel Cristian Mărieș <c****t@i****o> about 2 years ago
14ea6dc1 Up skel, add py 3.11 and 3.12 and drop 3.7. Ionel Cristian Mărieș <c****t@i****o> about 2 years ago
d5122f86 Bump version: 1.5.2 → 2.0.0 Ionel Cristian Mărieș <c****t@i****o> almost 4 years ago
01c8d9c0 Fix formatting. Ionel Cristian Mărieș <c****t@i****o> almost 4 years ago
5ff96b4b Move file in the right place. Ionel Cristian Mărieș <c****t@i****o> almost 4 years ago
5e6bd6a6 Update changelog. Ionel Cristian Mărieș <c****t@i****o> almost 4 years ago
3153065a Remove some dead code and remove those runtime imports for what was py3 support. Ionel Cristian Mărieș <c****t@i****o> almost 4 years ago
ed4b036b Drop support for old pythons and switch to github actions. Ionel Cristian Mărieș <c****t@i****o> almost 4 years ago
7dccb198 Remove tornado<6 test constraint. Ref #15. Ionel Cristian Mărieș <c****t@i****o> over 5 years ago
24e6e276 Update skel and drop 3.5 Ionel Cristian Mărieș <c****t@i****o> over 5 years ago
483fd5c3 Bump version: 1.5.1 → 1.5.2 Ionel Cristian Mărieș <c****t@i****o> almost 6 years ago
889055f7 Fix pypy3 CI. Ionel Cristian Mărieș <c****t@i****o> almost 6 years ago
8fae25b1 Update changelog. Ionel Cristian Mărieș <c****t@i****o> almost 6 years ago
117dfdd7 Update project skel (include py 3.9 in CI). Ionel Cristian Mărieș <c****t@i****o> almost 6 years ago
1584695c merge Merge pull request #19 from felixonmars/patch-1 Ionel Cristian Mărieș <c****t@i****o>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
75504294 Fix test for Python 3.9 Felix Yan <f****s@a****g>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
666ee464 Bump version: 1.5.0 → 1.5.1 Ionel Cristian Mărieș <c****t@i****o> about 6 years ago
0888d19c Update changelog. Ionel Cristian Mărieș <c****t@i****o> about 6 years ago
f63513f0 Style fix. Ionel Cristian Mărieș <c****t@i****o> about 6 years ago
1866571a Remove debug prints. Ionel Cristian Mărieș <c****t@i****o> about 6 years ago
309c89fe Bump version: 1.4.2 → 1.5.0 Ionel Cristian Mărieș <c****t@i****o> over 6 years ago
60f35b9e Update changelog. Ionel Cristian Mărieș <c****t@i****o> over 6 years ago
6d8a33eb Remove broken link. Ionel Cristian Mărieș <c****t@i****o> over 6 years ago
8e658b4b Exclude bumpversion conf. Ionel Cristian Mărieș <c****t@i****o> over 6 years ago
81aa94da Fix some styling. Ionel Cristian Mărieș <c****t@i****o> over 6 years ago
c2f59585 Some styliing. Ionel Cristian Mărieș <c****t@i****o> over 6 years ago
a5cfc1d5 Add support for coroutines (async def functions). Ref #11. Ionel Cristian Mărieș <c****t@i****o> over 6 years ago
857f0851 Loosen up assertion and switch to linematcher. Ionel Cristian Mărieș <c****t@i****o> over 6 years ago
dd963d48 Fix LogCapture to work with "silenced" loggers. Ionel Cristian Mărieș <c****t@i****o> over 6 years ago
a371584e Update project skel. Ionel Cristian Mărieș <c****t@i****o> over 6 years ago
66efa2ee update authors and changelog information Jonas Maurus <j****b@m****t> about 7 years ago
7576ced9 Only evaluate attributes after we know they match the method selector. Otherw... Jonas Maurus <j****b@m****t> about 7 years ago
7dba7651 merge Merge pull request #12 from german1608/patch-1 Ionel Cristian Mărieș <c****t@i****o>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
a7cac493 fix introduction example of aspectlib.Aspect German Robayo <g****3@g****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
0ca9775c Bump version: 1.4.1 → 1.4.2 Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
8cec64ae Oooops. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
e50e1f6a Bump version: 1.4.0 → 1.4.1 Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
f9fd57bf Update changelog.t Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
6a3298ec Fix importing of modules with dots in certain scenarios. Ref #6. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
e2f7664c Bump version: 1.3.3 → 1.4.0 Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
eee8b564 Don't split index anymore. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
e8dc2688 Sort imports. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
f6254f80 Fix missing deps. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
ac2fb06e Fix clearing. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
f2e4f02d Update skel. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
8f63d12a Add a weave fixture. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
78e743ad Correct weaving of methods, the weaved function should be unbound. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
412049bf Add classifier. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
98dcab17 Add 3.5 env. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
0842c53c Add a doctests env. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
ca8a6151 Update url. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
06a418e1 Argh ... Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
aa22001b Make doctest pass on Windoze Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
462b2973 merge Merge pull request #5 from The-Compiler/patch-1 Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
97c8c158 Fix typo in README Florian Bruhin <m****e@t****g> over 10 years ago
1a8dd399 Fix some spaces. Ionel Cristian Mărieș <c****t@i****o> over 10 years ago
025df514 Update test config. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
505c3670 Update examples. Ref #3. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
040f40ce Bump version: 1.3.2 → 1.3.3 Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
0d115700 Fix spelling for ABSOLUTELY_ALL_METHODS. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
a46866ee Bump version: 1.3.1 → 1.3.2 Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
e2da9ac4 Update changelog. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
87fe44fd Port the fix in 004cae8 to Py3. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
004cae8a Fix another tricky bug in the generator advising wrappers. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
3167ed2b Remove project file. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
eec26a25 Bump version: 1.3.0 → 1.3.1 Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
4b6575e0 Use correct project id. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
f4974517 Udate badges, manifest etc. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
6050a2b5 Fix appveyor conf. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
8636c2d8 merge Merge pull request #2 from svetlyak40wt/patch-1 Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
ca793bb9 Fix a typo "kids" –> "kinds" Alexander Artemenko <s****t@g****m> almost 11 years ago
0049a5f1 Update changelog. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
7d0c6e93 Restore changelog. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
b67b34a6 Correct manifest. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
518c3524 Remove old changelog. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
d481c9c9 More test. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
520c0f92 Reformat Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
1ffaa142 Fix result for generator wrapping aspects. Previously no return/raiseStopIter... Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
16c12fbf Update skel. Ionel Cristian Mărieș <c****t@i****o> almost 11 years ago
b2146958 Update requirements.txt Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
001275e0 Upgrade some more deps for docs. Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
8b741179 Use newer theme. Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
14506582 A bit of styling. Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
18e45858 Add missing doc for aspectlib.contrib. Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
7e2c541f Remove this pycharm stuff. Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
443e5a80 Bump version: 1.2.2 → 1.3.0 Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
eef20072 Strip func text role too. Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
9693a5df Add to gitignore too. Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
a456700c Fixed a bogus warning from `patch_module` when patching methods on old style ... Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
3db07bbd Don't collect .env. Ionel Cristian Mărieș <c****t@i****o> about 11 years ago
6b5c9ee6 Add note about change. Ionel Cristian Mărieș <c****t@i****o> over 11 years ago
35892398 Update changelog. Add dates. Ionel Cristian Mărieș <c****t@i****o> over 11 years ago
5b111672 Add example with ``messages``. Ionel Cristian Mărieș <c****t@i****o> over 11 years ago
92abba43 Fix example. Ionel Cristian Mărieș <c****t@i****o> over 11 years ago
8a4054a3 Remove some unused imports. Ionel Cristian Mărieș <c****t@i****o> over 11 years ago

← Back to repository