summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add optional section titles to format_all.Guido van Rossum1997-05-261-4/+21
* Oops, checked in the wrong SHORTNAME value.Guido van Rossum1997-05-261-1/+1
* Added a local customization feature: load some parameters from faqcust.Guido van Rossum1997-05-261-10/+22
* Initial revisionGuido van Rossum1997-05-261-0/+11
* Initial revisionGuido van Rossum1997-05-261-0/+19
* I'm happy with this.Guido van Rossum1997-05-262-277/+464
* Initial revisionGuido van Rossum1997-05-262-0/+1048
* Final touch -- bottom link points to FAQ Wizard home.Guido van Rossum1997-05-231-1/+1
* Forgot to remove debug stmt.Guido van Rossum1997-05-231-1/+0
* The official name of the whole thing is now "Python FAQ Wizard";Guido van Rossum1997-05-231-7/+8
* Implemented a simple Password scheme.Guido van Rossum1997-05-231-29/+53
* Added last mtime on whole faq.Guido van Rossum1997-05-231-23/+66
* Nits.Guido van Rossum1997-05-231-8/+7
* Reorg TO DO list.Guido van Rossum1997-05-231-16/+46
* Small nits for Grail; don't forget to cgi.translate & and <.Guido van Rossum1997-05-231-2/+4
* - Suppress the visible text in the epilogue when "edit=no" is specified.Guido van Rossum1997-05-231-9/+38
* Added section titles (for now, hardcoded in the file).Guido van Rossum1997-05-231-5/+22
* Removed references to StdClib and PLStringFuncs, rebuilt everythingJack Jansen1997-05-2330-12711/+12686
* Nothing importantJack Jansen1997-05-233-30/+30
* Changed version string and preferences filename to 1.5a2.Jack Jansen1997-05-234-919/+925
* RenamedJack Jansen1997-05-231-1/+1
* Added keys() and mapping interface to shared-library objects, allowingJack Jansen1997-05-231-2/+103
* - Added Py_GetProgramFullPathJack Jansen1997-05-232-8/+59
* Added PyMac_StopGUSISpinJack Jansen1997-05-231-5/+6
* Added code to recognize http/ftp URLs and email addresses, and add <A>Guido van Rossum1997-05-231-4/+34
* Moved the 1.4 NEWS file here (it had to happen someday...).Guido van Rossum1997-05-231-0/+768
* Add doc string to type object.Fred Drake1997-05-231-1/+12
* Minor change: add prologue() calls to do_info and do_rlog; inGuido van Rossum1997-05-231-3/+4
* Can't return 0 from void function...Guido van Rossum1997-05-231-1/+1
* PyObject_Compare can raise an exception now.Guido van Rossum1997-05-237-31/+67
* PyObject_Compare can now return an error. Unfortunately, there are aGuido van Rossum1997-05-231-0/+8
* PyFile_WriteString now returns an error indicator instead of callingGuido van Rossum1997-05-222-16/+32
* Py_FlushLine and PyFile_WriteString now return error indicatorsGuido van Rossum1997-05-221-30/+41
* Py_FlushLine and PyFile_WriteString now return error indicatorsGuido van Rossum1997-05-221-12/+24
* PyFile_WriteString now returns an error indicator instead of callingGuido van Rossum1997-05-221-12/+18
* flushline and writestring can now return an errorGuido van Rossum1997-05-222-2/+2
* The usualGuido van Rossum1997-05-2218-496/+244
* Added Py_GetProgramFullPath (same as GetProgramName)Guido van Rossum1997-05-221-0/+7
* Added Py_GetProgramFullPathGuido van Rossum1997-05-221-0/+1
* Added cvardesc and ctypedesc macros, for api.tex.Guido van Rossum1997-05-221-1/+12
* DG/UX thread patches (Ross Andrus)Guido van Rossum1997-05-222-3/+12
* Set sys.executable to full path of python (from argv[0]).Guido van Rossum1997-05-221-0/+4
* More usual effects of a new configure.inGuido van Rossum1997-05-221-1/+1
* DG/UX specific test for threads.Guido van Rossum1997-05-221-1/+6
* The usual effects of a new configure.inGuido van Rossum1997-05-222-93/+153
* Partial(?) 64bit patch (AMK).Guido van Rossum1997-05-221-6/+6
* Added a space in an error messageGuido van Rossum1997-05-221-1/+1
* Added warning about the optimizer bug on AIX 4.2.1Guido van Rossum1997-05-221-0/+1
* Minor edits for 1.5a2Guido van Rossum1997-05-221-14/+21
* Add kill, execv, fork to tested functions.Guido van Rossum1997-05-221-2/+2