summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* classifyws(): Fix a "/" to work under -Qnew (as well as without it).Tim Peters2002-01-231-1/+1
* Added some support for Uicode arguments. Still leaves something to be desired...Jack Jansen2002-01-013-1/+23
* Updated to current pathnames.Jack Jansen2002-01-011-3/+3
* Patches by Jens B. Jorgensen with small mods by me:Jack Jansen2001-12-2717-146/+60
* Small change to allow for generation of QuickTime module for Windows.Jack Jansen2001-12-181-0/+4
* OSX tweak: recognize both EXTERN_API_C and EXTERN_API declarations.Just van Rossum2001-12-121-2/+2
* Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txtGuido van Rossum2001-12-111-2/+2
* The module generator now tells its object generators about the module name (t...Jack Jansen2001-12-092-1/+9
* Warning message about unfound file was missing trailing \n.Guido van Rossum2001-12-061-1/+2
* SF patch #489680 (David Abrahams): h2py uses nonexistent method splitfields()Guido van Rossum2001-12-061-3/+3
* A tiny but useful script that fires off a search on Google.Guido van Rossum2001-12-041-0/+22
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-0/+2
* Checking in Zooko's version per SF patch #476866, plus my changes toGuido van Rossum2001-11-281-395/+429
* Don't initialize tp_type statically, it won't work on Windows. SpottedJack Jansen2001-11-141-1/+1
* Don't override asplit_pat in Scanner_UH3. No reason to do so, and it brokeJack Jansen2001-10-301-1/+0
* 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