swc-setup-windows-installer.git
2014-10-18 W. Trevor KingMerge branch 'python' master v0.2
2014-10-18 W. Trevor Kingswc-windows-installer.py: Bump version to 0.2 python
2014-10-01 W. Trevor Kingswc-windows-installer.py: Fix "it's hash" -> "its hash...
2014-09-20 Ethan WhiteMerge pull request #21 from wking/make
2014-09-19 W. Trevor Kingswc-windows-installer.py: Add install_msysgit_binary...
2014-09-16 W. Trevor Kingswc-windows-installer.py: Add a trailing paren to get_r...
2014-08-10 W. Trevor KingReplace 'Anaconda CE' -> 'Anaconda'
2014-08-10 W. Trevor KingMention that R should be installed before running our...
2014-08-08 Ethan WhiteMerge pull request #14 from wking/latest-release
2014-08-08 Ethan WhiteMerge pull request #15 from wking/r-instructions
2014-08-06 W. Trevor KingREADME.md: Mention that R should be installed before...
2014-08-06 W. Trevor KingREADME.md: Link to GitHub releases for the most-recent...
2014-08-02 Ethan WhiteMerge branch 'python' for release 0.1 v0.1
2014-07-10 W. Trevor Kingswc-windows-installer.py: Add --version and start with 0.1
2014-07-09 W. Trevor Kingswc-windows-installer.py: Search ProgramW6432 and Progr...
2014-07-09 W. Trevor Kingswc-windows-installer.py: Add missing space to 'c:...
2014-07-09 W. Trevor Kingswc-windows-installer.py: Set default logging level...
2014-07-02 Ethan WhiteAdd build instructions for Inno installer
2014-06-16 W. Trevor KingMerge branch 'python'
2014-06-16 W. Trevor KingFix 'Add' -> 'Adds' to match 'The script' lead-in
2014-06-16 W. Trevor KingREADME.md: Update usage for folks running the compiled...
2014-06-16 W. Trevor KingMerge branch 'python'
2014-06-16 W. Trevor KingREADME.md: Copy the docstring into a README
2014-06-16 W. Trevor Kingswc-windows-installer.py: Fix 'swc_windows_installer...
2014-06-16 W. Trevor Kingswc-windows-installer.py: Change '~/nano.rc' to 'a...
2014-06-16 W. Trevor Kingswc-windows-installer.py: Canonical SQLite capitalization
2014-06-16 W. Trevor KingCOPYING: Add the full text of the MIT license
2014-06-16 Ethan WhiteAdd a Software Carpentry icon file for Windows installer
2014-06-16 Ethan WhiteAdd script for building Windows installer
2014-06-16 Ethan WhiteAdd setup.py file for building Windows installer
2014-06-09 W. Trevor Kingswc-windows-installer.py: Add logging
2014-06-09 W. Trevor Kingswc-windows-installer.py: Link to msysGit releases...
2014-06-09 W. Trevor Kingswc-windows-installer.py: Standardize on 'msysGit'...
2014-06-09 W. Trevor Kingswc-windows-installer.py: Look for an R bin directory
2014-05-04 Ethan WhiteAdd indication that the Windows installer is running
2014-04-04 W. Trevor Kingswc-windows-installer.py: Install the sqlite3 shell
2014-03-27 W. Trevor Kingswc-windows-installer.py: Generalize msysGit download...
2014-03-13 W. Trevor Kingswc-windows-installer.py: Force UNIX-style \n line...
2014-03-13 W. Trevor Kingswc-windows-installer.py: Use POSIX paths for ~/nano.rc
2014-03-13 W. Trevor Kingswc-windows-installer.py: Use '~' in ~/nano.rc includes
2014-03-13 W. Trevor Kingswc-windows-installer.py: Rename ~/.nanorc to ~/nano.rc
2014-03-05 W. Trevor Kingswc-windows-installer.py: Install nano source syntax...
2014-01-27 Neal Davisswc-windows-installer.py: Quote $PATH export to account...
2013-11-13 W. Trevor Kingswc-windows-installer.py: Use regular expressions to...
2013-11-12 W. Trevor Kingswc-windows-installer.py: Only create the python-script...
2013-11-12 W. Trevor Kingswc-windows-installer.py: Split out zip_install into...
2013-10-31 W. Trevor Kingswc-windows-installer.py: Restore nose entry point
2013-10-23 W. Trevor Kingswc-windows-installer.py: Remove nesting setup/
2013-10-21 W. Trevor Kingswc-nano-installer.py: Remove now that changes are...
2013-10-21 W. Trevor Kingswc-windows-installer.py: Rework install paths to use...
2013-10-21 W. Trevor Kingswc-windows-installer.py: Remove IPython and nose entry...
2013-10-21 W. Trevor Kingswc-windows-installer.py: De-emphasize Anaconda
2013-10-21 W. Trevor Kingswc-windows-installer.py: Rework paths in main()
2013-10-21 W. Trevor Kingswc-windows-installer.py: Generalize update_bash_profile
2013-10-21 Ethan Whiteswc-windows-installer.py: Bring in Ethan's make_bash_pr...
2013-10-21 W. Trevor KingMerge branch 'nano-installer' into windows-installer
2013-10-21 Ethan WhiteRemove testing line
2013-10-21 Ethan WhiteAppend exports to end of .bash_profile instead of overw...
2013-10-21 Ethan WhiteSwitch from using .bashrc to .bash_profile nano path...
2013-10-21 Ethan WhiteAdd a Nano installer for Windows
2013-10-21 W. Trevor Kingswc-windows-installer.py: Use the stdlib's urlopen()
2013-10-21 W. Trevor Kingswc-windows-installer.py: Use lists for file content
2013-10-21 W. Trevor Kingswc-windows-installer.py: Use `with` to write script...
2013-10-21 W. Trevor Kingswc-windows-installer.py: Simplify `ipython` wrapper
2013-10-21 W. Trevor Kingswc-windows-installer.py: Extract nano directly to...
2013-10-21 W. Trevor Kingswc-windows-installer.py: Avoid writing nano.zip to...
2013-10-21 W. Trevor Kingswc-windows-installer.py: Separate requests import...
2013-10-21 W. Trevor Kingswc-windows-installer.py: Cleanup whitespace
2013-10-21 Ethan Whiteswc-windows-installer.py: Setup msysgit to act like...