Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -4/+4 |
| | | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Resolving a batch of failing tests for python 2.7. | William Blevins | 2016-01-24 | 1 | -1/+1 |
| | | | | Note: please evaluate python 3.X compliance. | ||||
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -1/+1 |
| | | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1. | ||||
* | Issue 2368: Fix an exception when a null command-line argument is | Steven Knight | 2009-03-06 | 1 | -3/+14 |
| | | | | passed in. | ||||
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
| | |||||
* | Change the default behavior when no arguments are specified to building ↵ | Steven Knight | 2003-02-05 | 1 | -5/+7 |
| | | | | everything in (or below) the current directory. | ||||
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
| | |||||
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | Provide a message if there are no command-line targets specified and no ↵ | Steven Knight | 2002-08-31 | 1 | -0/+59 |
Default() targets. |