openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
j5basic
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
about 17 hours
ago.
Feb 09, 2025 — Feb 09, 2026
Showing page 14 of 15
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
added ability to using a calling_frame_arg that is not in extended_args this is particularly important for session protection: you don't want people to be able to override the calling_frame added tests for the new cases and cleaned up docstrings
davidf
More...
over 19 years ago
added support for specifying a calling_frame_arg which will signal the decorator to fetch the calling function's stack frame and pass it to the decorator the calling_frame_arg should be specified in extendedargs - see the tests
davidf
More...
over 19 years ago
handle .pyc and .pyo extensions, and give useful feedback if we get an import error from another file, this is usually important so report as warning... changed syntax of warning to clarify that the import failure may not happen in the modulename module
davidf
More...
over 19 years ago
Replace utf8 with UTF-8
davidm
More...
over 19 years ago
raise ImportErrors that originate from outside this file. Otherwise we should continue trying to import
stephene
More...
over 19 years ago
If the given module is found, ImportError will not be raised (http://docs.python.org/lib/module-exceptions.html#l2h-108). If the given module is found, but could not be imported then it is caught by 'except: Exception, error' and raised, so I am removing this FIXME.
stephene
More...
over 19 years ago
renamed cleanup generator to cleanup iterator after intense debate on nomenclature and consulting the python docs
davidf
More...
over 19 years ago
Add the wraptimer decorator, which measures and logs the time it takes to run a function
davidm
More...
over 19 years ago
remove getcallingframe which was unused, failing tests, and undocumented :-)
davidf
More...
over 19 years ago
We should not attribify ConfigTree nodes
davidm
More...
over 19 years ago
Add module with function(s) for generating unique ids.
simonc
More...
over 19 years ago
These tests have been moved down to the src/ directory in closedsvn Commited at the same time by accident: Basic/Module.py - there is no special reason to use stack() to get previous frames, so just use the other method WebComponents/Web - Try to generate the right route to css with a few changes. They don't help
davidm
More...
over 19 years ago
Decorator for unimplemented methods (from j5-table-cleanup branch).
simonc
More...
over 19 years ago
an attempt to get the calling frame when source is not available
davidf
More...
over 19 years ago
added ability to pass loglevel into Module loader
davidf
More...
over 19 years ago
Commit j5-components branch on opensvn
davidm
More...
over 19 years ago
ValueException -> ValueError
simonc
More...
over 19 years ago
rather than raising an error if a default is supplied for an argument that currently doesn't have one, just discard the default
davidf
More...
over 19 years ago
When there's a required arg we don't have, fill it in with None and log a warning
davidm
More...
over 19 years ago
Adding cautionary note to SelfLock.runwithlock decorator.
simonc
More...
over 19 years ago
Removing debugging print statement.
simonc
More...
over 19 years ago
Tidy up Decorators.py and test_Decorators.py. Add SelfLocking decorator and a test for it.
simonc
More...
over 19 years ago
Renaming decorator.py to Decorators.py
simonc
More...
over 19 years ago
Multiton and tests.
simonc
More...
over 19 years ago
replace j5.Database.Dates with datetime to remove unneccessary dependency added TODO to write tests for this module
davidf
More...
over 19 years ago
Making imports use j5.package.module instead of package.module. Numerous small formatting cleaning ups.
simonc
More...
over 19 years ago
Merge the new_server_architecture branch
davidm
More...
over 19 years ago
added attrdict (which provides dictionary values as attributes with key names) added attribify which converts nested dictionary / list trees so the dicts are attrdicts this is particularly useful for making Kid code more beautiful...
davidf
More...
almost 20 years ago
Added Timer, a timer accurate to the resolution of a second guaranteed (could be accurate as fast as 10 milliseconds, depending on what you wanted to do) Added test_Timer, the tests for Timer
davidm
More...
almost 20 years ago
Add __init__.py to make this a module
davidm
More...
almost 20 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
→
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