index
:
delta/python-packages/pystache.git
baserock/v0.5.4
development
gh-pages
master
github.com: defunkt/pystache.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed a TODO that is already addressed.
Chris Jerdonek
2012-04-25
1
-1
/
+0
*
Fixed HISTORY typo.
Chris Jerdonek
2012-04-24
1
-1
/
+1
*
Refactored by adding a resolve() function to context.py:
Chris Jerdonek
2012-04-24
4
-12
/
+30
*
Finalizing v0.5.1 prior to merge to master, bump version to 0.5.1-rc.
Chris Jerdonek
2012-04-24
3
-3
/
+5
*
Test scripts now work with and without source.
Chris Jerdonek
2012-04-24
5
-15
/
+57
*
Fixed an issue whereby setup.py was not importable when running tox.
Chris Jerdonek
2012-04-23
2
-5
/
+15
*
Addressed issue #111: "Documentation needed: how to specify a template path?"
Chris Jerdonek
2012-04-23
1
-1
/
+10
*
Added PyYAML install instructions.
Chris Jerdonek
2012-04-23
1
-1
/
+3
*
README tweaks.
Chris Jerdonek
2012-04-23
1
-6
/
+7
*
Changes in preparation for 0.5.1.
Chris Jerdonek
2012-04-23
7
-28
/
+57
*
Removed a TODO that has already been addressed.
Chris Jerdonek
2012-04-23
1
-1
/
+1
*
Added unit tests for pystache/__init__.py.
Chris Jerdonek
2012-04-23
4
-10
/
+42
*
Improved comments in .gitignore.
Chris Jerdonek
2012-04-23
1
-2
/
+4
*
README tweak.
Chris Jerdonek
2012-04-23
1
-3
/
+3
*
README formatting fix.
Chris Jerdonek
2012-04-23
1
-1
/
+1
*
Merge branch 'add-test-command' into 'development':
Chris Jerdonek
2012-04-23
67
-372
/
+817
|
\
|
*
Updated README re: testing.
Chris Jerdonek
2012-04-23
1
-5
/
+5
|
*
Test script now works with Python 2.4; tox now works with Python 2.4 to 3.2.
Chris Jerdonek
2012-04-23
8
-38
/
+37
|
*
Added docstrings to all modules to avoid doctest bug 14649: http://bugs.pytho...
Chris Jerdonek
2012-04-23
18
-0
/
+105
|
*
Moved some of the test-discovery logic into tests/common.py
Chris Jerdonek
2012-04-23
2
-71
/
+77
|
*
Added to HISTORY that test harness no longer requires nose.
Chris Jerdonek
2012-04-22
1
-2
/
+3
|
*
Another REAMDE update re: testing under Python 3.x.
Chris Jerdonek
2012-04-22
1
-20
/
+5
|
*
Updated README to reflect new testing procedures.
Chris Jerdonek
2012-04-22
1
-8
/
+13
|
*
Added test_pystache.py for Python 2.4.
Chris Jerdonek
2012-04-21
1
-0
/
+21
|
*
Added a note to the README re: installing an older version of simplejson.
Chris Jerdonek
2012-04-21
1
-0
/
+4
|
*
Only pull in 2to3-related modules when running Python 3.x.
Chris Jerdonek
2012-04-21
1
-4
/
+7
|
*
The test script now converts text doctest files to Python 3 when needed.
Chris Jerdonek
2012-04-21
2
-3
/
+43
|
*
Removed from setup.py's package_data some unnecessary files.
Chris Jerdonek
2012-04-21
1
-8
/
+0
|
*
Fixed a bug that affected the processing of ~lambdas.json (but not YAML).
Chris Jerdonek
2012-04-21
1
-13
/
+28
|
*
Moved test_mustachespec.py to spectesting.py since it no longer contains unit...
Chris Jerdonek
2012-04-21
2
-2
/
+1
|
*
The pystache-tests script now accepts a spec test directory argument.
Chris Jerdonek
2012-04-21
3
-6
/
+19
|
*
Refactored pystache/tests/test_mustachespec.py to expose get_spec_tests().
Chris Jerdonek
2012-04-21
2
-80
/
+134
|
*
Renamed get_module_doctests() to get_doctests().
Chris Jerdonek
2012-04-21
2
-5
/
+10
|
*
The project directory can now be passed to pystache-test (for doctest purposes).
Chris Jerdonek
2012-04-21
2
-8
/
+15
|
*
Simplified tox.ini after eliminating use of nose.
Chris Jerdonek
2012-04-21
1
-23
/
+3
|
*
Included some missing files in setup.py.
Chris Jerdonek
2012-04-21
1
-1
/
+3
|
*
Updated a comment in tests/common.py.
Chris Jerdonek
2012-04-21
1
-2
/
+1
|
*
Added some testing-related TODO's.
Chris Jerdonek
2012-04-21
1
-0
/
+3
|
*
Deleted a trailing space.
Chris Jerdonek
2012-04-21
1
-1
/
+1
|
*
Added extra line
Chris Jerdonek
2012-04-20
1
-0
/
+1
|
*
Added a hack to get around Python bug #7559: http://bugs.python.org/issue7559
Chris Jerdonek
2012-04-20
2
-2
/
+20
|
*
Adjusted comments in pystache/tests/main.py.
Chris Jerdonek
2012-04-20
1
-18
/
+10
|
*
Replaced the TestHarness class with a run_tests() function.
Chris Jerdonek
2012-04-20
2
-35
/
+27
|
*
Removed test_doctests.py (and use of the load_tests protocol).
Chris Jerdonek
2012-04-20
3
-48
/
+13
|
*
Renamed SOURCE_DIR to PACKAGE_DIR.
Chris Jerdonek
2012-04-20
3
-17
/
+12
|
*
Moved code from load_tests() to new doctesting module.
Chris Jerdonek
2012-04-20
3
-60
/
+82
|
*
Stubbed out _PystacheTestProgram.runTests().
Chris Jerdonek
2012-04-20
1
-3
/
+11
|
*
Finished refactoring pystache/tests/main.py prior to add doctest support, etc.
Chris Jerdonek
2012-04-20
1
-17
/
+22
|
*
Started refactoring pystache/tests/main.py and stubbed out _PystacheTestProgram.
Chris Jerdonek
2012-04-20
1
-48
/
+63
|
*
Added TODO notes to pystache/tests/main.py.
Chris Jerdonek
2012-04-20
1
-0
/
+15
[next]