]> git.madduck.net Git - etc/taskwarrior.git/history - tasklib/serializing.py

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge pull request #54 from nesaro/removes_warning
[etc/taskwarrior.git] / tasklib / serializing.py
2016-01-31 Rob GoldingMerge branch 'master' into develop
2015-12-26 Tomas BabejSerializingObject: (De)Serialize the parent attribute
2015-12-26 Tomas BabejSerializingObject: Serialize tags into sets, not lists
2015-12-24 Tomas Babejserializing: Use LazyUUIDTaskSet for dependencies
2015-12-26 Tomas BabejSerializingObject: Perform more efficient deserializati...
2015-12-26 gabriel pettierpep8/flake8 fixes
2015-11-15 Rob GoldingMerge branch 'release/0.11.0'
2015-08-09 Tomas BabejMerge branch 'fixes' of github.com:/tshirtman/tasklib...
2015-08-09 gabriel pettierpep8/flake8 fixes
2015-08-09 Tomas BabejSerializingObject: Fetch TaskAnnotation class dynamically
2015-08-09 Tomas BabejFix various import issues
2015-08-08 Tomas BabejMove imports and constants to respective modules
2015-08-08 Tomas BabejSerializingObject: Abstract datetime string conversion
2015-08-08 Tomas Babejserializing: Move SerializingObject to a separate module