0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 18, 2025 — Feb 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This is only for python 2, the decoding and encoding - make it work More... about 7 years ago
accidental overriding of builtin fixed More... about 7 years ago
In python 3, ismethod returns False for functions on classes, True on instances, so we need to use isfunction More... about 7 years ago
Allow us to skip usnig this if j5 source is not available More... about 7 years ago
A few more fixes for py3 More... about 7 years ago
2to3 automated tool for version 3 compliance More... about 7 years ago
Merge pull request #6 from davidfraser/strftime-conditional More... over 10 years ago
Don't automatically do all the `strftime` adjustment, if in fact the current `datetime` method is successful for early dates This could be because of running on Python 3.3+, or because of using the `virtualtime` module's patching of `strftime` (from version 1.5 onwards) More... over 10 years ago
Merge pull request #5 from dave42/v1.2 More... over 10 years ago
Bump version to 1.2 for the safestrptime fix More... over 10 years ago
Merge pull request #4 from jeremywestwood/safestrptime_fix More... over 10 years ago
don't get the global import lock in safestrptime and rather just call time.strptime More... over 10 years ago
Merge pull request #3 from matthewhampton/master More... over 11 years ago
Bump version number. More... over 11 years ago
Adding missing files from the distribution. More... over 11 years ago
Add a missing comma. More... over 11 years ago
Merge pull request #2 from matthewhampton/master More... over 11 years ago
Removing ElementTree module - this is a bit dubious in it's general applicability. More... over 11 years ago
Merge pull request #1 from matthewhampton/master More... over 11 years ago
Adding a gitignore file. More... over 11 years ago
Updating license in things. More... over 11 years ago
Adding in the license. More... over 11 years ago
Changing the name of the license to specify version 2.0. More... over 11 years ago
Uid had a bogus __all__ attribute. More... over 11 years ago
That utility was silly. Just import *. (I was confused by the fact the the Decorators module had an __all__ entry that excluded some stuff that was needed) More... over 11 years ago
Added a utility for importing a module definition from another module (making an module alias). More... over 11 years ago
Fixed tests, and made a more generic time-related extra requirements thing. More... over 11 years ago
Rename j5.Test to j5test More... over 11 years ago
Rename j5.Test to j5test More... over 11 years ago
j5.Basic has been renamed to j5basic More... over 11 years ago