-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: jgallen23/python-taskpaper
base: master
head repository: brandenburg/python-taskpaper
compare: master
- 20 commits
- 2 files changed
- 3 contributors
Commits on Jul 28, 2010
-
bugfix: don't crash in add_tag
The tags are stored in a dict now, which does not have .append().
Configuration menu - View commit details
-
Copy full SHA for d57ccb7 - Browse repository at this point
Copy the full SHA d57ccb7View commit details -
Implement a safe delete that works even if a given tag is not present.
Configuration menu - View commit details
-
Copy full SHA for b93a057 - Browse repository at this point
Copy the full SHA b93a057View commit details -
Add generic 'search-by' method.
Useful to find nodes based on arbitrary constraints.
Configuration menu - View commit details
-
Copy full SHA for f03898e - Browse repository at this point
Copy the full SHA f03898eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5f832 - Browse repository at this point
Copy the full SHA 1b5f832View commit details -
Add a convenience delete() method to Node
This can be used together with select: for node in todos['done']: node.delete()
Configuration menu - View commit details
-
Copy full SHA for 21218b8 - Browse repository at this point
Copy the full SHA 21218b8View commit details -
Improvements: - shorter; less code duplication - unicode clean - simpler interface - flexible iteration interface - less chance to create an inconsistent data structure (e.g., have a note that ends with a ':')
Configuration menu - View commit details
-
Copy full SHA for 8a6978a - Browse repository at this point
Copy the full SHA 8a6978aView commit details -
Support formatting only a subset of the items.
Combine a select query with rendering the TaskPaper object to a string. For example, consider the following example: td = TaskPaper.parse(open('/path/to/my/todo-list') print td.format(lambda nd: 'today' in nd.tags) This will show all items tagged with @today _and their parents_, just like the TaskPaper GUI will do when filtering by a tag.Configuration menu - View commit details
-
Copy full SHA for b02ac08 - Browse repository at this point
Copy the full SHA b02ac08View commit details
Commits on Aug 19, 2010
-
Add missing '@' tag marker in serialization code.
The '@' sign was missing if a tag had a parameter.
Configuration menu - View commit details
-
Copy full SHA for b7c6a65 - Browse repository at this point
Copy the full SHA b7c6a65View commit details
Commits on Feb 7, 2012
-
Configuration menu - View commit details
-
Copy full SHA for d0a4126 - Browse repository at this point
Copy the full SHA d0a4126View commit details -
Allows a node to be transferred between documents such that all parents are transferred as well unless already present.
Configuration menu - View commit details
-
Copy full SHA for a2b1838 - Browse repository at this point
Copy the full SHA a2b1838View commit details
Commits on Nov 1, 2012
-
Simplify tag parsing with a simple regular expression
Much simpler and cleaner.
Configuration menu - View commit details
-
Copy full SHA for 55db267 - Browse repository at this point
Copy the full SHA 55db267View commit details
Commits on Jun 4, 2013
-
Configuration menu - View commit details
-
Copy full SHA for cf0c23d - Browse repository at this point
Copy the full SHA cf0c23dView commit details
Commits on Jul 7, 2013
-
Hal Wine committed
Jul 7, 2013 Configuration menu - View commit details
-
Copy full SHA for d272e47 - Browse repository at this point
Copy the full SHA d272e47View commit details -
Hal Wine committed
Jul 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 33b1e56 - Browse repository at this point
Copy the full SHA 33b1e56View commit details -
Support all "project" formats.
Fixes hwine/python-taskpaper/#1 on github The TaskPaper app considers projects to be any line which: - does not start with '-', and - has a last non-tag character of ':' when leading white space is considered part of the tag
Hal Wine committedJul 7, 2013 Configuration menu - View commit details
-
Copy full SHA for d061538 - Browse repository at this point
Copy the full SHA d061538View commit details -
Tests check for all variants of project syntax
These tests trigger the github issue hwine/python-taskpaper/#1 (Tests added after fix, so future bisecting always works.)
Hal Wine committedJul 7, 2013 Configuration menu - View commit details
-
Copy full SHA for 5d1dbb6 - Browse repository at this point
Copy the full SHA 5d1dbb6View commit details
Commits on Aug 8, 2013
-
Merge improvements by Hal Wine
Taken from master branch from https://github.com/hwine/python-taskpaper.git
Configuration menu - View commit details
-
Copy full SHA for fd322a5 - Browse repository at this point
Copy the full SHA fd322a5View commit details
Commits on Mar 30, 2016
-
Properly handle nested tags and escaped ')'
Needed to handle TaskPaper 3 saved searches...
Configuration menu - View commit details
-
Copy full SHA for 44ecf2d - Browse repository at this point
Copy the full SHA 44ecf2dView commit details
Commits on Nov 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9b2e394 - Browse repository at this point
Copy the full SHA 9b2e394View commit details
Commits on Nov 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1d39b0b - Browse repository at this point
Copy the full SHA 1d39b0bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master