0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Split some functions out from build_module. More... over 16 years ago
Shortened line lengths. More... over 16 years ago
Speed fix. More... over 16 years ago
Improved cache timing test, added sleep in __hash__ as well. More... over 16 years ago
Added test of in-memory cache with signature object. More... over 16 years ago
bugfix 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! More... over 16 years ago
Placing module in memory cache when first built. Not tested. More... over 16 years ago
Added ignore_errors=True to all shutil.rmtree calls. More... over 16 years ago
Fixed some code with a small bug potential. More... over 16 years ago
Bugfix for non-string moduleid in import_module. More... over 16 years ago
Removed makefile generation. More... over 16 years ago
Setting default output level to INFO. Call f.ex. instant.set_logging_level("warning") to reduce verbosity. More... over 16 years ago
Fix bug with not replacing None with default cache dir. More... over 16 years ago
Bugfix in use of get_status_output. 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. More... over 16 years ago
Changed numarray and Numeric tests to use same cache directory, works fine now. More... over 16 years ago
Adding more arguments to checksums. More... over 16 years ago
Fixed last commands->subprocess change. More... over 16 years ago
Generate batch files for Windows. More... over 16 years ago
Check for existens of checksum file before trying to delete it. More... over 16 years ago
Bugfix in get_temp_dir(). More... over 16 years ago
Added "In instant.foo: " to warning and error messages. More... over 16 years ago
Bugfix in instant-showcache. 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. More... over 16 years ago
Added FIXME for in-memory cache bug. More... over 16 years ago
Remove file to be overwritten before shutil.copyfile to avoid exception. 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). More... over 16 years ago
Some more renaming. More... over 16 years ago
merge More... over 16 years ago