0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add datetime<->string conversion, via its ISO 8601 format. More... about 14 years ago
Raise NotImplementError from abc. More... about 14 years ago
Remove .egg-info directory More... about 14 years ago
Merge branch 'master' of ssh://[email protected]/home/vcs/convertish More... about 14 years ago
increased version number More... about 14 years ago
Add support for parsing iso8601 format times with a timezone. More... over 14 years ago
Add simple tzinfo implementation to support times with timezones. More... over 14 years ago
Add basic datetime.time conversion tests. More... over 14 years ago
Fix tuple conversion bug with non-ascii strings. More... almost 15 years ago
Tidy up imports and whitespace. More... almost 15 years ago
Merge branch 'master' of ssh://[email protected]/home/vcs/convertish More... almost 15 years ago
Change the (apparently unused) file<->string converter work on the file's content, providing defaults for the filename and filetype. More... almost 15 years ago
Fix typo More... almost 15 years ago
Fix the tuple to string convert to handle emptiness better. More... almost 15 years ago
Hide Python 2.6 Exception.message deprecation warning More... almost 15 years ago
Update package metadata. More... almost 15 years ago
Merge branch 'master' of ssh://[email protected]/~/convertish More... almost 15 years ago
Add test_suite to setup.py More... almost 15 years ago
pulled rev back to push to release so that I can then push rev back to up to dev - bah! More... almost 15 years ago
raise a convert error if the number of fields is wrong. More... almost 15 years ago
changed setup.py to dev point relase More... almost 15 years ago
fixed bug in tuple conversion More... almost 15 years ago
Replace Peak-Rules with simplegeneric. More... about 15 years ago
added json converter and tests More... about 15 years ago
added json converter and test More... about 15 years ago
Test that nonsense string -> date raises an exception. More... over 15 years ago
revert previous change to use empty string for none More... over 15 years ago
remove checks for empty strings - none values should stay none More... over 15 years ago
fixed keywords More... over 15 years ago
fixed bugs in None conversions More... over 15 years ago