summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.5.2 prior to push to PyPI.v0.5.2Chris Jerdonek2012-05-062-2/+2
* Merged branch 'hotfix-v0.5.2-rc.1-mixed-lambda-list' to master.Chris Jerdonek2012-05-045-9/+24
|\
| * Bumped version from 0.5.2-rc to 0.5.2-rc.1.Chris Jerdonek2012-05-042-2/+2
| * Fixed unittest warnings with Python 3: assertEquals() is deprecated.Chris Jerdonek2012-05-041-5/+5
| * Fixed an issue with list section values mixing lambdas and non-lambdas.Chris Jerdonek2012-05-042-2/+17
|/
* Merge branch 'development' into 'master': staging v0.5.2-rcChris Jerdonek2012-05-0325-220/+701
|\
| * Bump version from v0.5.1 to v0.5.2-rc prior to merge to master.Chris Jerdonek2012-05-033-4/+4
| * Added a TODO regarding changing name of context variable to stack.Chris Jerdonek2012-05-031-0/+1
| * Addressed issue #115: "Match spec expectation for partials not found"Chris Jerdonek2012-05-0313-27/+79
| * Addressed the TODO to combine the get() and _get_simple() docstrings.Chris Jerdonek2012-05-031-53/+45
| * Added a TODO.Chris Jerdonek2012-05-031-0/+1
| * Moved the definition of context hash and object to the module docstring.Chris Jerdonek2012-05-031-24/+23
| * Renamed value to result in ContextStack.get().Chris Jerdonek2012-05-021-5/+5
| * Replaced the context module's use of _is_callable() with Python's built-in ca...Chris Jerdonek2012-05-021-6/+3
| * Renamed item to context in the context module's _get_value().Chris Jerdonek2012-05-021-9/+8
| * Merge branch 'issue-99-dot-notation' into development:Chris Jerdonek2012-05-028-38/+250
| |\
| | * Updated HISTORY file for dot notation support.Chris Jerdonek2012-05-021-3/+3
| | * Merge remote-tracking branch 'rbp/development' into issue-99-dot-notation:Chris Jerdonek2012-05-026-13/+175
| | |\
| | | * Moving Attachable helper class into the correct moduleRodrigo Bernardo Pimentel2012-04-291-0/+19
| | | * Merge branch 'development' of https://github.com/defunkt/pystache into develo...Rodrigo Bernardo Pimentel2012-04-2996-669/+2094
| | | |\
| | | * | Testing that all elements in a dot-notation path are called (if applicable). ...Rodrigo Bernardo Pimentel2012-04-292-9/+11
| | | * | Auto-calling elements in the middle of a dot-notation path (reverts 3c5a6db5a...Rodrigo Bernardo Pimentel2012-04-291-4/+1
| | | * | Fixing logic mistake when determining auto-invoking. Added tests for this case.Rodrigo Bernardo Pimentel2012-04-042-7/+18
| | | * | Not auto-invoking when there are still dot notation parts to examine. The pre...Rodrigo Bernardo Pimentel2012-04-041-1/+4
| | | * | Merge branch 'spec-1.1.2-compliant' into developmentRodrigo Bernardo Pimentel2012-04-045-24/+102
| | | |\ \
| | | | * | Moved some more detailed tests into test_context.pyRodrigo Bernardo Pimentel2012-04-042-23/+39
| | | | * | Moved dot notation tests to test_renderengine, and expanded them. Added helpe...Rodrigo Bernardo Pimentel2012-04-043-21/+82
| | | | * | Bail early when the attribute is not found, when expanding dot-notationRodrigo Bernardo Pimentel2012-04-041-2/+3
| | | * | | Merge branch 'development' of git://github.com/defunkt/pystache into developmentRodrigo Bernardo Pimentel2012-04-042-33/+23
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | * | | Adding simple tests for dot notationRodrigo Bernardo Pimentel2012-04-031-0/+19
| | | * | | Bumping Mustache spec version to 1.1.2 on READMERodrigo Bernardo Pimentel2012-04-031-1/+1
| | | * | | Dot notation support, thereby making pystache compliant with Mustache spec v1...Rodrigo Bernardo Pimentel2012-04-032-4/+13
| | * | | | Some clean-ups to the context module (docstring changes, added TODO's, etc).Chris Jerdonek2012-05-013-31/+42
| | * | | | Added a test case that dotted name resolution should make forward-only progress.Chris Jerdonek2012-04-291-0/+13
| | * | | | Added a TODO to context.py.Chris Jerdonek2012-04-291-0/+2
| | * | | | Dot notation spec tests now pass in--Chris Jerdonek2012-04-292-3/+11
| | * | | | Made context.resolve() a method on the ContextStack class.Chris Jerdonek2012-04-292-39/+37
| | * | | | Started implementing dot notation.Chris Jerdonek2012-04-291-6/+24
| |/ / / /
| * | | | Merge branch 'issue-114-lambda-list-in-section' into 'development'Chris Jerdonek2012-04-293-16/+53
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fixed issue #114: "List of lambdas not processed correctly for sections"Chris Jerdonek2012-04-292-16/+37
| | * | | Added failing test case for issue #114.Chris Jerdonek2012-04-291-0/+16
| |/ / /
| * | | Refactored spectesting.py: added _convert_children() function.Chris Jerdonek2012-04-291-8/+33
| * | | Fixed issue #113: "Section lambdas mistakenly pushed onto context stack"Chris Jerdonek2012-04-293-2/+42
| * | | Moved a string slice operation from parse() to _parse_section().Chris Jerdonek2012-04-281-4/+4
| * | | Commented some of the section parsing code.Chris Jerdonek2012-04-282-13/+48
| * | | Added back using nose to test a subset of tests.Chris Jerdonek2012-04-283-2/+10
| * | | Stubbed out tests/test_parser.py.Chris Jerdonek2012-04-281-0/+26
| * | | A couple tiny README tweaks.Chris Jerdonek2012-04-261-2/+3
| * | | README improvements, including addressing issue #112.Chris Jerdonek2012-04-261-29/+31
| * | | Added commands for tagging to setup.py.Chris Jerdonek2012-04-251-7/+23