]> git.madduck.net Git - etc/taskwarrior.git/history - tasklib/lazy.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 #65 from huntrar/develop
[etc/taskwarrior.git] / tasklib / lazy.py
2019-05-27 Rob GoldingMerge pull request #65 from huntrar/develop
2019-05-23 Hunter HammondHandle non-iterable (NoneType) comparison in LazyUUIDTa...
2018-02-22 Rob GoldingMerge pull request #52 from robgolding/revert-51-patch-1
2018-02-22 Rob GoldingRevert "Removes redundant definition"
2018-02-20 Rob GoldingMerge pull request #51 from nesaro/patch-1
2018-02-20 Nestor ArochaRemoves redundant definition
2018-01-18 Rob GoldingMerge pull request #46 from lyz-code/fix/pep8-guidelines
2018-01-17 Lyz* Fix multiple PEP8 lint errors
2017-10-25 Lyz[fix] follow pep8 guidelines
2016-05-22 Tomas BabejMerge pull request #45 from sarg/develop
2016-05-20 Sergey Trofimovincrease coverage
2016-02-13 Rob GoldingMerge pull request #42 from robgolding63/issue-41-fix
2016-02-07 Rob GoldingOverride __copy__ and __deepcopy__ on LazyUUIDTask
2016-01-31 Rob GoldingMerge branch 'master' into develop
2015-12-26 Tomas BabejLazyUUIDTask: Properly handle equality with None
2015-12-26 Tomas Babejlazy: Support modified property in the LazyUUIDTask
2015-12-26 Tomas BabejLazyUUIDTaskSet: Add implementation for the and operator
2015-12-26 Tomas BabejLazyUUIDTaskSet: Add reverse operator implementations
2015-12-24 Tomas BabejLazyUUIDTaskSet: Expand interface to support operators
2015-12-24 Tomas Babejlazy: Provide full implementation of the set interface...
2015-12-24 Tomas Babejlazy: Properly override getattr calls
2015-12-24 Tomas BabejLazyUUIDTaskSet: Add additional methods to simulate...
2015-12-24 Tomas Babejlazy: Add repr methods for LazyUUIDTask and Set
2015-12-24 Tomas BabejLazyUUIDTask: Implement 'saved' property
2015-12-24 Tomas BabejLazyUUIDTaskSet: Make the lazy iteration behaviour...
2015-12-24 Tomas BabejLazyUUIDTaskSet: Do not replace when accessing __attributes
2015-12-24 Tomas Babejlazy: Move lazy class implementations into a separate...