summaryrefslogtreecommitdiffstats
path: root/test/long-lines/signature.py
Commit message (Collapse)AuthorAgeFilesLines
* Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
|
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+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.
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
|
* Capture a test case to verify correct behavior of $( $) on long linesSteven Knight2009-02-071-0/+90
handled by TempFileMunge. Comment the behavior. Other minor cleanups.