summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson.Guido van Rossum2001-10-183-11/+59
* Test utility to look for bad stacksize calculations.Jeremy Hylton2001-10-171-0/+43
* Update outdated text about how to fix the font.Guido van Rossum2001-10-081-4/+5
* Replace all instances of err.strerror with err.Jeremy Hylton2001-10-081-6/+6
* Changed the reindenter to strip only trailing spaces and tabs from lines,Tim Peters2001-10-041-3/+16
* Removed files no longer needed.Fred Drake2001-09-283-663/+0
* Generalize file.writelines() to allow iterable objects.Tim Peters2001-09-231-2/+1
* Fix restore (difflib.restore() became a generator too).Tim Peters2001-09-221-1/+2
* Make difflib.ndiff() and difflib.Differ.compare() generators. ThisTim Peters2001-09-221-3/+2
* Update description of Tools/compilerJeremy Hylton2001-09-201-3/+2
* Remove setup.py, unnecessary since compiler package is the stdJeremy Hylton2001-09-202-14/+2
* Moved to Tools/compiler along with astgen.pyJeremy Hylton2001-09-201-87/+0
* The compiler package is now part of the standard library.Jeremy Hylton2001-09-2012-5811/+0
* Track changes to compiler APIJeremy Hylton2001-09-172-9/+15
* API change:Jeremy Hylton2001-09-173-10/+109
* Re-created after change to astgen to calculate hardest_arg correctlyJeremy Hylton2001-09-171-577/+603
* Fix calculation of hardest_arg.Jeremy Hylton2001-09-172-6/+6
* Last set of change to get regression tests to passJeremy Hylton2001-09-173-5/+10
* Add -p option to invoke Python profilerJeremy Hylton2001-09-171-5/+11
* Only print attributes that start with co_.Jeremy Hylton2001-09-171-1/+6
* Handle more syntax errors.Jeremy Hylton2001-09-172-29/+77
* Add utility to set filename attribute on all nodesJeremy Hylton2001-09-171-0/+9
* support true divisionJeremy Hylton2001-09-171-1/+3
* Improve handling of docstrings. I had feared this was a case ofTim Peters2001-09-161-5/+10
* Add code generator for yield stmtJeremy Hylton2001-09-141-0/+5
* del no longer necessary now that new module is goneJeremy Hylton2001-09-141-2/+0
* Various sundry changes for 2.2 compatibilityJeremy Hylton2001-09-142-137/+94
* The object-being sliced in an assignment to a slice is referenced, notJeremy Hylton2001-09-141-2/+2
* the new new doesn't define CO_xxx as the old new didJeremy Hylton2001-09-141-1/+9
* the names attribute of Global is not a nodeJeremy Hylton2001-09-143-3/+3
* Fix for bug #442374 - Modulefinder registry support brokenMark Hammond2001-09-051-13/+36
* Only output the buffer size error label if it is used.Jack Jansen2001-09-052-3/+7
* Don't use a default "int" return type, gcc gives a warning about it.Jack Jansen2001-09-041-1/+1
* - 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
* A grep-like tool that looks for division operators.Guido van Rossum2001-09-021-0/+89
* The beginnings of a script to help finding / operators that may needGuido van Rossum2001-09-011-0/+237
* Fix _convert_NAME() so that it doesn't store locals for class bodies.Jeremy Hylton2001-08-303-15/+15
* spurious popJeremy Hylton2001-08-301-1/+0
* Track the block stack more reasonably in order to handle continue inJeremy Hylton2001-08-291-13/+45
* Improve stack depth computation for try/except and try/finallyJeremy Hylton2001-08-291-1/+4
* Add __getitem__() handler for use by visitContinue()Jeremy Hylton2001-08-291-0/+2
* Generate SET_LINENO for list and tuple literals when the open parenJeremy Hylton2001-08-291-1/+3
* Make sure that atoms (Tuple, List, etc.) have lineno attributesJeremy Hylton2001-08-291-2/+4
* Fix off-by-one errors in code to find depth of stack.Jeremy Hylton2001-08-291-3/+3
* Undo change from list to dict for handling varnames, consts, etc.Jeremy Hylton2001-08-291-49/+22