summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Add some index entries; switch to logical markup.Fred Drake1998-02-092-194/+200
* Consistently use \POSIX{} to denote POSIX. There were at least two differentFred Drake1998-02-0918-60/+60
* Do the right magic to make \ABC{} get sorted correctly in the index.Fred Drake1998-02-092-2/+2
* Do the right magic to make \UNIX{} get sorted correctly in the index.Fred Drake1998-02-092-4/+4
* Use the new RFC macros wherever RFCs are referenced by number. No otherFred Drake1998-02-0924-58/+56
* Add macros to insert RFC references much like the \manpage{} macro. Also aFred Drake1998-02-091-1/+5
* Add a note about rounding up of readlines()' sizehint to 8K.Guido van Rossum1998-02-082-2/+4
* Document getrefcount().Guido van Rossum1998-02-072-0/+12
* \itembreak, \itemjoin: Remove unused macros.Fred Drake1998-02-061-18/+17
* Remove commented-out \itembreak.Fred Drake1998-02-062-2/+0
* Update two of the \indexsubitem values to use singular rather than plural formFred Drake1998-02-062-4/+4
* Add ref to errno module, and change ref to posix.error to os.error.Guido van Rossum1998-02-062-2/+6
* Add ref to errno module.Guido van Rossum1998-02-062-0/+4
* Retract the statement that all functions called by Python (even methodGuido van Rossum1998-02-052-8/+6
* Add *.pdf files to the clobber target (same target as *.ps).Fred Drake1998-02-041-1/+1
* Tell CVS to ignore PDF files.Fred Drake1998-02-041-0/+1
* Added description of "D" format for PyArg_ParseTuple(), including exampleFred Drake1998-02-042-6/+172
* Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversionFred Drake1998-02-041-12/+11
* \modindex{}: New macro; index module without declaring it "built-in" orFred Drake1998-02-041-0/+1
* Added missing "{" for "\code <?stuff?>}".Fred Drake1998-02-032-2/+2
* Clarify that capwords() removes leading/trailing whitespace.Guido van Rossum1998-02-022-10/+2
* Add S_ISBLK().Guido van Rossum1998-01-292-2/+10
* New version of xmllib from Sjoerd.Guido van Rossum1998-01-292-24/+96
* Add a note explaining that multiplying a sequence with a negativeGuido van Rossum1998-01-272-2/+10
* Py_AtExit(): Added brief note about the constraint on cleanup functions notFred Drake1998-01-262-12/+18
* Use \url{} to mark a URL.Fred Drake1998-01-224-10/+10
* Use \url{} to mark URLs, \email{} to mark an email address.Fred Drake1998-01-222-4/+4
* Use \url{} to mark URLs.Fred Drake1998-01-224-20/+20
* Fixed indexing of {datadesc} environments.Fred Drake1998-01-221-21/+5
* \seemodule{}: Use logical markup for the module name, to ensure it picks upFred Drake1998-01-221-1/+1
* Added descriptions for log() and log10().Fred Drake1998-01-222-16/+34
* Add support for the new macros, including hyperlink generation for \url{}.Fred Drake1998-01-221-5/+28
* Converted to use new macros. This example demonstrate \method{} and, moreFred Drake1998-01-222-32/+34
* Converted to use semantic markup. This is an example of how many of the newFred Drake1998-01-222-72/+78
* Revised new macros after discussion with Guido: Always use full names ofFred Drake1998-01-221-6/+10
* Add entry for copy_reg module.Fred Drake1998-01-212-0/+6
* Removed entry for copy_reg module.Fred Drake1998-01-212-4/+0
* $(LIBFILES): Added libcopyreg.tex.Fred Drake1998-01-211-1/+1
* Add entry for copy_reg module.Fred Drake1998-01-212-0/+2
* Simple documentation of the copy_reg module.Fred Drake1998-01-212-0/+56
* Update comment about relative URL internet draft to reflect current RFC status;Fred Drake1998-01-212-10/+14
* Added a bunch of "concept" index entries.Fred Drake1998-01-202-8/+22
* Added index entry and \label{} for exceptions module. This isn't in theFred Drake1998-01-202-0/+4
* Always mark variables in the "Notes" following a table the same way as in theFred Drake1998-01-202-2/+6
* Removed bogus index entry for the type() built-in.Fred Drake1998-01-202-4/+2
* Proposed new macros: see comments. These are not yet used.Fred Drake1998-01-201-0/+20
* Consistency: "{\tt ...}" ==> "\code{...}"Fred Drake1998-01-202-2/+2
* Consistency: "{\it ...}" ==> "\emph{...}"Fred Drake1998-01-202-4/+4
* The soundex module is built-in, not standard.Fred Drake1998-01-202-6/+6
* Consistency: {\it ...} ==> \emph{...}Fred Drake1998-01-202-2/+2