summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* Forgot to remove debug stmt.Guido van Rossum1997-05-231-1/+0
* The official name of the whole thing is now "Python FAQ Wizard";Guido van Rossum1997-05-231-7/+8
* Implemented a simple Password scheme.Guido van Rossum1997-05-231-29/+53
* Added last mtime on whole faq.Guido van Rossum1997-05-231-23/+66
* Nits.Guido van Rossum1997-05-231-8/+7
* Reorg TO DO list.Guido van Rossum1997-05-231-16/+46
* Small nits for Grail; don't forget to cgi.translate & and <.Guido van Rossum1997-05-231-2/+4
* - Suppress the visible text in the epilogue when "edit=no" is specified.Guido van Rossum1997-05-231-9/+38
* Added section titles (for now, hardcoded in the file).Guido van Rossum1997-05-231-5/+22
* Added code to recognize http/ftp URLs and email addresses, and add <A>Guido van Rossum1997-05-231-4/+34
* Minor change: add prologue() calls to do_info and do_rlog; inGuido van Rossum1997-05-231-3/+4
* Added menu entry on deleting FAQ entries.Guido van Rossum1997-05-221-33/+89
* HTML formatting nits.Guido van Rossum1997-05-221-3/+5
* Mostly small changes.Guido van Rossum1997-05-221-20/+56
* Separate prologue/epilogue functions.Guido van Rossum1997-05-211-45/+69
* Oops, left an 'n = n+1' in but n was undefined.Guido van Rossum1997-05-211-1/+0
* Add "Log info" to view rcs log.Guido van Rossum1997-05-211-4/+33
* Lots of new features:Guido van Rossum1997-05-211-27/+183
* Crude but functional, except for adding new entries.Guido van Rossum1997-05-211-46/+172
* Initial revisionGuido van Rossum1997-05-211-0/+255
* Unlink before rename (for NT).Guido van Rossum1997-05-191-1/+5
* Correct comment; -c is off by default.Guido van Rossum1997-05-151-1/+1
* Open the output files with 'wb', not 'w'.Guido van Rossum1997-05-151-1/+1
* Scroll to top of info window when done.Guido van Rossum1997-05-091-0/+1
* Avoid the fancy handler for error 401 (request authentication).Guido van Rossum1997-05-071-4/+7
* Restructured Checker class to get rid of 'ext' table.Guido van Rossum1997-02-022-177/+165
* Add root URL entry box, separate start/stop/step buttons.Guido van Rossum1997-02-011-54/+131
* Process <img> and <frame> tags. Don't bother skipping second href.Guido van Rossum1997-02-011-3/+12
* Check in another copy of tktools.py...Guido van Rossum1997-01-311-0/+367
* Tk interface to webchecker. Not fully featured yet, but usable.Guido van Rossum1997-01-311-0/+329
* Spin off checking of external page in a subroutine.Guido van Rossum1997-01-311-17/+20
* Many misc changes.Guido van Rossum1997-01-311-95/+142
* Set proper User-agent header (Python-webchecker/<version>).Guido van Rossum1997-01-301-14/+21
* Some refinements of the external-link checking code: insert the errorsGuido van Rossum1997-01-301-9/+22
* Added -x option to check external links. Slooooow!Guido van Rossum1997-01-301-10/+32
* Catch I/O errors when parsing robots.txt file.Guido van Rossum1997-01-301-5/+13
* Basic README fileGuido van Rossum1997-01-301-0/+14
* Added robots.txt support, using Skip Montanaro's parser.Guido van Rossum1997-01-301-3/+38
* Skip Montanaro's robots.txt parser.Guido van Rossum1997-01-301-0/+97
* web tree checkerGuido van Rossum1997-01-301-0/+488
* mime types guesserGuido van Rossum1997-01-301-0/+190
* Version 1.1. Fix memory leak and expensive comparison with None.Guido van Rossum1997-01-181-3/+22
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-2728-29/+28
* Changed so that it replaces /usr/local/bin/python with /usr/bin/env python.Guido van Rossum1996-11-271-6/+6
* Changed logic so it now replaces anything that has #! and python inGuido van Rossum1996-11-271-6/+5
* Script to fix cprt noticeGuido van Rossum1996-11-271-0/+78
* Removed the USA'isms that aren't really trueBarry Warsaw1996-11-201-2/+4
* /usr/bin/env is slightly more portableBarry Warsaw1996-11-201-1/+1
* Added a few meta infoBarry Warsaw1996-11-201-0/+4
* Output original addressBarry Warsaw1996-11-191-4/+4