Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switched to a safer way of dealing with the fact that Python 3 removed the ↵ | Todd Leonhardt | 2016-12-11 | 1 | -4/+2 |
| | | | | built-in file() function. | ||||
* | Enabling packrat for all parsing in both Python 2 and Python 3 since that ↵ | Todd Leonhardt | 2016-12-09 | 1 | -17/+2 |
| | | | | bug was from a very old version of pyparsing and Python 3.2 | ||||
* | Whitespace change to be mostly PEP8 compliant | Todd Leonhardt | 2016-12-09 | 1 | -89/+177 |
| | |||||
* | Stage 3 of refactoring. | Todd Leonhardt | 2016-12-09 | 1 | -5/+9 |
| | | | | Transcript testing now works on both Python 2 and Python 3 thanks to six.next(). | ||||
* | Second stage of refactoring using six module for unified Python 2/3 codebase | Todd Leonhardt | 2016-12-09 | 1 | -46/+52 |
| | |||||
* | First stage of refactoring to support full simultaneous Python 2 and 3 ↵ | Todd Leonhardt | 2016-12-09 | 1 | -23/+31 |
| | | | | compatibility via use of the six module. | ||||
* | Loading in a script file now works in Python 3.5 | Todd Leonhardt | 2016-12-09 | 1 | -0/+8 |
| | |||||
* | Support Python 3 input(), related to #26 | Federico Ceratto | 2016-05-12 | 1 | -0/+5 |
| | |||||
* | Update version | Federico Ceratto | 2016-02-23 | 1 | -2/+2 |
| | |||||
* | subprocess.mswindows does not exist in python3.5 | Hans Lellelid | 2016-02-20 | 1 | -1/+1 |
| | | | Am hoping that the sys.platform (https://docs.python.org/2/library/sys.html#sys.platform) check is sufficient, though perhaps there was a reason this was not done initially. | ||||
* | Minor cleanup | Federico Ceratto | 2016-02-20 | 1 | -151/+170 |
| | |||||
* | Marking for 0.6.8 release0.6.8 | Catherine Devlin | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | In the event "which" is not installed, return None | Ian Cordasco | 2014-10-09 | 1 | -1/+7 |
| | |||||
* | Fix exception handling syntax for python 3.3. | Doug Hellmann | 2013-09-16 | 1 | -13/+13 |
| | |||||
* | v0.6.6.1. No code changes, but using Python2 to generate sdist to avoid ↵ | Catherine Devlin | 2013-08-14 | 1 | -1/+1 |
| | | | | writing 2to3 changes into PyPI. | ||||
* | v0.6.6 silencing editor check | Catherine Devlin | 2013-08-06 | 1 | -1/+1 |
| | |||||
* | Fixed "which" calls being verbose to stderr. | desaintmartin | 2013-05-31 | 1 | -2/+2 |
| | | | | Add "vi" to the list of possible editors. | ||||
* | marking v0.6.5.10.6.5.1 | Catherine Devlin | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | v0.6.5 | Catherine Devlin | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | Indicate change in repository host to bitbucket | Catherine Devlin | 2012-05-26 | 1 | -0/+1593 |