1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jul 26, 2024 — Jul 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
reference More... almost 13 years ago
garden More... almost 13 years ago
Merge pull request #16 from lorenzogil/master More... almost 13 years ago
Pass the ignore argument to the recursive call, otherwise we can only ignore top level packages More... almost 13 years ago
prep for 1.0a7 More... almost 13 years ago
ignore jython orphan compiled files too More... almost 13 years ago
- Bug fix: no longer suppress ``ImportError`` while scanning by default. If you want to suppress ``ImportError`` while scanning, you'll now need use an ``onerror`` callback as described in the documentation. More... almost 13 years ago
coverage, make sure tox works More... almost 13 years ago
fix (poorly) ignoring of pyc/pyo files under importlib-based Pythons (py33+); use nose-exclude rather than trying to divine whether we're being imported by nose or legitimately at module scope More... almost 13 years ago
ignore all env* dirs More... almost 13 years ago
prep for 1.0a6 More... over 13 years ago
fix on 2.4 and 2.5 platforms More... over 13 years ago
- Don't ignore decorated objects within their original locations if they happen to be imported into another module (remove ``seen`` set from invoke in venusian scanning). See https://github.com/Pylons/venusian/pull/13 . More... over 13 years ago
Test to make sure that decorators are picked up even if they're imported when the whole package is scanned More... over 13 years ago
prep for 1.0a5 More... over 13 years ago
- Slightly less sucky way to ignore objects during scanning that are only imported into a module but not actually defined there. See 1.0a4 change notes for rationale. Now instead of checking whether the module of the *scanned object* matches the module being scanned, we check whether the module of the *Venusian attachment* matches the module being scanned. This allows some genuine uses of imported objects as Venusian scan targets while preventing inappropriate double-scanning of objects that have a venusian attachment which just happen to be imported into other scanned modules. More... over 13 years ago
- Add ``dev`` and ``docs`` setup.py commands (ala Pyramid). More... over 13 years ago
get trove classifiers and docs link right More... over 13 years ago
prep for 1.0a4 More... over 13 years ago
- Attempt to ignore objects during scanning that are only imported into a module but not actually defined there. This is a semantics change, but it's the right thing to do, because I found myself facing a situation like this:: More... over 13 years ago
fix version number More... over 13 years ago
prep for 1.0a3 More... over 13 years ago
typo More... over 13 years ago
typo More... over 13 years ago
add themes to gitignore More... over 13 years ago
remove submodule More... over 13 years ago
merge after conflict More... over 13 years ago
add change note about ignore More... over 13 years ago
more tests for ignore, fix wrong docs More... over 13 years ago
fix wording More... over 13 years ago