summaryrefslogtreecommitdiff
path: root/test/no-arguments.py
Commit message (Collapse)AuthorAgeFilesLines
* Resolving a batch of failing tests for python 2.7.William Blevins2016-01-241-1/+1
| | | | Note: please evaluate python 3.X compliance.
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-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 isSteven Knight2009-03-061-3/+14
| | | | passed in.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Change the default behavior when no arguments are specified to building ↵Steven Knight2003-02-051-5/+7
| | | | everything in (or below) the current directory.
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Provide a message if there are no command-line targets specified and no ↵Steven Knight2002-08-311-0/+59
Default() targets.