log makeitso/makeitso.py @ 268:64979cfff465 default tip

age author description
Tue, 29 May 2018 15:28:41 -0700 Jeff Hammel some py3 fixes default tip
Fri, 27 Apr 2018 14:07:46 -0700 Jeff Hammel py3 fixes
Sat, 27 May 2017 09:37:15 -0700 Jeff Hammel pytest now actually runs the tests
Fri, 31 Mar 2017 18:05:28 -0700 Jeff Hammel fix syntax error in python.py + version bump
Thu, 03 Dec 2015 12:54:17 -0800 Jeff Hammel move away from assert to AssertionError
Wed, 26 Mar 2014 21:28:47 -0700 Jeff Hammel STUB: makeitso/makeitso.py setup.py
Thu, 16 Jan 2014 15:44:31 -0800 Jeff Hammel STUB: makeitso/makeitso.py makeitso/script2package.py
Tue, 30 Jul 2013 15:20:38 -0700 Jeff Hammel wip
Tue, 21 Feb 2012 21:01:28 -0800 Jeff Hammel peg to tempita version and eliminate cruft
Fri, 08 Jul 2011 10:15:39 -0700 Jeff Hammel fix typo
Mon, 17 Jan 2011 14:38:42 -0800 Jeff Hammel stub out project name -> package name
Mon, 17 Jan 2011 14:32:07 -0800 Jeff Hammel make variable getting logic a little less horrible
Fri, 14 Jan 2011 18:36:24 -0800 Jeff Hammel fix a few minor issues
Fri, 14 Jan 2011 18:17:25 -0800 Jeff Hammel add a --list-templates command
Fri, 14 Jan 2011 07:35:19 -0800 Jeff Hammel stub out a better python package
Fri, 14 Jan 2011 07:29:23 -0800 Jeff Hammel we can has entry points
Tue, 11 Jan 2011 19:30:13 -0800 Jeff Hammel move stubbing around...maybe last minute will work better? ::shrug::
Tue, 11 Jan 2011 19:23:53 -0800 Jeff Hammel stub out loading api templates; this wont work, however, since one is in the middle of a module trying to load a module that depends on the module you are in
Tue, 11 Jan 2011 19:13:34 -0800 Jeff Hammel update comment
Tue, 11 Jan 2011 19:12:22 -0800 Jeff Hammel do rudimentary interpretation of config files
Tue, 11 Jan 2011 14:23:17 -0800 Jeff Hammel fixed a few problems
Tue, 11 Jan 2011 07:33:59 -0800 Jeff Hammel allow Polytemplates to take template objects
Tue, 11 Jan 2011 07:30:31 -0800 Jeff Hammel note command line options needed for variable handling
Mon, 10 Jan 2011 21:33:03 -0800 Jeff Hammel make the api for substitute() variables, output
Mon, 10 Jan 2011 19:58:21 -0800 Jeff Hammel fixed double read problem
Mon, 10 Jan 2011 19:57:13 -0800 Jeff Hammel fixed output broke other things
Mon, 10 Jan 2011 14:39:21 -0800 Jeff Hammel interpolate file permissions
Mon, 10 Jan 2011 12:39:26 -0800 Jeff Hammel try to interpolate templates
Sat, 08 Jan 2011 10:53:17 -0800 Jeff Hammel note about adding more metadata
Thu, 06 Jan 2011 17:58:34 -0800 Jeff Hammel override get_variables for API template; could instead do this in the ctor, alternately