summaryrefslogtreecommitdiff
path: root/Tools/scripts/fixdiv.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
* Issue #25505: Remove unused buggy method.Terry Jan Reedy2015-10-301-2/+0
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Ran 2to3 over scripts directory.Georg Brandl2008-05-161-1/+1
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-24/+24
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Patch #1601678: move intern() to sys.intern().Georg Brandl2006-12-191-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Fix use of 'file' as a variable name.Andrew M. Kuchling2003-05-131-8/+8
* - Reverse the meaning of the -m option: warnings about multiple /Guido van Rossum2001-09-041-35/+85
* Whitespace normalization.Tim Peters2001-09-041-4/+4
* PEP 238 documented -Qwarn as warning only for classic int or longGuido van Rossum2001-09-041-1/+1
* Rename the -D option to -Q, to avoid a Jython option name conflict.Guido van Rossum2001-09-041-1/+1
* Implement what the docstring said: multiple slashes per line areGuido van Rossum2001-09-021-15/+26
* Added more text to the docstring, updated the way the exit status isGuido van Rossum2001-09-021-31/+113
* The beginnings of a script to help finding / operators that may needGuido van Rossum2001-09-011-0/+237