summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Documented (slightly) the USE_CACHE_ALIGNED define, for the standaloneJack Jansen1997-05-292-2/+13
| | | | distribution
* Updated for 1.5a2 distributionJack Jansen1997-05-291-24/+17
|
* Projects for 1.5a2 distritbuionJack Jansen1997-05-2928-3179/+3249
|
* Version number and such for 1.5a2 distributionJack Jansen1997-05-294-1332/+1331
|
* Added copy() and absorb().Guido van Rossum1997-05-282-2/+12
|
* Remove '(' in column 0 of doc strings.Guido van Rossum1997-05-281-10/+12
| | | | Add dependency on dict.copy().
* Added dict.absorb() and dict.copy().Guido van Rossum1997-05-281-6/+70
|
* Hide .fdc files here.Guido van Rossum1997-05-283-2/+3
|
* Checking in zlib demo.Guido van Rossum1997-05-282-0/+143
|
* Tiny script to play with it on a Mac.Guido van Rossum1997-05-281-0/+7
|
* Tweak default source of query a bit so it is possible to invokeGuido van Rossum1997-05-281-3/+6
| | | | a CGI script from the command line with not environment variables.
* lowercase proxies env variables, for Windows.Guido van Rossum1997-05-281-0/+1
|
* Reworded the doc string to remove the need for The Emacs font-lock kludge.Guido van Rossum1997-05-281-15/+13
| | | | | This required (re)moving all occurrences of '(' in column 0, as well as changing "#!" to #!.
* Changed release note structure:Jack Jansen1997-05-288-762/+663
| | | | | - Relnotes contains current release notes - HISTORY contains all old release notes
* Added a range of resource numbers reserved for BruceJack Jansen1997-05-281-0/+3
|
* Widget._setup(): Support name=None in a similar way to the handling of otherFred Drake1997-05-272-2/+4
| | | | Tkinter keyword parameters.
* Set version to 0.4; get rid of '(' in column 1 in triple-queted string.Guido van Rossum1997-05-261-3/+2
|
* Initial revisionGuido van Rossum1997-05-261-0/+25
|
* 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().
* Added marks for very recently (24 hours) and recently (7 days)Guido van Rossum1997-05-261-15/+41
| | | | modified files. Throw things around a bit.
* Support for more general diffing and retrieving any old revision.Guido van Rossum1997-05-262-16/+64
| | | | Support for index formatting with local refs.
* Added keyword searching.Guido van Rossum1997-05-261-6/+27
|
* Added keyword searching radio buttons.Guido van Rossum1997-05-261-0/+6
|
* Don't need <BR> at end of <LI>.Guido van Rossum1997-05-261-1/+1
|
* 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.
* 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
| | | | | | | 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 Rossum1997-05-231-29/+53
| | | | Added a Help link to the FAQ Edit Wizard.
* Added last mtime on whole faq.Guido van Rossum1997-05-231-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 Rossum1997-05-231-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 Rossum1997-05-231-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 Rossum1997-05-231-2/+4
|
* - Suppress the visible text in the epilogue when "edit=no" is specified.Guido van Rossum1997-05-231-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 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
| | | | iteration over all symbols exported
* - Added Py_GetProgramFullPathJack Jansen1997-05-232-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_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
| | | | tags for them.