summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added some files to the library reference.Fred Drake1999-02-161-0/+3
|
* Small grammatical fix; missing comma.Fred Drake1999-02-161-1/+1
|
* Make it clear that Demo/embed/ is from the source distribution.Fred Drake1999-02-161-1/+1
|
* Make navigation panels more CSS-friendly.Fred Drake1999-02-161-15/+26
| | | | | | | Make sure the contents page always has the "table of child links" turned off; this wasn't being handled properly by latex2html for "howto" ("article") documents, so just do it ourselves for all document types.
* Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", notGuido van Rossum1999-02-161-1/+2
| | | | | "python modulator.py EXAMPLE.py") and that it's only there in case you don't have Tkinter.
* Use the same markup for email addresses as is produced by using \emailFred Drake1999-02-161-3/+3
| | | | in the LaTeX sources.
* Added optional arguments to dialogs to allow setting of button titles.Jack Jansen1999-02-161-4/+16
|
* In open_ftp(), check that retrlen is not None before using it in a %d format!Guido van Rossum1999-02-161-1/+1
|
* Fixed totally bogus conversion factors used in the Win32 version ofGuido van Rossum1999-02-161-3/+10
| | | | os.times().
* Adjust cellspacing attribute of the navigation bar tables to get someFred Drake1999-02-161-1/+1
| | | | space between cells on all (major) browsers.
* Updated for new folder layout (but not fully tested yet).Jack Jansen1999-02-161-128/+54
|
* Replaced .hqx project file by binary version, and updated to current CW.Jack Jansen1999-02-161-0/+0
|
* Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k ↵Jack Jansen1999-02-151-0/+6
| | | | standalone Python compile.
* Remove stuff related to copying the icons directory around -- justFred Drake1999-02-151-13/+8
| | | | isn't needed.
* Moved icons into the html directory to avoid pollution of the top level.Fred Drake1999-02-157-0/+0
|
* (finally) unified the interpreter and the applet as Just suggested ages ago. TheJack Jansen1999-02-152-39/+12
| | | | resulting program is called PythonInterpreter.
* Be explicit about the reference count of the original value of theFred Drake1999-02-151-2/+6
| | | | first parameter to PyString_Concat().
* HTMLBASE: New variable. Make it easier to check an "installed" copyFred Drake1999-02-151-18/+21
| | | | | | | | of the HTML documents using the webcheck target. When there's not a usable .aux file, use mkdvi.sh --aux instead of building the .dvi completely. This makes the most difference for the library reference.
* Add an optional parameter to make the script run latex only once toFred Drake1999-02-151-15/+38
| | | | | | | generate an .aux file. This can make HTML generation a bit faster when print formats aren't needed. Explained parameters in a comment.
* Use a common definition for $(SUBMAKE) instead of repeating everythingFred Drake1999-02-151-19/+16
| | | | all over the place.
* Added availability notes for samefile(), sameopenfile(), samestat()Fred Drake1999-02-151-0/+3
| | | | since these are not available on Windows.
* Added --l2h-config option to add additional initialization files forFred Drake1999-02-151-0/+14
| | | | | latex2html. Can be useful in setting up things like the upward external link for the top of the documents.
* Added section "Providing a C API for an Extension Module" by KonradFred Drake1999-02-151-90/+311
| | | | | | Hinsen. "\C{}" --> "C"
* Markup nits.Fred Drake1999-02-151-87/+83
| | | | | Added section on module objects; described functions in moduleobject.c.
* Set target.Fred Drake1999-02-151-1/+1
|
* Patch by Chris Petrilli to display the origin of a module in itsGuido van Rossum1999-02-151-3/+30
| | | | repr() -- either "(builtin)" or "from '<filename>'".
* Add PyModule_GetFilename().Guido van Rossum1999-02-151-0/+1
|
* AskPassword(): added reference to the module doc string; added support for ↵Just van Rossum1999-02-151-2/+3
| | | | autoKey events. --jvr
* (finally) unified the interpreter and the applet as Just suggested ages ago. TheJack Jansen1999-02-145-14/+7
| | | | resulting program is called PythonInterpreter.
* Minor fix that helps out with the index.Fred Drake1999-02-121-0/+1
|
* Make sure all HTML pages generated from this section have reasonableFred Drake1999-02-121-27/+26
| | | | | | names. Markup nits.
* L2HARGS: Specify the HTML version we're producing, since this is whatFred Drake1999-02-121-0/+3
| | | | we generate anyway.
* Markup nits.Fred Drake1999-02-121-12/+6
|
* Minor markup nits.Fred Drake1999-02-122-18/+12
|
* Use the shorter form of Christopher Petrilli's email address.Fred Drake1999-02-121-1/+1
|
* Added section for MimeWriter, contributed by Christopher PetrilliFred Drake1999-02-123-8/+76
| | | | | | <petrilli@amber.org>. This spells the end of another whole section in the undoc chapter!
* Added entry for MimeWriter module.Fred Drake1999-02-121-0/+1
|
* Make table headers the same color as the navigation bars so they standFred Drake1999-02-121-12/+17
| | | | | | | | out a little better. Make sure the boxes for the last column of tables always get drawn; these are often left empty of content when used as a "Notes" column. They look a little better this way.
* Moved the navigation-bar background color to a variable.Fred Drake1999-02-121-1/+2
|
* Document <complex #>.conjugate().Fred Drake1999-02-121-0/+2
|
* Documented __complex__(), made sure all the discipline names hit theFred Drake1999-02-121-5/+8
| | | | index.
* Fix by Chris Petrilli (to his own code) to limit the number ofGuido van Rossum1999-02-121-1/+3
| | | | iterations looking for expansions to 10.
* Changed case on cm and qt modules, removed last references to toolboxmodules.Jack Jansen1999-02-1232-0/+0
|
* Build all plugins modules separately, the PlugIns.prj project seems toJack Jansen1999-02-121-2/+42
| | | | have stopped working.
* Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if itGuido van Rossum1999-02-111-1/+8
| | | | exists.
* Updated for the new one-slb-per-extension scheme.Jack Jansen1999-02-101-14/+24
| | | | | Added a few references to cvs locations for external libraries. img now builds in its own Extensions folder.
* Added AskPassword() with same interface as AskString. By Steve Majewski with ↵Jack Jansen1999-02-101-0/+71
| | | | some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink.
* Try a new commit, hoping it'll fix the problems with this project on flap.Jack Jansen1999-02-101-0/+0
|
* Fix up some routines to coordinate the "indexsubitem" stuff so thatFred Drake1999-02-101-4/+11
| | | | | | | | the subitem text is updated correctly when each module section is processed. Print [<modulename>] when we start on \declaremodule so we can more easily track progress during the library reference.
* Remove unnecessary <p> from top navigation bar.Fred Drake1999-02-101-1/+1
|