openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
V
Venusian
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 15 hours
ago.
Jul 26, 2024 — Jul 26, 2025
Showing page 7 of 10
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
reference
Chris McDonough
More...
almost 13 years ago
garden
Chris McDonough
More...
almost 13 years ago
Merge pull request #16 from lorenzogil/master
Chris McDonough
More...
almost 13 years ago
Pass the ignore argument to the recursive call, otherwise we can only ignore top level packages
Lorenzo Gil Sanchez
More...
almost 13 years ago
prep for 1.0a7
Chris McDonough
More...
almost 13 years ago
ignore jython orphan compiled files too
Chris McDonough
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.
Chris McDonough
More...
almost 13 years ago
coverage, make sure tox works
Chris McDonough
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
Chris McDonough
More...
almost 13 years ago
ignore all env* dirs
Chris McDonough
More...
almost 13 years ago
prep for 1.0a6
Chris McDonough
More...
over 13 years ago
fix on 2.4 and 2.5 platforms
Chris McDonough
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 .
Chris McDonough
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
robinharms
More...
over 13 years ago
prep for 1.0a5
Chris McDonough
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.
Chris McDonough
More...
over 13 years ago
- Add ``dev`` and ``docs`` setup.py commands (ala Pyramid).
Chris McDonough
More...
over 13 years ago
get trove classifiers and docs link right
Chris McDonough
More...
over 13 years ago
prep for 1.0a4
Chris McDonough
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::
Chris McDonough
More...
over 13 years ago
fix version number
Chris McDonough
More...
over 13 years ago
prep for 1.0a3
Chris McDonough
More...
over 13 years ago
typo
Chris McDonough
More...
over 13 years ago
typo
Chris McDonough
More...
over 13 years ago
add themes to gitignore
Chris McDonough
More...
over 13 years ago
remove submodule
Chris McDonough
More...
over 13 years ago
merge after conflict
Chris McDonough
More...
over 13 years ago
add change note about ignore
Chris McDonough
More...
over 13 years ago
more tests for ignore, fix wrong docs
Chris McDonough
More...
over 13 years ago
fix wording
Chris McDonough
More...
over 13 years ago
←
1
2
3
4
5
6
7
8
9
10
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree