0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Feb 09, 2025 — Feb 09, 2026
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 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 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 More... over 19 years ago
Replace utf8 with UTF-8 More... over 19 years ago
raise ImportErrors that originate from outside this file. Otherwise we should continue trying to import 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. More... over 19 years ago
renamed cleanup generator to cleanup iterator after intense debate on nomenclature and consulting the python docs More... over 19 years ago
Add the wraptimer decorator, which measures and logs the time it takes to run a function More... over 19 years ago
remove getcallingframe which was unused, failing tests, and undocumented :-) More... over 19 years ago
We should not attribify ConfigTree nodes More... over 19 years ago
Add module with function(s) for generating unique ids. 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 More... over 19 years ago
Decorator for unimplemented methods (from j5-table-cleanup branch). More... over 19 years ago
an attempt to get the calling frame when source is not available More... over 19 years ago
added ability to pass loglevel into Module loader More... over 19 years ago
Commit j5-components branch on opensvn More... over 19 years ago
ValueException -> ValueError 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 More... over 19 years ago
When there's a required arg we don't have, fill it in with None and log a warning More... over 19 years ago
Adding cautionary note to SelfLock.runwithlock decorator. More... over 19 years ago
Removing debugging print statement. More... over 19 years ago
Tidy up Decorators.py and test_Decorators.py. Add SelfLocking decorator and a test for it. More... over 19 years ago
Renaming decorator.py to Decorators.py More... over 19 years ago
Multiton and tests. More... over 19 years ago
replace j5.Database.Dates with datetime to remove unneccessary dependency added TODO to write tests for this module More... over 19 years ago
Making imports use j5.package.module instead of package.module. Numerous small formatting cleaning ups. More... over 19 years ago
Merge the new_server_architecture branch 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... 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 More... almost 20 years ago
Add __init__.py to make this a module More... almost 20 years ago