Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two small bugs; add DL_EXPORT() to initcPickle decl. | Guido van Rossum | 1998-12-04 | 1 | -2/+3 |
| | |||||
* | Add DL_IMPORT(returntype) for all officially exported functions. | Guido van Rossum | 1998-12-04 | 44 | -400/+403 |
| | |||||
* | Turtle graphics | Guido van Rossum | 1998-12-04 | 2 | -0/+686 |
| | |||||
* | Bernard Herzog pointed out that rl_parse_and_bind modifies its | Guido van Rossum | 1998-12-04 | 1 | -2/+9 |
| | | | | argument string (bad function!), so we make a temporary copy. | ||||
* | Add explicit example on how to import a submodule of a package using | Guido van Rossum | 1998-12-04 | 1 | -0/+15 |
| | | | | __import__ and getattr(). | ||||
* | Added Helpwin -- help in a text widget | Barry Warsaw | 1998-12-03 | 1 | -0/+60 |
| | |||||
* | Untabification and other cruft | Barry Warsaw | 1998-12-03 | 1 | -31/+40 |
| | |||||
* | docstring(): Function for returning __doc__ % globals() | Barry Warsaw | 1998-12-03 | 1 | -1/+6 |
| | |||||
* | audiopy: slightly revamped UI... includes a menubar, no quit button, | Barry Warsaw | 1998-12-03 | 2 | -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 Rossum | 1998-12-03 | 1 | -3/+5 |
| | |||||
* | Initial version of the README file | Barry Warsaw | 1998-12-03 | 1 | -0/+98 |
| | |||||
* | General comments on what's here and how to try it out. Note | Fred Drake | 1998-12-02 | 1 | -0/+23 |
| | | | | dependence on the XML package. | ||||
* | Moved NotImplementedError into alphabetical order, and reword | Barry Warsaw | 1998-12-01 | 1 | -9/+7 |
| | | | | description. | ||||
* | Added documentation for NotImplementedError. Fred (I'm sure) will | Barry Warsaw | 1998-12-01 | 1 | -0/+9 |
| | | | | sanitize for your protection :-) | ||||
* | Support conversions to both SGML and XML; SGML is the "default". | Fred Drake | 1998-12-01 | 1 | -14/+20 |
| | | | | Add dependency on esistools.py for the ESIS intermediate files. | ||||
* | Use esistools. | Fred Drake | 1998-12-01 | 1 | -29/+25 |
| | | | | Lots of changes to the conversion table. | ||||
* | Use esistools. | Fred Drake | 1998-12-01 | 1 | -15/+66 |
| | | | | | Generate ESIS data instead of XML. Misc. changes to some transforms. | ||||
* | Use esistools, getopt. | Fred Drake | 1998-12-01 | 1 | -31/+27 |
| | |||||
* | Utility functions and misc. classes used in handling ESIS data. | Fred Drake | 1998-12-01 | 1 | -0/+80 |
| | |||||
* | Ignore the byproducts of SGML/XML conversions for now. | Fred Drake | 1998-12-01 | 6 | -6/+18 |
| | |||||
* | Added new builtin standard exception: NotImplementedError (its C | Barry Warsaw | 1998-12-01 | 1 | -0/+2 |
| | | | | counterpart is PyExc_NotImplementedError). | ||||
* | Nits to support conversions. | Fred Drake | 1998-12-01 | 1 | -2/+2 |
| | |||||
* | Added NotImplementedError, subclassed from RuntimeError | Barry Warsaw | 1998-12-01 | 1 | -2/+10 |
| | |||||
* | Added PyExc_NotImplementedError | Barry Warsaw | 1998-12-01 | 1 | -0/+1 |
| | |||||
* | Nits to support conversions. | Fred Drake | 1998-11-30 | 1 | -7/+4 |
| | |||||
* | Remove $(CUTCRUFT) garbage; now in fixgenents.sh. | Fred Drake | 1998-11-30 | 1 | -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 up | Fred Drake | 1998-11-30 | 1 | -1/+4 |
| | | | | make.rules. | ||||
* | Fix minor nit with respect to conversion. | Fred Drake | 1998-11-30 | 1 | -39/+43 |
| | | | | Update some logical markup. | ||||
* | Remove {\rm ...} constructs. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Remove some remaining {\rm ...} constructs. | Fred Drake | 1998-11-30 | 1 | -37/+38 |
| | | | | Update logical markup in a few spots. | ||||
* | Change "for" explanation slightly based on comment passed along by | Fred Drake | 1998-11-30 | 1 | -7/+10 |
| | | | | Blake Winton <BlakeW@pcdocs.com>. | ||||
* | l2hoption: Do the "right thing" to quote the right-hand-side of Perl | Fred Drake | 1998-11-30 | 1 | -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 direct | Fred Drake | 1998-11-30 | 1 | -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 direct | Fred Drake | 1998-11-30 | 1 | -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't | Fred Drake | 1998-11-30 | 1 | -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 move | Fred Drake | 1998-11-30 | 1 | -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 Drake | 1998-11-30 | 1 | -0/+27 |
| | | | | | | section of LaTeX2HTML-generated documents. Includes credit to Christopher Petrilli for the navigation icons. | ||||
* | Markup nit to ease conversions. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Markup improvements to help with conversions. | Fred Drake | 1998-11-30 | 1 | -27/+33 |
| | |||||
* | Remove cruft from the old Texinfo conversion. This simplifies some of | Fred Drake | 1998-11-30 | 1 | -10/+0 |
| | | | | the newer processing. | ||||
* | Remove bogus \@. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
| | |||||
* | Minor markup nit to ease conversion processing. | Fred Drake | 1998-11-30 | 1 | -2/+2 |
| | |||||
* | Do all the right imports. Problem reported by Martijn Faassen | Fred Drake | 1998-11-30 | 1 | -1/+2 |
| | | | | <faassen@vet.uu.nl>. | ||||
* | Patch by Jeff Bauer: a minor change to declare two new | Guido van Rossum | 1998-11-30 | 1 | -12/+11 |
| | | | | | | | | threaded versions of Unix Server classes, using the ThreadingMixIn class: ThreadingUnixStreamServer ThreadingUnixDatagramServer | ||||
* | Several small adjustments. | Fred Drake | 1998-11-30 | 1 | -60/+88 |
| | |||||
* | Make \var work correctly in math mode. | Fred Drake | 1998-11-30 | 1 | -2/+8 |
| | |||||
* | Handle output of \geq and \leq. | Fred Drake | 1998-11-30 | 1 | -0/+2 |
| | |||||
* | Typo | Guido van Rossum | 1998-11-27 | 1 | -1/+1 |
| | |||||
* | Support underlining of menu labels | Guido van Rossum | 1998-11-27 | 2 | -5/+6 |
| | |||||
* | New approach, separate tables for menus (platform-independent) and key | Guido van Rossum | 1998-11-27 | 1 | -168/+192 |
| | | | | | definitions (platform-specific), and generating accelerator strings automatically from the key definitions. |