summaryrefslogtreecommitdiffstats
path: root/Demo/classes/Dates.py
Commit message (Collapse)AuthorAgeFilesLines
* remove svn:executable from scripts without a shebang lineBenjamin Peterson2010-03-081-0/+0
|
* #687648 from Robert Schuppenies: use classic division. From me: don't use ↵Andrew M. Kuchling2008-09-131-5/+10
| | | | string exception; add __main__ section
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-35/+35
| | | | | | | | | | | | Found them using:: find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done (I was doing this all over my own code anyway, because I'd been using spaces in all defs, so I thought I'd make a run on the Python code as well. If you need to do such fixes in your own code, you can use xx-rename or parenregu.el within emacs.)
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-7/+8
| | | | From SF patch #852334.
* Patch #748846: Let Demo/classes/Date.py mention DateTime module.Martin v. Löwis2003-06-071-0/+3
|
* nannified.Guido van Rossum1998-09-141-70/+70
|
* adapted to new overloading schemeGuido van Rossum1994-10-091-39/+24
|
* Initial revisionGuido van Rossum1993-10-301-0/+233