Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistency: "{\bf ...}" ==> "\strong{...}" | Fred Drake | 1998-01-14 | 14 | -24/+24 |
| | | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now. | ||||
* | Added the standard \label{module-*} for the two supporting modules. | Fred Drake | 1998-01-14 | 1 | -0/+2 |
| | |||||
* | Consistency: "Unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 1 | -2/+2 |
| | | | | Always include the comma *inside* the \optional{} markup! | ||||
* | Removed \mytableofcontents; just use \tableofcontents. | Fred Drake | 1998-01-13 | 1 | -1/+1 |
| | |||||
* | Consistency: "Unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 3 | -5/+5 |
| | |||||
* | Consistency: "unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 2 | -3/+2 |
| | |||||
* | Consistency: "unix" ==> "\UNIX{}" | Fred Drake | 1998-01-13 | 1 | -1/+2 |
| | | | | Added \label{} for referring to the module. | ||||
* | Consistency: | Fred Drake | 1998-01-13 | 3 | -7/+7 |
| | | | | "Unix" ==> "\UNIX{}" | ||||
* | Removed obsolete \kwindex{} call. | Fred Drake | 1998-01-13 | 1 | -2/+5 |
| | | | | | | Added "user configuration file", ".pythonrc.py file" to the index. Made reference to site module a {seealso} environment. | ||||
* | Added "module search path" to the index. | Fred Drake | 1998-01-13 | 1 | -0/+1 |
| | |||||
* | Removed obsolete \kwindex{} calls. | Fred Drake | 1998-01-13 | 1 | -15/+13 |
| | | | | | | Added "module search path" to the index. "Unix" ==> "\UNIX{}" | ||||
* | Added openright option the the \documentclass{} for each of the manuals. | Fred Drake | 1998-01-13 | 1 | -1/+1 |
| | |||||
* | Lots of minor markup nits, all consistency related. | Fred Drake | 1998-01-12 | 1 | -75/+88 |
| | | | | | | Consistently use trailing "()" on function / method names. Wrapped some long lines. | ||||
* | Document maxsplit arg for split(), with incompatibility note about 1.5 | Guido van Rossum | 1998-01-12 | 1 | -3/+12 |
| | | | | | | release bug. Document groups() changed behaviour (now always returns tuple). | ||||
* | Wrapped some long lines. | Fred Drake | 1998-01-12 | 1 | -43/+45 |
| | | | | | | Added trailing "()" for function and method names. Added index entries for referenced modules. | ||||
* | Modify command descriptions to use \optional{} instead of ad-hoc markup. | Fred Drake | 1998-01-12 | 1 | -16/+16 |
| | | | | There are still weirdnesses, but less of them. | ||||
* | Sigh. Apply a similar patch to the *other* occurrence of [^...]. | Guido van Rossum | 1998-01-12 | 1 | -1/+1 |
| | |||||
* | Follow current recommended practice in an example: Use isinstance() to | Fred Drake | 1998-01-11 | 1 | -1/+1 |
| | | | | | perform a type test instead of type(x) == types.FoobarType. In example for type(). | ||||
* | "Unix" --> "\UNIX{}" | Fred Drake | 1998-01-11 | 1 | -17/+13 |
| | | | | | | | | Added index references to referred-to modules. Added seealso section pointing to the glob module. Removed description of translate(). | ||||
* | Grammatical nit. | Fred Drake | 1998-01-09 | 1 | -1/+1 |
| | |||||
* | Add module reference for cPickle to index. | Fred Drake | 1998-01-09 | 1 | -18/+21 |
| | | | | | | | | | | | Consistency: Always use trailing "()" for function and method names in text. Consistency: Always mark parameter names with \var{} in text. Change questionable text about CORBA to definate text about XDR; "CORBA" isn't enough to specify an external representation, and I'm not sure the comment is right if we say "IIOP". I know its right about XDR if we only mention shared object references and not recursive structures. | ||||
* | Use \file{} instead of \code{} or ``\code{}'' to mark file & directory names | Fred Drake | 1998-01-09 | 1 | -3/+3 |
| | | | | & name parts. | ||||
* | Simplify markup. | Fred Drake | 1998-01-09 | 1 | -2/+2 |
| | |||||
* | The resource module has been documented; remove from list. | Fred Drake | 1998-01-09 | 1 | -2/+0 |
| | |||||
* | Added \label{} to allow module references. | Fred Drake | 1998-01-09 | 1 | -4/+23 |
| | | | | Added some seealso sections. | ||||
* | Add index entry for reference to the math module. | Fred Drake | 1998-01-09 | 1 | -7/+7 |
| | |||||
* | Typographical nits: Always set parameter names in \var{} in the running text. | Fred Drake | 1998-01-09 | 1 | -3/+3 |
| | |||||
* | Markup consistency in the mapping object interface description. | Fred Drake | 1998-01-09 | 1 | -2/+2 |
| | |||||
* | Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility | Fred Drake | 1998-01-09 | 1 | -9/+4 |
| | | | | mode) and take advantage of changes in myformat.sty. | ||||
* | For consistency, always use a trailing "()" on function names in the running | Fred Drake | 1998-01-08 | 1 | -19/+20 |
| | | | | | | text. Add one index entry. | ||||
* | Fix a typo (the word "a" was spelled "c"!). | Fred Drake | 1998-01-07 | 1 | -1/+6 |
| | | | | Added index entries & \label{} constructs. | ||||
* | Normalize some markup. | Fred Drake | 1998-01-07 | 1 | -15/+16 |
| | | | | | | Use \file{} instead of \code{} for a directory name (Tools/freeze). Consistently use "()" at the end of a function name in running text. | ||||
* | Fixed up index entries. | Fred Drake | 1998-01-07 | 1 | -7/+9 |
| | | | | Adjusted one formatting problem (long \code{} in running text). | ||||
* | Added index entry for the protocol. | Fred Drake | 1998-01-07 | 1 | -7/+8 |
| | | | | | | Fixed typo (extra char in the word "character"). Minor nits. | ||||
* | Added index items for the RFC and the protocol itself. | Fred Drake | 1998-01-07 | 1 | -0/+2 |
| | |||||
* | Fixed index entries to be more consistent. | Fred Drake | 1998-01-07 | 1 | -5/+5 |
| | |||||
* | In description of \D, revise markup so that the caret shows up in the HTML | Fred Drake | 1998-01-06 | 1 | -1/+1 |
| | | | | | | | version as well as the dvi form. Without the fix, it showed up as an extra zero character. Bug reported by Hugh Sasse <hgs@dmu.ac.uk>. | ||||
* | Add module index before the general index. | Fred Drake | 1998-01-02 | 1 | -0/+4 |
| | |||||
* | In description of the group() method, fix markup of "\(" and "\)" literals; | Fred Drake | 1998-01-02 | 1 | -1/+1 |
| | | | | | | "\code{\\(}" produces "(" in the .dvi file and "<BR> (" in the latex2html output (the font was right). Changed to "\code{{\e}(}" variation, which fixes both. Breaks the .texi file generation again. Oh well. | ||||
* | Added BaseHTTPServer to table of contents for chapter. | Guido van Rossum | 1997-12-30 | 1 | -0/+3 |
| | |||||
* | Correct small nits reported by Rob Hooft. | Guido van Rossum | 1997-12-30 | 11 | -33/+36 |
| | |||||
* | Clarify that __getinitargs__ is called at pickle time! | Guido van Rossum | 1997-12-30 | 1 | -1/+3 |
| | |||||
* | Added "docs" for Pareto and Weibull distributions. | Guido van Rossum | 1997-12-30 | 1 | -0/+8 |
| | |||||
* | Add obsolescence note. | Guido van Rossum | 1997-12-30 | 1 | -0/+11 |
| | |||||
* | Add URL of Andrew Kuchling's nifty re conversion page... | Guido van Rossum | 1997-12-30 | 1 | -2/+3 |
| | |||||
* | Add a note that up to 1.4, translate() produced Emacs style syntax; in | Guido van Rossum | 1997-12-30 | 1 | -2/+5 |
| | | | | | 1.5, it produces Perl style syntax. Also change "Python's regular expressions" into plain "regular expression" in the intro. | ||||
* | Added ConfigParser.py to list of undocumented miscellaneous useful utilities. | Guido van Rossum | 1997-12-30 | 1 | -0/+2 |
| | |||||
* | Remove more commented-out text that is no longer needed. | Guido van Rossum | 1997-12-29 | 1 | -21/+0 |
| | |||||
* | Remove the commented-out warning at the top. It shouldn't be there | Guido van Rossum | 1997-12-29 | 1 | -6/+0 |
| | | | | for the 1.5 release version of the file. | ||||
* | Lots of minor nits that allow this file to get processed without failures by | Fred Drake | 1997-12-29 | 1 | -25/+27 |
| | | | | | | | | | the info generation phases. Most of the errors had occurred in the makeinfo step. Commented out the warning at the top; this should still really be removed before 1.5, but that's not my call. It generated problems for the info conversion as well. |