0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix support for array indexes in JSON pointers Add dump and dumps functions, which output JsonRef objects as the original reference object More... almost 13 years ago
Use super More... almost 13 years ago
Fix issues with python 2 More... almost 13 years ago
Make JsonRef work with generic Mappings and Sequences instead of just dicts and lists More... almost 13 years ago
Bunch more refactoring: - Keyword arguments to json.load(s) are now fully supported - Ref replacement functionality has been moved to JsonRef - Use 'loader' instead of 'dereferencer' - more stuff, and above still needs tests to prove it More... almost 13 years ago
Rename lazyproxy.py to proxytypes.py Update attribution link for ProxyTypes More... almost 13 years ago
More refactoring More... almost 13 years ago
Move _no_proxy wrapper generator into metaclass More... almost 13 years ago
Fix proxy test parametrization More... almost 13 years ago
Fix deref kwarg names in docstrings More... almost 13 years ago
Add a test for 'load' function More... almost 13 years ago
Loops are now detected repr loading now turns off by default once a loop is detected More... almost 13 years ago
Switch to py.test, parametrize the proxy tests to run on all proxy types More... almost 13 years ago
Reword summary in readme a bit More... almost 13 years ago
Fix doctest More... almost 13 years ago
Tweak readme wording More... almost 13 years ago
Add the __reference__ attribute to the readme Add load_on_repr kwarg to the loading functions More... almost 13 years ago
Fix replace_json_refs function More... almost 13 years ago
Implement json schema mode with 'id' support By default repr will not cause the data to load, allowing repr of recursive structures More... almost 13 years ago
Clean up api, add JsonRef objects as replacements now that subclassing LazyProxy is easy More... almost 13 years ago
Refactoring some more More... almost 13 years ago
Refactoring some more More... almost 13 years ago
Fix metaclasses to work on python 2 and 3 More... almost 13 years ago
Refactor LazyProxy for different subclass behavior. No python 3 for the moment. More... almost 13 years ago
Allow subclasses of LazyProxy to define their own attributes which will not be proxied More... almost 13 years ago
Add test for getting and setting LazyProxy.__subject__ More... almost 13 years ago
Add more LazyProxy tests More... almost 13 years ago
Make the readme example a little more relevant and clear More... almost 13 years ago
Update readme example for new in-place operator behavior More... almost 13 years ago
Install unittest2 for 2.5 travis tests More... almost 13 years ago