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
Instant
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 13 of 20
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Split some functions out from build_module.
Martin Sandve Alnæs
More...
over 16 years ago
Shortened line lengths.
Martin Sandve Alnæs
More...
over 16 years ago
Speed fix.
Martin Sandve Alnæs
More...
over 16 years ago
Improved cache timing test, added sleep in __hash__ as well.
Martin Sandve Alnæs
More...
over 16 years ago
Added test of in-memory cache with signature object.
Martin Sandve Alnæs
More...
over 16 years ago
bugfix
Martin Sandve Alnæs
More...
over 16 years ago
Adding module to memory cache on cache imports in build_module as well. Existing tests pass, but I don't have time to test this properly now. Feel free to add unit tests that cover this!
Martin Sandve Alnæs
More...
over 16 years ago
Placing module in memory cache when first built. Not tested.
Martin Sandve Alnæs
More...
over 16 years ago
Added ignore_errors=True to all shutil.rmtree calls.
Martin Sandve Alnæs
More...
over 16 years ago
Fixed some code with a small bug potential.
Martin Sandve Alnæs
More...
over 16 years ago
Bugfix for non-string moduleid in import_module.
Martin Sandve Alnæs
More...
over 16 years ago
Removed makefile generation.
Martin Sandve Alnæs
More...
over 16 years ago
Setting default output level to INFO. Call f.ex. instant.set_logging_level("warning") to reduce verbosity.
Martin Sandve Alnæs
More...
over 16 years ago
Fix bug with not replacing None with default cache dir.
Martin Sandve Alnæs
More...
over 16 years ago
Bugfix in use of get_status_output.
Martin Sandve Alnæs
More...
over 16 years ago
Added date and time to temp directory postfix, making the /tmp directories possible to discern if manual inspection is needed during e.g. debugging.
Martin Sandve Alnæs
More...
over 16 years ago
Changed numarray and Numeric tests to use same cache directory, works fine now.
Martin Sandve Alnæs
More...
over 16 years ago
Adding more arguments to checksums.
Martin Sandve Alnæs
More...
over 16 years ago
Fixed last commands->subprocess change.
Martin Sandve Alnæs
More...
over 16 years ago
Generate batch files for Windows.
Johannes Ring
More...
over 16 years ago
Check for existens of checksum file before trying to delete it.
Ilmar Wilbers
More...
over 16 years ago
Bugfix in get_temp_dir().
Martin Sandve Alnæs
More...
over 16 years ago
Added "In instant.foo: " to warning and error messages.
Martin Sandve Alnæs
More...
over 16 years ago
Bugfix in instant-showcache.
Martin Sandve Alnæs
More...
over 16 years ago
Added assertion for "a != b", this should never be the case. If applications pass bad input, it should cause an error, not be worked around in instant.
Martin Sandve Alnæs
More...
over 16 years ago
Added FIXME for in-memory cache bug.
Martin Sandve Alnæs
More...
over 16 years ago
Remove file to be overwritten before shutil.copyfile to avoid exception.
Ilmar Wilbers
More...
over 16 years ago
Add test: a = os.path.join(source_directory, f) b = os.path.join(module_path, f) if a == b: continue This because the files are the same, and shutil.copyfile will not overwrite, causing an error (overwriting in this case is not necessary, anyway).
Ilmar Wilbers
More...
over 16 years ago
Some more renaming.
Martin Sandve Alnæs
More...
over 16 years ago
merge
Martin Sandve Alnæs
More...
over 16 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
18
19
20
→
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