summaryrefslogtreecommitdiff
path: root/Tools/faqwiz
Commit message (Expand)AuthorAgeFilesLines
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-111-1/+1
* - Fix bashisms in Tools/faqwiz/move-faqwiz.shMatthias Klose2008-07-121-3/+9
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Use sys.exc_info()Andrew M. Kuchling2006-07-261-1/+1
* Remove background imageAndrew M. Kuchling2005-12-121-1/+1
* FixMichael W. Hudson2004-08-071-2/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-182-5/+5
* delete timing output - it appears after the </html> line.Skip Montanaro2004-04-161-3/+0
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* Patch #812378: Normalize white space.Martin v. Löwis2003-10-241-32/+32
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-27/+27
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-6/+6
* Patch #512466: Script to move faqwiz entries.Martin v. Löwis2002-03-182-0/+50
* New version 1.0.4. I'm sure someone mailed me these patches but IGuido van Rossum2000-03-311-6/+20
* New version 1.0.4. I'm sure someone mailed me these patches but IGuido van Rossum2000-03-311-14/+33
* Provide more detail when the commit button is not shown.Guido van Rossum1998-12-232-8/+17
* Beh, new version must be edited in a separate file.Guido van Rossum1998-09-041-1/+1
* Use SCRIPT_NAME (if defined) instead of hardcoding /cgi-bin/ whenGuido van Rossum1998-09-041-1/+2
* # Bump version because of checkin to faqwiz.py. :-(Guido van Rossum1998-07-071-1/+1
* Don't add <...> around mail addresses; they may already be there.Guido van Rossum1998-07-071-1/+1
* Fix a dumb typo in the revparse() regular exception: {1-4} should be {1,4}.Guido van Rossum1998-05-221-1/+1
* whrandom -> randomGuido van Rossum1998-05-201-2/+2
* This really needs python 1.5 now...Guido van Rossum1998-04-081-1/+1
* Version 1.0 is official!Guido van Rossum1998-04-062-3/+6
* Untabified, for tabnanny.Guido van Rossum1998-04-061-593/+593
* posix->os.Guido van Rossum1998-04-031-3/+3
* Change default RCS bin directory to /usr/local/bin/.Guido van Rossum1998-02-191-1/+1
* Fix typo in format for strftime() used by cookie code.Guido van Rossum1998-02-021-1/+1
* Converted to use re instead of regex; version 0.9.0.Guido van Rossum1997-12-213-55/+52
* Up the version.Guido van Rossum1997-12-162-3/+3
* Fix a bug in translate(): the pointer was incremented by the length ofGuido van Rossum1997-12-161-2/+2
* v 0.8.3 -- add an option to suppress URL processing inside <PRE>,Guido van Rossum1997-12-093-9/+15
* Add a pointer back to the wizard in the "compat" output.Guido van Rossum1997-11-211-1/+3
* Use a %s format for the exit status -- through the magical workings ofGuido van Rossum1997-11-111-1/+1
* As Mark Hammond found out, it was a bad idea to add "set -e" to theGuido van Rossum1997-11-111-1/+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
* 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 faqmain.py -- it was an earlier implementation and noGuido van Rossum1997-08-271-858/+0
* Recognize https:// as URL as well.Guido van Rossum1997-08-181-1/+1
* 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
* 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