0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
j5.Basic has been renamed to j5basic More... over 11 years ago
This isn't a namespace package anymore. More... over 11 years ago
Move the j5 basic stuff in to a new base package - j5basic More... over 11 years ago
Remove the import of j5 code, and provide an extension point to use, instead. More... over 11 years ago
datetime_tz is now a provided as part of virtualtime. More... over 11 years ago
Remove author from init files. More... over 11 years ago
The j5.Basic tests require j5.Test. More... over 11 years ago
We seem to be using the Apache license. More... over 11 years ago
The Timer module requires datetime_tz More... over 11 years ago
Move 'Errors' in to j5.Basic from j5.Logging. More... over 11 years ago
Adding requirements, and removing classes that are obviously tied to j5. More... over 11 years ago
Adding a setup.py. More... over 11 years ago
We need to declare the j5 package as a namespace package. More... over 11 years ago
Move the Basic source files from j5/src/j5 to j5 More... over 11 years ago
Initial commit More... over 11 years ago
Wrap the timer loop in a try - except to make sure the thread doesn't die if we have an error (See #11630) More... almost 12 years ago
Don't need this import any more More... almost 12 years ago
Adding a modified find_packages implementation that also finds package data. More... almost 12 years ago
Reimplement using `pkgutil` to support namespace packages, but retain the same interface More... almost 12 years ago
Make changes to core code to use datetime_tz instead of datetime More... almost 12 years ago
Added missing pass keyword to class (See #7214) More... about 12 years ago
Strip id and class attributes from spans as well as Lang See #11091 - should fix this More... about 12 years ago
instantiate class after checking the interfaces so that the correct implementations get mixed in More... about 12 years ago
Since we check that all base class interfaces are implemented, we should also make sure subclasses declare they implement those interfaces More... over 12 years ago
Updated the cache page to display stats and allow caches to be manually invalidated. More... over 12 years ago
Add a thread-safe clear method to the time cache. More... over 12 years ago
Add a set method to the time cache. More... over 12 years ago
Reword comment to be correct More... over 12 years ago
Successfully encode and decode Nones in a filterdict to string and back again See #10156 - necessary to allow this smoothly More... over 12 years ago
If we're timing out on the DatabaseWriteLock, check that we're not in pdb If we are in pdb, drop the lock to prevent distracting messages about timing out on the lock More... over 12 years ago