Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -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 Zack | Guido van Rossum | 2002-08-09 | 1 | -6/+6 |
| | | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones. | ||||
* | Patch #512466: Script to move faqwiz entries. | Martin v. Löwis | 2002-03-18 | 2 | -0/+50 |
| | |||||
* | New version 1.0.4. I'm sure someone mailed me these patches but I | Guido van Rossum | 2000-03-31 | 1 | -6/+20 |
| | | | | | | | can't remember who. :-) Changes: - Support for Windows NT (different locking behavior) - Added a logging mechanism | ||||
* | New version 1.0.4. I'm sure someone mailed me these patches but I | Guido van Rossum | 2000-03-31 | 1 | -14/+33 |
| | | | | | | | | can't remember who. :-) Changes: - Owner name+email made generic instead of GvR - Support for Windows NT (running from a .bat file) - DOcument <HTML>...</HTML> tags | ||||
* | Provide more detail when the commit button is not shown. | Guido van Rossum | 1998-12-23 | 2 | -8/+17 |
| | |||||
* | Beh, new version must be edited in a separate file. | Guido van Rossum | 1998-09-04 | 1 | -1/+1 |
| | |||||
* | Use SCRIPT_NAME (if defined) instead of hardcoding /cgi-bin/ when | Guido van Rossum | 1998-09-04 | 1 | -1/+2 |
| | | | | sending the cookie. (Suggestion by AMK.) | ||||
* | # Bump version because of checkin to faqwiz.py. :-( | Guido van Rossum | 1998-07-07 | 1 | -1/+1 |
| | |||||
* | Don't add <...> around mail addresses; they may already be there. | Guido van Rossum | 1998-07-07 | 1 | -1/+1 |
| | |||||
* | Fix a dumb typo in the revparse() regular exception: {1-4} should be {1,4}. | Guido van Rossum | 1998-05-22 | 1 | -1/+1 |
| | | | | Now you can click on revisions and diffs again! | ||||
* | whrandom -> random | Guido van Rossum | 1998-05-20 | 1 | -2/+2 |
| | |||||
* | This really needs python 1.5 now... | Guido van Rossum | 1998-04-08 | 1 | -1/+1 |
| | |||||
* | Version 1.0 is official! | Guido van Rossum | 1998-04-06 | 2 | -3/+6 |
| | |||||
* | Untabified, for tabnanny. | Guido van Rossum | 1998-04-06 | 1 | -593/+593 |
| | |||||
* | posix->os. | Guido van Rossum | 1998-04-03 | 1 | -3/+3 |
| | |||||
* | Change default RCS bin directory to /usr/local/bin/. | Guido van Rossum | 1998-02-19 | 1 | -1/+1 |
| | |||||
* | Fix typo in format for strftime() used by cookie code. | Guido van Rossum | 1998-02-02 | 1 | -1/+1 |
| | |||||
* | Converted to use re instead of regex; version 0.9.0. | Guido van Rossum | 1997-12-21 | 3 | -55/+52 |
| | |||||
* | Up the version. | Guido van Rossum | 1997-12-16 | 2 | -3/+3 |
| | |||||
* | Fix a bug in translate(): the pointer was incremented by the length of | Guido van Rossum | 1997-12-16 | 1 | -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 Rossum | 1997-12-09 | 3 | -9/+15 |
| | | | | by Scott <scott@chronis.icgroup.com> | ||||
* | Add a pointer back to the wizard in the "compat" output. | Guido van Rossum | 1997-11-21 | 1 | -1/+3 |
| | |||||
* | Use a %s format for the exit status -- through the magical workings of | Guido van Rossum | 1997-11-11 | 1 | -1/+1 |
| | | | | | the aptly named MagicDict class, the value is a string, not a number, by the time it is printed... | ||||
* | As Mark Hammond found out, it was a bad idea to add "set -e" to the | Guido van Rossum | 1997-11-11 | 1 | -1/+1 |
| | | | | check in command -- this fails for new files! | ||||
* | Version 0.8.1. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
| | |||||
* | Add "set -e" to lock command. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
| | |||||
* | Added section about multiple FAQs. | Guido van Rossum | 1997-08-28 | 1 | -2/+22 |
| | |||||
* | New installation instructions show how to maintain multiple FAQs. | Guido van Rossum | 1997-08-28 | 4 | -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 no | Guido van Rossum | 1997-08-27 | 1 | -858/+0 |
| | | | | longer relevant. | ||||
* | Recognize https:// as URL as well. | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
| | |||||
* | New version (changes are so minor that I don't bother to explain them). | Guido van Rossum | 1997-08-14 | 1 | -2/+2 |
| | |||||
* | Of course, this file should be empty except for an informative comment. | Guido van Rossum | 1997-08-14 | 1 | -23/+1 |
| | |||||
* | Add a separate SRC directory and insert it in front of the path. | Guido van Rossum | 1997-08-14 | 1 | -1/+2 |
| | |||||
* | Add missing semicolon to '>'. | Guido van Rossum | 1997-08-14 | 1 | -1/+1 |
| | |||||
* | Upped version to 0.6. | Guido van Rossum | 1997-07-13 | 1 | -2/+2 |
| | |||||
* | New PythonPowered logo image. | Guido van Rossum | 1997-07-13 | 1 | -2/+2 |
| | |||||
* | Added a variant of the epilogue that has the PythonPowered logo. | Guido van Rossum | 1997-06-03 | 1 | -0/+12 |
| | |||||
* | Move the second import of faqcust to the very end. | Guido van Rossum | 1997-06-03 | 1 | -8/+8 |
| | |||||
* | Expanded the setup instructions. | Guido van Rossum | 1997-06-02 | 1 | -7/+49 |
| | |||||
* | Move the roulette() functionality out of the FaqDir class into the | Guido van Rossum | 1997-06-02 | 1 | -8/+4 |
| | | | | FaqWizard class. | ||||
* | Version upped. | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | Stupid typos -- ImporError. | Guido van Rossum | 1997-06-02 | 1 | -2/+2 |
| | |||||
* | Bugfix: last_changed would always print current time. | Guido van Rossum | 1997-06-02 | 1 | -1/+1 |
| | |||||
* | Added hint about permissions. | Guido van Rossum | 1997-05-30 | 1 | -1/+5 |
| | |||||
* | Protect roulette against empty FAQ. | Guido van Rossum | 1997-05-30 | 1 | -1/+5 |
| | |||||
* | Inclide the imports and chdir in the try/except. | Guido van Rossum | 1997-05-30 | 1 | -4/+4 |
| | |||||
* | Set version to 0.4; get rid of '(' in column 1 in triple-queted string. | Guido van Rossum | 1997-05-26 | 1 | -3/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1997-05-26 | 1 | -0/+25 |
| | |||||
* | Added marks for very recently (24 hours) and recently (7 days) | Guido van Rossum | 1997-05-26 | 1 | -19/+35 |
| | | | | | modified files. Added and used global now, entry.getmtime(), and entry.emit_marks(). |