Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget._setup(): Support name=None in a similar way to the handling of other | Fred Drake | 1997-05-27 | 2 | -2/+4 |
| | | | | Tkinter keyword parameters. | ||||
* | 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(). | ||||
* | Added marks for very recently (24 hours) and recently (7 days) | Guido van Rossum | 1997-05-26 | 1 | -15/+41 |
| | | | | modified files. Throw things around a bit. | ||||
* | Support for more general diffing and retrieving any old revision. | Guido van Rossum | 1997-05-26 | 2 | -16/+64 |
| | | | | Support for index formatting with local refs. | ||||
* | Added keyword searching. | Guido van Rossum | 1997-05-26 | 1 | -6/+27 |
| | |||||
* | Added keyword searching radio buttons. | Guido van Rossum | 1997-05-26 | 1 | -0/+6 |
| | |||||
* | Don't need <BR> at end of <LI>. | Guido van Rossum | 1997-05-26 | 1 | -1/+1 |
| | |||||
* | Bugfix -- should pass headers=0 when formatting query results. | Guido van Rossum | 1997-05-26 | 1 | -1/+1 |
| | |||||
* | Add optional section titles to format_all. | Guido van Rossum | 1997-05-26 | 1 | -4/+21 |
| | | | | Allow for missing section titles in format_all and format_index. | ||||
* | Oops, checked in the wrong SHORTNAME value. | Guido van Rossum | 1997-05-26 | 1 | -1/+1 |
| | |||||
* | Added a local customization feature: load some parameters from faqcust. | Guido van Rossum | 1997-05-26 | 1 | -10/+22 |
| | |||||
* | Initial revision | Guido van Rossum | 1997-05-26 | 1 | -0/+11 |
| | |||||
* | Initial revision | Guido van Rossum | 1997-05-26 | 1 | -0/+19 |
| | |||||
* | I'm happy with this. | Guido van Rossum | 1997-05-26 | 2 | -277/+464 |
| | |||||
* | Initial revision | Guido van Rossum | 1997-05-26 | 2 | -0/+1048 |
| | |||||
* | Final touch -- bottom link points to FAQ Wizard home. | Guido van Rossum | 1997-05-23 | 1 | -1/+1 |
| | |||||
* | Forgot to remove debug stmt. | Guido van Rossum | 1997-05-23 | 1 | -1/+0 |
| | |||||
* | The official name of the whole thing is now "Python FAQ Wizard"; | Guido van Rossum | 1997-05-23 | 1 | -7/+8 |
| | | | | | | | and it's in beta testing now. Renamed the cookie id to Python-FAQ-Wizard and fixed some bugs related to cookie processing. | ||||
* | Implemented a simple Password scheme. | Guido van Rossum | 1997-05-23 | 1 | -29/+53 |
| | | | | Added a Help link to the FAQ Edit Wizard. | ||||
* | Added last mtime on whole faq. | Guido van Rossum | 1997-05-23 | 1 | -23/+66 |
| | | | | | | Added more elaborate explanation of version conflict. Set fake header on commit so show() shows the new mtime. Reorder name/email fields to be after the log message. | ||||
* | Nits. | Guido van Rossum | 1997-05-23 | 1 | -8/+7 |
| | | | | | | Use TARGET=rlog instead of _blank for rlog output. Add missing mailto: to author's email address in Last changed link. Forget about the domainname in the cookie; the default is just fine. | ||||
* | Reorg TO DO list. | Guido van Rossum | 1997-05-23 | 1 | -16/+46 |
| | | | | | | | Run rlog commands as pipe so we can cgi.escape(output). Added self.escape(), like cgi.escape() but also escapes " -- for use as double-quoted attribute values inside HTML tags. Fix complains from Mark Lutz: HTTP_HOST is not always set. | ||||
* | Small nits for Grail; don't forget to cgi.translate & and <. | Guido van Rossum | 1997-05-23 | 1 | -2/+4 |
| | |||||
* | - Suppress the visible text in the epilogue when "edit=no" is specified. | Guido van Rossum | 1997-05-23 | 1 | -9/+38 |
| | | | | | | - Add translation of *foobar* into <I>foobar</I> (but not inside <PRE>). - Optimization for the translation: only translate when @ or / or * seen. - Add some layout to front page lay-out. | ||||
* | Added section titles (for now, hardcoded in the file). | Guido van Rossum | 1997-05-23 | 1 | -5/+22 |
| | |||||
* | Removed references to StdClib and PLStringFuncs, rebuilt everything | Jack Jansen | 1997-05-23 | 30 | -12711/+12686 |
| | |||||
* | Nothing important | Jack Jansen | 1997-05-23 | 3 | -30/+30 |
| | |||||
* | Changed version string and preferences filename to 1.5a2. | Jack Jansen | 1997-05-23 | 4 | -919/+925 |
| | |||||
* | Renamed | Jack Jansen | 1997-05-23 | 1 | -1/+1 |
| | |||||
* | Added keys() and mapping interface to shared-library objects, allowing | Jack Jansen | 1997-05-23 | 1 | -2/+103 |
| | | | | iteration over all symbols exported | ||||
* | - Added Py_GetProgramFullPath | Jack Jansen | 1997-05-23 | 2 | -8/+59 |
| | | | | | | | - Added PyMac_StopGUSISpin and have it called at exit time (fixes crash when exiting with sockets open) - Added PLstr... funcs needed by gusi: those provided by StdCLib are broken under cfm68k | ||||
* | Added PyMac_StopGUSISpin | Jack Jansen | 1997-05-23 | 1 | -5/+6 |
| | |||||
* | Added code to recognize http/ftp URLs and email addresses, and add <A> | Guido van Rossum | 1997-05-23 | 1 | -4/+34 |
| | | | | tags for them. | ||||
* | Moved the 1.4 NEWS file here (it had to happen someday...). | Guido van Rossum | 1997-05-23 | 1 | -0/+768 |
| | |||||
* | Add doc string to type object. | Fred Drake | 1997-05-23 | 1 | -1/+12 |
| | |||||
* | Minor change: add prologue() calls to do_info and do_rlog; in | Guido van Rossum | 1997-05-23 | 1 | -3/+4 |
| | | | | do_recent, don't display entries without a last-changed-date. | ||||
* | Can't return 0 from void function... | Guido van Rossum | 1997-05-23 | 1 | -1/+1 |
| | |||||
* | PyObject_Compare can raise an exception now. | Guido van Rossum | 1997-05-23 | 7 | -31/+67 |
| | |||||
* | PyObject_Compare can now return an error. Unfortunately, there are a | Guido van Rossum | 1997-05-23 | 1 | -0/+8 |
| | | | | | few places where we don't know how to test for them without losing speed; don't know yet how to handle that. | ||||
* | PyFile_WriteString now returns an error indicator instead of calling | Guido van Rossum | 1997-05-22 | 2 | -16/+32 |
| | | | | PyErr_Clear(). Add checking of those errors. | ||||
* | Py_FlushLine and PyFile_WriteString now return error indicators | Guido van Rossum | 1997-05-22 | 1 | -30/+41 |
| | | | | instead of calling PyErr_Clear(). Add checking of those errors. | ||||
* | Py_FlushLine and PyFile_WriteString now return error indicators | Guido van Rossum | 1997-05-22 | 1 | -12/+24 |
| | | | | instead of calling PyErr_Clear(). Add checking of those errors. | ||||
* | PyFile_WriteString now returns an error indicator instead of calling | Guido van Rossum | 1997-05-22 | 1 | -12/+18 |
| | | | | PyErr_Clear(). | ||||
* | flushline and writestring can now return an error | Guido van Rossum | 1997-05-22 | 2 | -2/+2 |
| | |||||
* | The usual | Guido van Rossum | 1997-05-22 | 18 | -496/+244 |
| | |||||
* | Added Py_GetProgramFullPath (same as GetProgramName) | Guido van Rossum | 1997-05-22 | 1 | -0/+7 |
| | |||||
* | Added Py_GetProgramFullPath | Guido van Rossum | 1997-05-22 | 1 | -0/+1 |
| | |||||
* | Added cvardesc and ctypedesc macros, for api.tex. | Guido van Rossum | 1997-05-22 | 1 | -1/+12 |
| |