log micropita_prepare.py @ 32:041787cd0d31 draft default tip

age author description
Wed, 23 Jun 2021 20:52:58 +0000 george-weingart Modified from StringIO import StringIO ## for Python 2 to from io import StringIO ## for Python 3 draft default tip
Tue, 22 Jun 2021 03:16:37 +0000 george-weingart Micropita Prepare - fixed inconsistencies between spaces and tabs draft
Thu, 11 Aug 2016 12:45:27 -0400 george-weingart Updated micropita_prepare.py to use the correct directory draft
Thu, 11 Aug 2016 11:36:36 -0400 george-weingart Use the current directory draft
Thu, 11 Aug 2016 01:37:35 -0400 george-weingart Uploaded draft
Thu, 11 Aug 2016 00:18:52 -0400 george-weingart Modified the location of the root directory draft
Wed, 07 May 2014 22:12:31 -0400 george-weingart Removed Debugging statement
Wed, 07 May 2014 13:02:28 -0400 george-weingart Uploaded
Tue, 06 May 2014 20:20:26 -0400 george-weingart Removed obsolete prints; Set the process using subprocess and using tempfile to alllocate the temporary file
Tue, 06 May 2014 18:21:51 -0400 george-weingart Set delete=False when allocating temp file
Tue, 06 May 2014 18:09:22 -0400 george-weingart Modified the invication of the commad using subprocess and modified tempfile
Tue, 06 May 2014 17:34:57 -0400 george-weingart Updated the os.command
Tue, 06 May 2014 17:28:29 -0400 george-weingart Modified the call to os.system
Tue, 06 May 2014 17:25:47 -0400 george-weingart Uploaded
Tue, 06 May 2014 17:22:56 -0400 george-weingart Updated the call to Micropita
Tue, 06 May 2014 17:20:23 -0400 george-weingart Updated call to Micropita
Tue, 06 May 2014 17:15:17 -0400 george-weingart Updated root-dir parameter
Tue, 06 May 2014 17:10:32 -0400 george-weingart Updated the root_dir parameter
Tue, 06 May 2014 16:46:16 -0400 george-weingart Uploaded Updated version of the prepare program with subprocess and tempfile enhancements + debug displays
Wed, 30 Apr 2014 21:35:07 -0400 george-weingart First version of micropita in this repository