summaryrefslogtreecommitdiffstats
path: root/Tools/faqwiz/faqwiz.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove faqwiz tool.Georg Brandl2010-08-021-840/+0
|
* More old urllib usage.Georg Brandl2008-06-231-4/+4
|
* Remove traces of rfc822.Georg Brandl2008-06-121-2/+2
|
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-7/+6
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-22/+22
|
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-5/+5
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* FixMichael W. Hudson2004-08-071-2/+2
| | | | | | [ 777659 ] Uninitialized variable used in Tools/faqwiz/faqwiz.py with help from jlgijsbers on #python-dev IRC.
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-3/+3
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
| | | | From SF patch #852334.
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-27/+27
| | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-6/+6
| | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
* New version 1.0.4. I'm sure someone mailed me these patches but IGuido van Rossum2000-03-311-6/+20
| | | | | | | can't remember who. :-) Changes: - Support for Windows NT (different locking behavior) - Added a logging mechanism
* Provide more detail when the commit button is not shown.Guido van Rossum1998-12-231-3/+8
|
* Use SCRIPT_NAME (if defined) instead of hardcoding /cgi-bin/ whenGuido van Rossum1998-09-041-1/+2
| | | | sending the cookie. (Suggestion by AMK.)
* 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
| | | | Now you can click on revisions and diffs again!
* whrandom -> randomGuido van Rossum1998-05-201-2/+2
|
* Untabified, for tabnanny.Guido van Rossum1998-04-061-593/+593
|
* 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-211-47/+32
|
* Fix a bug in translate(): the pointer was incremented by the length ofGuido van Rossum1997-12-161-2/+2
| | | | | the *escaped* url. Also added new special characters that are not part of the url when found at the end: ( < > .
* v 0.8.3 -- add an option to suppress URL processing inside <PRE>,Guido van Rossum1997-12-091-5/+8
| | | | by Scott <scott@chronis.icgroup.com>
* As Mark Hammond found out, it was a bad idea to add "set -e" to theGuido van Rossum1997-11-111-1/+1
| | | | check in command -- this fails for new files!
* Add "set -e" to lock command.Guido van Rossum1997-10-071-1/+1
|
* New installation instructions show how to maintain multiple FAQs.Guido van Rossum1997-08-281-17/+15
| | | | | | | | | 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.
* Recognize https:// as URL as well.Guido van Rossum1997-08-181-1/+1
|
* Add missing semicolon to '&gt;'.Guido van Rossum1997-08-141-1/+1
|
* Move the roulette() functionality out of the FaqDir class into theGuido van Rossum1997-06-021-8/+4
| | | | FaqWizard class.
* Bugfix: last_changed would always print current time.Guido van Rossum1997-06-021-1/+1
|
* Protect roulette against empty FAQ.Guido van Rossum1997-05-301-1/+5
|
* 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().
* Support for more general diffing and retrieving any old revision.Guido van Rossum1997-05-261-13/+49
| | | | Support for index formatting with local refs.
* Added keyword searching.Guido van Rossum1997-05-261-6/+27
|
* Bugfix -- should pass headers=0 when formatting query results.Guido van Rossum1997-05-261-1/+1
|
* Add optional section titles to format_all.Guido van Rossum1997-05-261-4/+21
| | | | Allow for missing section titles in format_all and format_index.
* I'm happy with this.Guido van Rossum1997-05-261-207/+286
|
* Initial revisionGuido van Rossum1997-05-261-0/+666