Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | &do_cmd_rfc: New function. Handles \rfc{}. | Fred Drake | 1998-02-10 | 1 | -7/+41 |
| | | | | | | | | | $STRIP_INDEX_TT: New flag. If set, the <tt>...</tt> around stuff in the index is dropped. This is more O'Reilly-like. &make_str_index_entry: Honor $STRIP_INDEX_TT. &make_mod_index_entry: Honor $STRIP_INDEX_TT. | ||||
* | Removed all references to the \rfcindex{} macro; now only \rfc{} is used. | Fred Drake | 1998-02-10 | 12 | -70/+64 |
| | |||||
* | Minor performance nits. | Fred Drake | 1998-02-10 | 2 | -32/+36 |
| | |||||
* | Include indfix.py script in lib.dvi's processing. | Fred Drake | 1998-02-09 | 1 | -1/+2 |
| | |||||
* | Script to fix up the Library Reference index so it's less ugly. The docstring: | Fred Drake | 1998-02-09 | 2 | -0/+178 |
| | | | | | | | | | | | | | | | | | | | | | | """Combine similar index entries into an entry and subentries. For example: \item {foobar} (in module flotz), 23 \item {foobar} (in module whackit), 4323 becomes \item {foobar} \subitem in module flotz, 23 \subitem in module whackit, 4323 Note that an item which matches the format of a collapsable item but which isn't part of a group of similar items is not modified. """ This results in a much more readable index, with less repitition of text; especially for common method names. | ||||
* | Oops, missed a \POSIX{} in an index entry. | Fred Drake | 1998-02-09 | 2 | -2/+2 |
| | |||||
* | Add some index entries; switch to logical markup. | Fred Drake | 1998-02-09 | 2 | -194/+200 |
| | |||||
* | Consistently use \POSIX{} to denote POSIX. There were at least two different | Fred Drake | 1998-02-09 | 18 | -60/+60 |
| | | | | ways to do it previously (not counting module names). | ||||
* | Do the right magic to make \ABC{} get sorted correctly in the index. | Fred Drake | 1998-02-09 | 2 | -2/+2 |
| | |||||
* | Do the right magic to make \UNIX{} get sorted correctly in the index. | Fred Drake | 1998-02-09 | 2 | -4/+4 |
| | |||||
* | Use the new RFC macros wherever RFCs are referenced by number. No other | Fred Drake | 1998-02-09 | 24 | -58/+56 |
| | | | | changes. | ||||
* | Add macros to insert RFC references much like the \manpage{} macro. Also a | Fred Drake | 1998-02-09 | 1 | -1/+5 |
| | | | | | | macro to insert an RFC index reference. (RFC references were formatted three different ways.) | ||||
* | Add a note about rounding up of readlines()' sizehint to 8K. | Guido van Rossum | 1998-02-08 | 2 | -2/+4 |
| | |||||
* | Document getrefcount(). | Guido van Rossum | 1998-02-07 | 2 | -0/+12 |
| | |||||
* | \itembreak, \itemjoin: Remove unused macros. | Fred Drake | 1998-02-06 | 1 | -18/+17 |
| | | | | | | | | | \idxcode{}: New macro; used to mark things that would be \code{} for entry into the index. This allows easily switching things around for the font used in the index. (O'Reilly seems to keep it all plain roman in the index. Looks reasonable in the Python documentation as well.) \*index{}: Use \idxcode{} instead of {\codefont{}}. | ||||
* | Remove commented-out \itembreak. | Fred Drake | 1998-02-06 | 2 | -2/+0 |
| | |||||
* | Update two of the \indexsubitem values to use singular rather than plural form | Fred Drake | 1998-02-06 | 2 | -4/+4 |
| | | | | | of "variable": each individual variable should be identified as a single variable and not a collection in the index. | ||||
* | Add ref to errno module, and change ref to posix.error to os.error. | Guido van Rossum | 1998-02-06 | 2 | -2/+6 |
| | |||||
* | Add ref to errno module. | Guido van Rossum | 1998-02-06 | 2 | -0/+4 |
| | |||||
* | Retract the statement that all functions called by Python (even method | Guido van Rossum | 1998-02-05 | 2 | -8/+6 |
| | | | | | defs) need to be declared extern "C" -- it seems to have no basis in truth (any more?). | ||||
* | Add *.pdf files to the clobber target (same target as *.ps). | Fred Drake | 1998-02-04 | 1 | -1/+1 |
| | |||||
* | Tell CVS to ignore PDF files. | Fred Drake | 1998-02-04 | 1 | -0/+1 |
| | |||||
* | Added description of "D" format for PyArg_ParseTuple(), including example | Fred Drake | 1998-02-04 | 2 | -6/+172 |
| | | | | | | | use with function name provided as well. Wrapped up PyArg_ParseTupleAndKeywords() description and provided example based on Geoff Philbrick's example to the mailing list. | ||||
* | Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversion | Fred Drake | 1998-02-04 | 1 | -12/+11 |
| | | | | | requires "distill" from a FrameMaker installation. ;-) Would probably need to be different for Windows/Mac. | ||||
* | \modindex{}: New macro; index module without declaring it "built-in" or | Fred Drake | 1998-02-04 | 1 | -0/+1 |
| | | | | | "standard". This is mostly for documentation of modules outside the standard library. | ||||
* | Added missing "{" for "\code <?stuff?>}". | Fred Drake | 1998-02-03 | 2 | -2/+2 |
| | |||||
* | Clarify that capwords() removes leading/trailing whitespace. | Guido van Rossum | 1998-02-02 | 2 | -10/+2 |
| | | | | Remove references to regsub, which is obsolescent. | ||||
* | Add S_ISBLK(). | Guido van Rossum | 1998-01-29 | 2 | -2/+10 |
| | |||||
* | New version of xmllib from Sjoerd. | Guido van Rossum | 1998-01-29 | 2 | -24/+96 |
| | | | | | | | | | | | | | The main incompatibility is that the error reporting method is now called as parser.syntax_error(msg) instead of parser.syntax_error(lineno, msg) This new version also has some code to deal with the <?xml?> and <!DOCTYPE> tags at the start of an XML document. The documentation has been updated, and a small test module has been created. | ||||
* | Add a note explaining that multiplying a sequence with a negative | Guido van Rossum | 1998-01-27 | 2 | -2/+10 |
| | | | | | number is the same as multiplying it with zero, and yields an empty sequence. | ||||
* | Py_AtExit(): Added brief note about the constraint on cleanup functions not | Fred Drake | 1998-01-26 | 2 | -12/+18 |
| | | | | calling the Python API. | ||||
* | Use \url{} to mark a URL. | Fred Drake | 1998-01-22 | 4 | -10/+10 |
| | |||||
* | Use \url{} to mark URLs, \email{} to mark an email address. | Fred Drake | 1998-01-22 | 2 | -4/+4 |
| | |||||
* | Use \url{} to mark URLs. | Fred Drake | 1998-01-22 | 4 | -20/+20 |
| | |||||
* | Fixed indexing of {datadesc} environments. | Fred Drake | 1998-01-22 | 1 | -21/+5 |
| | | | | | | | | | Removed " (byte code instruction)" from the output of the {opcodedesc} environment; this should only appear in the index (which it now does). Removed some really old cruft related to otherwise removed debugging code. (I *think* assignments to $* set & clear auto-flush of <STDOUT>, but don't really remember. Removing them seems to not change anything!) | ||||
* | \seemodule{}: Use logical markup for the module name, to ensure it picks up | Fred Drake | 1998-01-22 | 1 | -1/+1 |
| | | | | | any changes introduced there. Also ensure a little more space between the module name and the parenthesized comment. | ||||
* | Added descriptions for log() and log10(). | Fred Drake | 1998-01-22 | 2 | -16/+34 |
| | | | | | | | Clarified that floor() and ceil() return reals. Same for the integer part returned by modf(). Some markup consistency changes. | ||||
* | Add support for the new macros, including hyperlink generation for \url{}. | Fred Drake | 1998-01-22 | 1 | -5/+28 |
| | |||||
* | Converted to use new macros. This example demonstrate \method{} and, more | Fred Drake | 1998-01-22 | 2 | -32/+34 |
| | | | | importantly, \url{}. | ||||
* | Converted to use semantic markup. This is an example of how many of the new | Fred Drake | 1998-01-22 | 2 | -72/+78 |
| | | | | constructs should be used. | ||||
* | Revised new macros after discussion with Guido: Always use full names of | Fred Drake | 1998-01-22 | 1 | -6/+10 |
| | | | | | | | | | | | | semantic concepts. Added two new ones (not discussed with Guido: \constant{}: Markup for constants defined in Python modules. \cfunction{}: Markup for C functions; these should probably be distinguished by font, but are not at this time (since they're typically \code{} at this point). | ||||
* | Add entry for copy_reg module. | Fred Drake | 1998-01-21 | 2 | -0/+6 |
| | |||||
* | Removed entry for copy_reg module. | Fred Drake | 1998-01-21 | 2 | -4/+0 |
| | |||||
* | $(LIBFILES): Added libcopyreg.tex. | Fred Drake | 1998-01-21 | 1 | -1/+1 |
| | |||||
* | Add entry for copy_reg module. | Fred Drake | 1998-01-21 | 2 | -0/+2 |
| | |||||
* | Simple documentation of the copy_reg module. | Fred Drake | 1998-01-21 | 2 | -0/+56 |
| | | | | | | Guido, you should probably look at this. The pickle documentation is out of date; I don't see anything about the __reduce__() stuff or the __safe_for_unpickling__ attribute. | ||||
* | Update comment about relative URL internet draft to reflect current RFC status; | Fred Drake | 1998-01-21 | 2 | -10/+14 |
| | | | | | | index references the appropriate RFCs. Consistency: Always use trailing "()" on function names in running text. | ||||
* | Added a bunch of "concept" index entries. | Fred Drake | 1998-01-20 | 2 | -8/+22 |
| | | | | Use trailing "()" on function names in running text. | ||||
* | Added index entry and \label{} for exceptions module. This isn't in the | Fred Drake | 1998-01-20 | 2 | -0/+4 |
| | | | | | normal modules portion of the manual, but that's the basic effect of this section with the 1.5 change in exception support. | ||||
* | Always mark variables in the "Notes" following a table the same way as in the | Fred Drake | 1998-01-20 | 2 | -2/+6 |
| | | | | | | tables: \var{} Add a couple of index entries to the File Objects section. |