summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix two small bugs; add DL_EXPORT() to initcPickle decl.Guido van Rossum1998-12-041-2/+3
|
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-0444-400/+403
|
* Turtle graphicsGuido van Rossum1998-12-042-0/+686
|
* Bernard Herzog pointed out that rl_parse_and_bind modifies itsGuido van Rossum1998-12-041-2/+9
| | | | argument string (bad function!), so we make a temporary copy.
* Add explicit example on how to import a submodule of a package usingGuido van Rossum1998-12-041-0/+15
| | | | __import__ and getattr().
* Added Helpwin -- help in a text widgetBarry Warsaw1998-12-031-0/+60
|
* Untabification and other cruftBarry Warsaw1998-12-031-31/+40
|
* docstring(): Function for returning __doc__ % globals()Barry Warsaw1998-12-031-1/+6
|
* audiopy: slightly revamped UI... includes a menubar, no quit button,Barry Warsaw1998-12-032-17/+102
| | | | | | | and added a `Help' menu item that puts the README (or docstring if that can't be found) in a scrolling text widget. README: fixed a few nits
* New API version (enough has changed!).Guido van Rossum1998-12-031-3/+5
|
* Initial version of the README fileBarry Warsaw1998-12-031-0/+98
|
* General comments on what's here and how to try it out. NoteFred Drake1998-12-021-0/+23
| | | | dependence on the XML package.
* Moved NotImplementedError into alphabetical order, and rewordBarry Warsaw1998-12-011-9/+7
| | | | description.
* Added documentation for NotImplementedError. Fred (I'm sure) willBarry Warsaw1998-12-011-0/+9
| | | | sanitize for your protection :-)
* Support conversions to both SGML and XML; SGML is the "default".Fred Drake1998-12-011-14/+20
| | | | Add dependency on esistools.py for the ESIS intermediate files.
* Use esistools.Fred Drake1998-12-011-29/+25
| | | | Lots of changes to the conversion table.
* Use esistools.Fred Drake1998-12-011-15/+66
| | | | | Generate ESIS data instead of XML. Misc. changes to some transforms.
* Use esistools, getopt.Fred Drake1998-12-011-31/+27
|
* Utility functions and misc. classes used in handling ESIS data.Fred Drake1998-12-011-0/+80
|
* Ignore the byproducts of SGML/XML conversions for now.Fred Drake1998-12-016-6/+18
|
* Added new builtin standard exception: NotImplementedError (its CBarry Warsaw1998-12-011-0/+2
| | | | counterpart is PyExc_NotImplementedError).
* Nits to support conversions.Fred Drake1998-12-011-2/+2
|
* Added NotImplementedError, subclassed from RuntimeErrorBarry Warsaw1998-12-011-2/+10
|
* Added PyExc_NotImplementedErrorBarry Warsaw1998-12-011-0/+1
|
* Nits to support conversions.Fred Drake1998-11-301-7/+4
|
* Remove $(CUTCRUFT) garbage; now in fixgenents.sh.Fred Drake1998-11-301-6/+8
| | | | | Separate ESIS generation from XML generation. This will evolve a bit more in a couple of days.
* Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean upFred Drake1998-11-301-1/+4
| | | | make.rules.
* Fix minor nit with respect to conversion.Fred Drake1998-11-301-39/+43
| | | | Update some logical markup.
* Remove {\rm ...} constructs.Fred Drake1998-11-301-1/+1
|
* Remove some remaining {\rm ...} constructs.Fred Drake1998-11-301-37/+38
| | | | Update logical markup in a few spots.
* Change "for" explanation slightly based on comment passed along byFred Drake1998-11-301-7/+10
| | | | Blake Winton <BlakeW@pcdocs.com>.
* l2hoption: Do the "right thing" to quote the right-hand-side of PerlFred Drake1998-11-301-1/+2
| | | | | assignments. This allows '"', '$', and '@' to be included in the values passed to parameters like --address.
* Add a --address parameter to the mkhowto command line to directFred Drake1998-11-301-2/+2
| | | | | | | documentation comments appropriately. In response to comment from Martijn Faassen <faassen@vet.uu.nl>. Add dependency to about.dat.
* Add a -address parameter to the LaTeX2HTML command line to directFred Drake1998-11-301-0/+1
| | | | | documentation comments appropriately. In response to comment from Martijn Faassen <faassen@vet.uu.nl>.
* Oops, remove LaTeX2HTML version number. Could become wrong and isn'tFred Drake1998-11-301-2/+1
| | | | | needed, since it's always added to the comments in the page header anyway.
* do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and moveFred Drake1998-11-301-12/+13
| | | | | | it to the about.dat file. Only what really needs to be generated is, and the remainder is easier to maintain than Perl code.
* New file. Contains boilerplate text for the "About this document..."Fred Drake1998-11-301-0/+27
| | | | | | section of LaTeX2HTML-generated documents. Includes credit to Christopher Petrilli for the navigation icons.
* Markup nit to ease conversions.Fred Drake1998-11-301-1/+1
|
* Markup improvements to help with conversions.Fred Drake1998-11-301-27/+33
|
* Remove cruft from the old Texinfo conversion. This simplifies some ofFred Drake1998-11-301-10/+0
| | | | the newer processing.
* Remove bogus \@.Fred Drake1998-11-301-1/+1
|
* Minor markup nit to ease conversion processing.Fred Drake1998-11-301-2/+2
|
* Do all the right imports. Problem reported by Martijn FaassenFred Drake1998-11-301-1/+2
| | | | <faassen@vet.uu.nl>.
* Patch by Jeff Bauer: a minor change to declare two newGuido van Rossum1998-11-301-12/+11
| | | | | | | | threaded versions of Unix Server classes, using the ThreadingMixIn class: ThreadingUnixStreamServer ThreadingUnixDatagramServer
* Several small adjustments.Fred Drake1998-11-301-60/+88
|
* Make \var work correctly in math mode.Fred Drake1998-11-301-2/+8
|
* Handle output of \geq and \leq.Fred Drake1998-11-301-0/+2
|
* TypoGuido van Rossum1998-11-271-1/+1
|
* Support underlining of menu labelsGuido van Rossum1998-11-272-5/+6
|
* New approach, separate tables for menus (platform-independent) and keyGuido van Rossum1998-11-271-168/+192
| | | | | definitions (platform-specific), and generating accelerator strings automatically from the key definitions.