| Commit message (Expand) | Author | Age | Files | Lines |
* | Process <img> and <frame> tags. Don't bother skipping second href. | Guido van Rossum | 1997-02-01 | 1 | -3/+12 |
|
|
* | Check in another copy of tktools.py... | Guido van Rossum | 1997-01-31 | 1 | -0/+367 |
|
|
* | Tk interface to webchecker. Not fully featured yet, but usable. | Guido van Rossum | 1997-01-31 | 1 | -0/+329 |
|
|
* | Spin off checking of external page in a subroutine. | Guido van Rossum | 1997-01-31 | 1 | -17/+20 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 39 | -4651/+5572 |
|
|
* | Added _tkinter modules in Image extension | Jack Jansen | 1997-01-31 | 1 | -0/+2 |
|
|
* | Image libraries moved and small things | Jack Jansen | 1997-01-31 | 27 | -9945/+10039 |
|
|
* | Many misc changes. | Guido van Rossum | 1997-01-31 | 1 | -95/+142 |
|
|
* | (py-mode-map): Comment Out Region / Uncomment Region should use | Barry Warsaw | 1997-01-30 | 1 | -2/+2 |
|
|
* | #Updated authorship line | Barry Warsaw | 1997-01-30 | 1 | -1/+1 |
|
|
* | (py-parse-partial-sexp-works-p): New variable to work around a bug in | Barry Warsaw | 1997-01-30 | 1 | -3/+23 |
|
|
* | Move the 'import os' in URLopener.cleanup() to inside the block | Guido van Rossum | 1997-01-30 | 1 | -1/+1 |
|
|
* | Renamed | Jack Jansen | 1997-01-30 | 5 | -621/+617 |
|
|
* | Added imgpng | Jack Jansen | 1997-01-30 | 1 | -0/+2 |
|
|
* | Set proper User-agent header (Python-webchecker/<version>). | Guido van Rossum | 1997-01-30 | 1 | -14/+21 |
|
|
* | Some refinements of the external-link checking code: insert the errors | Guido van Rossum | 1997-01-30 | 1 | -9/+22 |
|
|
* | Added -x option to check external links. Slooooow! | Guido van Rossum | 1997-01-30 | 1 | -10/+32 |
|
|
* | Catch I/O errors when parsing robots.txt file. | Guido van Rossum | 1997-01-30 | 1 | -5/+13 |
|
|
* | Basic README file | Guido van Rossum | 1997-01-30 | 1 | -0/+14 |
|
|
* | Added robots.txt support, using Skip Montanaro's parser. | Guido van Rossum | 1997-01-30 | 1 | -3/+38 |
|
|
* | Skip Montanaro's robots.txt parser. | Guido van Rossum | 1997-01-30 | 2 | -0/+194 |
|
|
* | web tree checker | Guido van Rossum | 1997-01-30 | 1 | -0/+488 |
|
|
* | mime types guesser | Guido van Rossum | 1997-01-30 | 1 | -0/+190 |
|
|
* | Did nobody ever notice that "make test" didn't print the summary line | Guido van Rossum | 1997-01-29 | 1 | -1/+0 |
|
|
* | Small lookmapping nits: | Guido van Rossum | 1997-01-29 | 2 | -10/+12 |
|
|
* | posix_execve(): Accept any mapping protocol object for the env | Barry Warsaw | 1997-01-29 | 1 | -7/+18 |
|
|
* | Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding | Guido van Rossum | 1997-01-29 | 1 | -1/+13 |
|
|
* | Final three poly table entries corrected by Tim Peters. | Guido van Rossum | 1997-01-29 | 2 | -62/+60 |
|
|
* | Change bsddbmodule.o -> bsddbmodule.c. | Guido van Rossum | 1997-01-28 | 1 | -1/+1 |
|
|
* | Added LDLAST variable, substituted by configure script, for the final | Guido van Rossum | 1997-01-28 | 1 | -1/+2 |
|
|
* | Changed the lookup algorithm again, based on Reimer Behrends's post. | Guido van Rossum | 1997-01-28 | 2 | -228/+202 |
|
|
* | Two small changes: | Guido van Rossum | 1997-01-27 | 1 | -5/+3 |
|
|
* | new.code() has grown another foot, eh, another two arguments. | Guido van Rossum | 1997-01-27 | 1 | -1/+1 |
|
|
* | Plug a leak with calling something other than a function or method is | Guido van Rossum | 1997-01-27 | 1 | -4/+3 |
|
|
* | Patches for (two forms of) optional dynamic execution profiling -- | Guido van Rossum | 1997-01-24 | 1 | -0/+68 |
|
|
* | Change the control flow for error handling in the function prelude to | Guido van Rossum | 1997-01-24 | 1 | -23/+17 |
|
|
* | Added optional interface for dynamic execution profile (to be gathered | Guido van Rossum | 1997-01-24 | 1 | -2/+11 |
|
|
* | Get the line number from PyCode_Addr2Line instead of believing | Guido van Rossum | 1997-01-24 | 1 | -1/+4 |
|
|
* | When a recycled frame has more local+stack slots than needed, | Guido van Rossum | 1997-01-24 | 1 | -2/+4 |
|
|
* | Two more arguments to newcodeobject -- first lineno and lineno table. | Guido van Rossum | 1997-01-24 | 1 | -4/+7 |
|
|
* | New magin number (because of linenumber table). | Guido van Rossum | 1997-01-24 | 1 | -1/+1 |
|
|
* | Marshal the line number table of code objects. | Guido van Rossum | 1997-01-24 | 1 | -1/+9 |
|
|
* | Instead of emitting SET_LINENO instructions, generate a line number | Guido van Rossum | 1997-01-24 | 1 | -6/+102 |
|
|
* | Add co_firstlineno and co_lnotab, for the line number table generated | Guido van Rossum | 1997-01-24 | 1 | -1/+4 |
|
|
* | Initialize the ob_type field of PyAST_Type dynamically (in | Guido van Rossum | 1997-01-23 | 1 | -3/+7 |
|
|
* | Forget keeping track of whether a dictionary contains all interned | Guido van Rossum | 1997-01-23 | 2 | -178/+110 |
|
|
* | Various notes added: | Guido van Rossum | 1997-01-22 | 1 | -16/+32 |
|
|
* | The usual | Guido van Rossum | 1997-01-22 | 1 | -199/+228 |
|
|
* | A number of new symbols have appeared (courtesy autoconf 2.12?) | Guido van Rossum | 1997-01-22 | 1 | -0/+15 |
|
|
* | Add --with-dec-threads, for DEL Alpha, which requires -threads as the | Guido van Rossum | 1997-01-22 | 1 | -6/+19 |
|
|