- 20 May, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 May, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
_begin_macro_rx: Fixed RE that didn't properly allow a space after the name of the macro. This affects the conversion of the tutorial.
-
- 18 May, 1999 2 kayıt (commit)
-
-
Fred Drake yazdı
verbatim-like environments. The list of verbatim-like environments is a defined by a variable in main().
-
Fred Drake yazdı
environments. Move the conversion to esis2sgml.py.
-
- 17 May, 1999 9 kayıt (commit)
-
-
Fred Drake yazdı
Reported by Corran Webster <cwebster@math.tamu.edu>.
-
Fred Drake yazdı
Updated comments on the documentation.
-
Fred Drake yazdı
to make it easier for people to find what they're looking for.
-
Fred Drake yazdı
Add a few more comments about mkhowto. Based on comments from Albert <hat@se-46.wpa.wtb.tue.nl>.
-
Fred Drake yazdı
documents probably aren't written by Guido. ;-)
-
Fred Drake yazdı
Michael Hudson's documentation for bytecodehacks exhibits incorrect usage. Added some comments about how to set up the mkhowto script for use with documents not contained in the documentation source tree.
-
Fred Drake yazdı
This reflects the changes made in ../texinputs/python.sty.
-
Fred Drake yazdı
-
Fred Drake yazdı
entry based on the module type if the type is known. Otherwise, spit out a warning the the module type parameter was bad and generate a "plain" index entry. Without this, the bad module type was emitted as text. Problem noticed by processing Michael Hudson's docs for bytecodehacks.
-
- 13 May, 1999 8 kayıt (commit)
-
-
Fred Drake yazdı
since they shouldn't be here. Only ignore the output tarballs in this directory.
-
Fred Drake yazdı
<piers@cs.su.oz.au>.
-
Fred Drake yazdı
<piers@cs.su.oz.au>.
-
Fred Drake yazdı
called on destruction is non-NULL.
-
Fred Drake yazdı
When refering to chapters, use \ref, don't hardcode the chapter number.
-
Fred Drake yazdı
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 yazdı
was never called in this incarnation. The other version is simpler as well.
-
Fred Drake yazdı
-
- 11 May, 1999 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
page of the section.
-
Fred Drake yazdı
All suggested by Eric Raymond.
-
Fred Drake yazdı
-
- 10 May, 1999 3 kayıt (commit)
-
-
Fred Drake yazdı
in a fragment rather than the main document object.
-
Fred Drake yazdı
Add controls for some of the esoteric indexing macros.
-
Fred Drake yazdı
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 kayıt (commit)
-
-
Fred Drake yazdı
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 yazdı
-
Fred Drake yazdı
least there's a token object in here now! ;-)
-
- 06 May, 1999 4 kayıt (commit)
-
-
Fred Drake yazdı
(M.-A. Lemburg and GvR).
-
Fred Drake yazdı
This still doesn't understand anything about multiple source files or checking time dependencies.
-
Fred Drake yazdı
updates by Tim Peters, markup by FLD.
-
Guido van Rossum yazdı
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 kayıt (commit)
-
-
Guido van Rossum yazdı
(The difference between grid_remove() and grid_forget() is that the former remembers the options for the slave.)
-
- 03 May, 1999 4 kayıt (commit)
-
-
Guido van Rossum yazdı
(I tweaked it slightly so examples are allowed to have no date too.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-