Mercurial > hg > MakeItSo
graph
-
use correct delimeters2011-01-09, by Jeff Hammel
-
add a sample web handler2011-01-09, by Jeff Hammel
-
add a template to create templates. tricky, eh?2011-01-09, by Jeff Hammel
-
add a template for doctests2011-01-09, by Jeff Hammel
-
add a setup.py template2011-01-09, by Jeff Hammel
-
add a CLI template2011-01-09, by Jeff Hammel
-
stub out python package creation2011-01-09, by Jeff Hammel
-
ensure the description exists2011-01-09, by Jeff Hammel
-
note about adding more metadata2011-01-08, by Jeff Hammel
-
* fix with assemble function2011-01-08, by Jeff Hammel
-
check for subclassing, not instance of2011-01-08, by Jeff Hammel
-
typo2011-01-08, by Jeff Hammel
-
add function to assemble variables2011-01-08, by Jeff Hammel
-
add a copy method to a variable to get a non-futzed copy2011-01-08, by Jeff Hammel
-
why do we care if they have templates or not?2011-01-08, by Jeff Hammel
-
using **kw doesnt update the actual dict; fix this2011-01-07, by Jeff Hammel
-
remove deprecated variable setting from command line front end2011-01-07, by Jeff Hammel
-
API templates now hobble along on their own two feet2011-01-07, by Jeff Hammel
-
determine the location in a better way2011-01-07, by Jeff Hammel
-
check in a failing test wrt location2011-01-07, by Jeff Hammel
-
closer to substitution2011-01-07, by Jeff Hammel
-
override get_variables for API template; could instead do this in the ctor, alternately2011-01-07, by Jeff Hammel
-
display defaults with command line --help option2011-01-07, by Jeff Hammel
-
wait, its completely silly to print the variables since OptionParser already does that2011-01-07, by Jeff Hammel
-
what i really meant to do with variables2011-01-07, by Jeff Hammel
-
add a comment2011-01-07, by Jeff Hammel
-
make a full CLI class for a single API template2011-01-06, by Jeff Hammel
-
stub for a command-line parser2011-01-06, by Jeff Hammel
-
* fix another variable-related bug2011-01-06, by Jeff Hammel
-
fix several issues involving variable interpolation2011-01-06, by Jeff Hammel
-
pass the variables, fixes tests2011-01-06, by Jeff Hammel
-
instantiate subtemplates with the appropriate interactive argument2011-01-06, by Jeff Hammel
-
whitespace2011-01-06, by Jeff Hammel
-
missed an interactive=False2011-01-06, by Jeff Hammel
-
make test.py executable2011-01-06, by Jeff Hammel
-
remove unused imports2011-01-06, by Jeff Hammel
-
clean up the dispatcher code2011-01-06, by Jeff Hammel
-
remove paste factory2011-01-06, by Jeff Hammel
-
use proper delimeters2011-01-06, by Jeff Hammel
-
actually introduce a variable for the script2011-01-06, by Jeff Hammel
-
do API variable reading and stubbing a bit for control flow2011-01-05, by Jeff Hammel
-
remove paster .ini file2011-01-05, by Jeff Hammel
-
more stubbing of API class; first get something off the ground; then rewrite2011-01-04, by Jeff Hammel
-
test and fix mixed output case2011-01-02, by Jeff Hammel
-
get directory substitution sorta working; start stubbing mixed case2011-01-02, by Jeff Hammel
-
found a serious problem: directories stubbornly substitute into themselves2011-01-02, by Jeff Hammel
-
stub out directory example2011-01-02, by Jeff Hammel
-
fixed single-file test case2011-01-02, by Jeff Hammel
-
started writing tests; what a surprise, everything is broken ;)2011-01-02, by Jeff Hammel
-
continued refactor to have template classes2011-01-02, by Jeff Hammel
-
more stubbing of template classes2010-12-23, by Jeff Hammel
-
add interactive flag and note about it2010-12-23, by Jeff Hammel
-
stub of using classes for this2010-12-22, by Jeff Hammel
-
dont point at trunk tempital; as expected, hg repos dont work with setuptools :(2010-12-22, by Jeff Hammel
-
add license metadata2010-12-22, by Jeff Hammel
-
depend on trunk tempita; stubbing for next stage2010-12-22, by Jeff Hammel
-
make include example work2010-12-15, by Jeff Hammel
-
add a non-working example with an include clause2010-12-14, by Jeff Hammel
-
remove the staging directory you attempted to download2010-11-30, by Jeff Hammel