| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | 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 |
|
|
* | Moved NotImplementedError into alphabetical order, and reword | Barry Warsaw | 1998-12-01 | 1 | -9/+7 |
|
|
* | Added documentation for NotImplementedError. Fred (I'm sure) will | Barry Warsaw | 1998-12-01 | 1 | -0/+9 |
|
|
* | Support conversions to both SGML and XML; SGML is the "default". | Fred Drake | 1998-12-01 | 1 | -14/+20 |
|
|
* | Use esistools. | Fred Drake | 1998-12-01 | 1 | -29/+25 |
|
|
* | Use esistools. | Fred Drake | 1998-12-01 | 1 | -15/+66 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up | Fred Drake | 1998-11-30 | 1 | -1/+4 |
|
|
* | Fix minor nit with respect to conversion. | Fred Drake | 1998-11-30 | 1 | -39/+43 |
|
|
* | Remove {\rm ...} constructs. | Fred Drake | 1998-11-30 | 1 | -1/+1 |
|
|
* | Remove some remaining {\rm ...} constructs. | Fred Drake | 1998-11-30 | 1 | -37/+38 |
|
|
* | Change "for" explanation slightly based on comment passed along by | Fred Drake | 1998-11-30 | 1 | -7/+10 |
|
|
* | l2hoption: Do the "right thing" to quote the right-hand-side of Perl | Fred Drake | 1998-11-30 | 1 | -1/+2 |
|
|
* | Add a --address parameter to the mkhowto command line to direct | Fred Drake | 1998-11-30 | 1 | -2/+2 |
|
|
* | Add a -address parameter to the LaTeX2HTML command line to direct | Fred Drake | 1998-11-30 | 1 | -0/+1 |
|
|
* | Oops, remove LaTeX2HTML version number. Could become wrong and isn't | Fred Drake | 1998-11-30 | 1 | -2/+1 |
|
|
* | do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and move | Fred Drake | 1998-11-30 | 1 | -12/+13 |
|
|
* | New file. Contains boilerplate text for the "About this document..." | Fred Drake | 1998-11-30 | 1 | -0/+27 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Patch by Jeff Bauer: a minor change to declare two new | Guido van Rossum | 1998-11-30 | 1 | -12/+11 |
|
|
* | 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 |
|
|
* | Logical markup. | Fred Drake | 1998-11-25 | 1 | -341/+240 |
|
|
* | Fix remaining {\rm ...} construct. | Fred Drake | 1998-11-25 | 1 | -1/+1 |
|
|
* | Remove some optional parameters that are unnecessary in context. | Fred Drake | 1998-11-25 | 1 | -4/+4 |
|
|
* | Remove bogus \@. | Fred Drake | 1998-11-25 | 1 | -3/+3 |
|
|
* | Remove bogus \@. | Fred Drake | 1998-11-25 | 1 | -1/+1 |
|
|
* | Do the right stuff to convert what was originally \e, \ldots, and --- | Fred Drake | 1998-11-25 | 1 | -0/+3 |
|
|