summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Generate new style exception initializer (Jack).Guido van Rossum1997-10-081-1/+1
|
* Map .shtml to text/html.Guido van Rossum1997-10-071-0/+1
|
* Version 0.8.1.Guido van Rossum1997-10-071-1/+1
|
* Add "set -e" to lock command.Guido van Rossum1997-10-071-1/+1
|
* Fix comment to add the all-important trailing colon to the example.Guido van Rossum1997-10-061-9/+16
| | | | Print the author with the revision date and filename.
* A variant on webchecker that creates a mirror copy of a remote site.Guido van Rossum1997-10-061-0/+131
|
* Several changes:Guido van Rossum1997-10-061-6/+24
| | | | | | | | | | - Change the code that looks for robots.txt to always look in /, even if the "root" path is somewhere deep down below. - Add link processing in <AREA> tags. - Change safeclose() to avoid crashing when the file has no geturl() method.
* Changes by jack so the generated modules export their typesGuido van Rossum1997-09-223-2/+18
| | | | to Python.
* Moved pystone to Lib/test. Use import test.pystone to run it.Guido van Rossum1997-09-162-249/+0
|
* Skip symlinks; don't bother keeping a list of files that is never used.Guido van Rossum1997-09-161-5/+2
|
* Added faqwiz and webchecker.Guido van Rossum1997-08-281-0/+6
|
* Added section about multiple FAQs.Guido van Rossum1997-08-281-2/+22
|
* New installation instructions show how to maintain multiple FAQs.Guido van Rossum1997-08-284-35/+60
| | | | | | | | | Removed bootstrap script from end of faqwiz.py module. Added instructions to bootstrap script, too. Version bumped to 0.8. Added <html>...</html> feature suggested by Skip Montanaro. Added leading text for Roulette, default to 'Hit Reload ...'. Fix typo in default SRCDIR.
* Removed faqmain.py -- it was an earlier implementation and noGuido van Rossum1997-08-271-858/+0
| | | | longer relevant.
* Use correct keyword parameter when calling copy with answer option!Guido van Rossum1997-08-181-2/+2
|
* Recognize https:// as URL as well.Guido van Rossum1997-08-181-1/+1
|
* Oops, there was a bug in the output formatting - the last printedGuido van Rossum1997-08-141-2/+2
| | | | values would overwrite the next value.
* Added logmerge.pyGuido van Rossum1997-08-141-0/+1
|
* Consolidate a bunch of CVS or RCS logs read from stdin.Guido van Rossum1997-08-141-0/+124
|
* New version (changes are so minor that I don't bother to explain them).Guido van Rossum1997-08-141-2/+2
|
* Of course, this file should be empty except for an informative comment.Guido van Rossum1997-08-141-23/+1
|
* Add a separate SRC directory and insert it in front of the path.Guido van Rossum1997-08-141-1/+2
|
* Add missing semicolon to '&gt;'.Guido van Rossum1997-08-141-1/+1
|
* Added cvsfiles.py and treesync.pyGuido van Rossum1997-08-141-0/+2
|
* Source tree synchronization tool (for Windowes, mostly)Guido van Rossum1997-08-141-0/+200
|
* Print a list of files under CVS.Guido van Rossum1997-08-141-0/+42
|
* support C++ commentsGuido van Rossum1997-08-141-1/+3
|
* set LOOPS to 10000Guido van Rossum1997-08-141-1/+1
|
* Add XXX warning about fishy lineGuido van Rossum1997-08-141-0/+1
|
* Added Windows NT instructions.Guido van Rossum1997-08-141-3/+34
|
* Changes for building under windows.Guido van Rossum1997-08-142-9/+87
|
* Changed indents to 4 *spaces*; added Emacs variables to avoidGuido van Rossum1997-08-101-241/+245
| | | | | inserting tabs. All this (and the previous patch) in preparation for porting to NT.
* Support using -p/-P to point to the source/build directory instead ofGuido van Rossum1997-08-101-12/+32
| | | | | the install directory. Added -h option to print the full usage message; by default, only two lines are now printed for errors.
* Updated for new style build/install; much simpler!Guido van Rossum1997-07-192-11/+14
|
* Upped version to 0.6.Guido van Rossum1997-07-131-2/+2
|
* New PythonPowered logo image.Guido van Rossum1997-07-131-2/+2
|
* Added a variant of the epilogue that has the PythonPowered logo.Guido van Rossum1997-06-031-0/+12
|
* Move the second import of faqcust to the very end.Guido van Rossum1997-06-031-8/+8
|
* Expanded the setup instructions.Guido van Rossum1997-06-021-7/+49
|
* Move the roulette() functionality out of the FaqDir class into theGuido van Rossum1997-06-021-8/+4
| | | | FaqWizard class.
* Version upped.Guido van Rossum1997-06-021-1/+1
|
* Stupid typos -- ImporError.Guido van Rossum1997-06-021-2/+2
|
* Bugfix: last_changed would always print current time.Guido van Rossum1997-06-021-1/+1
|
* Added hint about permissions.Guido van Rossum1997-05-301-1/+5
|
* Protect roulette against empty FAQ.Guido van Rossum1997-05-301-1/+5
|
* Inclide the imports and chdir in the try/except.Guido van Rossum1997-05-301-4/+4
|
* Tiny script to play with it on a Mac.Guido van Rossum1997-05-281-0/+7
|
* Set version to 0.4; get rid of '(' in column 1 in triple-queted string.Guido van Rossum1997-05-261-3/+2
|
* Initial revisionGuido van Rossum1997-05-261-0/+25
|
* Added marks for very recently (24 hours) and recently (7 days)Guido van Rossum1997-05-261-19/+35
| | | | | modified files. Added and used global now, entry.getmtime(), and entry.emit_marks().