- 13 May, 1999 6 commits
-
-
Fred Drake authored
<piers@cs.su.oz.au>.
-
Fred Drake authored
called on destruction is non-NULL.
-
Fred Drake authored
When refering to chapters, use \ref, don't hardcode the chapter number.
-
Fred Drake authored
l2hinit.perl version of the function (which overrode a version in latex2html), but do_cmd_index() was overridden. Since do_cmd_index() was the only caller, we can trash this. define_indexing_macro(): New function used during setup to support more dynamic dispatch for indexing. process_index_macros(): New function; implement dynamic dispatching of indexing support functions, allowing many targets used in indexing to be shared by multiple index entries. I.e., something like \index{foo}\bifuncindex{bar} can now share a single target anchor. These indexing changes reduce the amount of clutter in the generated HTML files. In the reference manual, this cuts the number of targets by 44%. Targets are less affected when generated by environments rather than macros.
-
Fred Drake authored
was never called in this incarnation. The other version is simpler as well.
-
Fred Drake authored
-
- 11 May, 1999 4 commits
-
-
Fred Drake authored
-
Fred Drake authored
page of the section.
-
Fred Drake authored
All suggested by Eric Raymond.
-
Fred Drake authored
-
- 10 May, 1999 3 commits
-
-
Fred Drake authored
in a fragment rather than the main document object.
-
Fred Drake authored
Add controls for some of the esoteric indexing macros.
-
Fred Drake authored
In the __coerce__ description, None should be returned if the conversion is *impossible*, not *possible*. Reported by Robert Kern <kernr@ncifcrf.gov>.
-
- 07 May, 1999 3 commits
-
-
Fred Drake authored
want to push nodes into the document, but into a document fragment, since we're not necesarily working with something that's well-formed.
-
Fred Drake authored
-
Fred Drake authored
least there's a token object in here now! ;-)
-
- 06 May, 1999 4 commits
-
-
Fred Drake authored
(M.-A. Lemburg and GvR).
-
Fred Drake authored
This still doesn't understand anything about multiple source files or checking time dependencies.
-
Fred Drake authored
updates by Tim Peters, markup by FLD.
-
Guido van Rossum authored
1. Fixes float divmod so that the quotient it returns is always an integral value. 2. Fixes float % and float divmod so that the remainder always gets the right sign (the current code uses a "are the signs different?" test that doesn't work half the time <wink> when the product of the divisor and the remainder underflows to 0).
-
- 05 May, 1999 1 commit
-
-
Guido van Rossum authored
(The difference between grid_remove() and grid_forget() is that the former remembers the options for the slave.)
-
- 03 May, 1999 19 commits
-
-
Guido van Rossum authored
(I tweaked it slightly so examples are allowed to have no date too.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(Andrew Dalke & kjpylint)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Make error an alias for ValueError. (Andrew Dalke & kjpylint)
-
Guido van Rossum authored
This will enlighten Andrew Dalke; I don't know about kjpylint. :-)
-
Guido van Rossum authored
undefined 'nframes'. Should be self._nframes. (Andrew Dalke & kjpylint)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
I'm still unsure, but couldn't stand the virtual event trickery so tried a different sin (adding undo_block_start/stop methods to the Text instance in EditorWindow.py). Like it or not, it's efficient and works <wink>. Better idea? Give the attached a whirl. Even if you hate the implementation, I think you'll like the results. Think I caught all the "block edit" cmds, including Format Paragraph, plus subtler ones involving smart indents and backspacing.
-