summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add obsolescence note.Guido van Rossum1997-12-301-0/+11
|
* Add URL of Andrew Kuchling's nifty re conversion page...Guido van Rossum1997-12-301-2/+3
|
* Add a note that up to 1.4, translate() produced Emacs style syntax; inGuido van Rossum1997-12-301-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 Rossum1997-12-301-0/+2
|
* Remove more commented-out text that is no longer needed.Guido van Rossum1997-12-291-21/+0
|
* Remove the commented-out warning at the top. It shouldn't be thereGuido van Rossum1997-12-291-6/+0
| | | | for the 1.5 release version of the file.
* Lots of minor nits that allow this file to get processed without failures byFred Drake1997-12-291-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.
* Reduce warning count from partparse.py.Fred Drake1997-12-291-4/+1
| | | | Removed BaseHTTPServer.py from list of undocumented modules.
* Reduce warning count from partparse.py.Fred Drake1997-12-291-2/+1
|
* Reduce warning count from partparse.py.Fred Drake1997-12-291-1/+1
|
* Added Greg Stein's docs for BaseHTTPServer.py.Guido van Rossum1997-12-292-1/+218
| | | | Moved docs for "re" to before docs for "regex".
* Make "{" and "}" in code sample visible instead of a group (it's supposed toFred Drake1997-12-291-1/+1
| | | | be a dictionary...).
* Added missing "\" to "\var{address}, var{length}" in buffer_info() description.Fred Drake1997-12-291-1/+1
|
* Reduce warning count from partparse.py.Fred Drake1997-12-291-2/+1
|
* Use tableii environment for the table instead of tabular. This makes itFred Drake1997-12-291-19/+18
| | | | consistent with other 2-column tables in the Python documentation.
* Nit adjustments to remove warnings when processed with partparse.py.Fred Drake1997-12-291-2/+1
|
* Normalized the word "Unix" to "\UNIX{}".Fred Drake1997-12-291-3/+3
| | | | Changed "{\tt crypt}" to "\sectcode{crypt}" in section heading.
* Added missing "\" to "var{P}.\var{M}" in load_module() description.Fred Drake1997-12-291-1/+1
|
* Remove unneeded "{}" that confused makeinfo.Fred Drake1997-12-291-1/+1
|
* Changed all \verb\...\ markup to either \code{...} or \samp{...}.Fred Drake1997-12-291-6/+6
|
* Normalized the \seetext markup to match the only other instance: should beFred Drake1997-12-291-2/+2
| | | | "\seetext{...}" instead of "\seetext ...".
* Changed some \verb\...\ markup to the more common \code{...}. \verb\...\ isFred Drake1997-12-291-2/+2
| | | | | rarely needed and should be avoided where possible since it doesn't behave well with some processing tools (like partparse.py).
* Convert a couple of three-column tables with an empty third column toFred Drake1997-12-231-11/+11
| | | | | two-column tables. This improves the rendering of the HTML version on (at least) some browsers.
* Removed unnecessary \small{} block; latex2html got it wrong and its noFred Drake1997-12-231-2/+0
| | | | longer needed for printed output.
* Removed unnecessary \small{} block; latex2html got it wrong and its noFred Drake1997-12-231-2/+0
| | | | longer needed for printed output.
* AMK's latestGuido van Rossum1997-12-221-2/+15
|
* Replace unprotected tilders by \~ -- an unprotected tilde is aGuido van Rossum1997-12-184-4/+4
| | | | non-breaking space!
* Change {\em ...} to \emph{...}; this seems to be the developing preferenceFred Drake1997-12-181-3/+3
| | | | throughout the manuals, and seems easier to read.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-26/+29
| | | | | | | | Include "()" when naming functions in the text. Fixed reference to the built-in str() function. Format constant names using \code{}.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-1/+2
| | | | Added index entry for RFC 1014.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-5/+6
| | | | | | | | | Added a \label{} for the module. Fixed one minor grammatical nit: use plural pronoun to refer to a pair of referents. Include "()" when naming functions in the text.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-1/+1
|
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-2/+3
| | | | | | Added a \label{} for the module. Changed one \code{} to a \samp{}.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-1/+1
|
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-1/+1
|
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-3/+3
| | | | Minor grammatical nit.
* Make the word "Module" in the section header start with an upper-case "M".Fred Drake1997-12-171-3/+1
| | | | | Remove the leading comment declaring this to be a template for module documentation.
* Make the word "Module" in the section header start with an upper-case "M"Fred Drake1997-12-171-2/+2
| | | | for both modules documented here.
* Make the word "Module" in the section header start with an upper-case "M"Fred Drake1997-12-171-1/+1
| | | | for both built-in and standard modules. They were different.
* AMK's latestGuido van Rossum1997-12-171-29/+43
|
* Index the RFC822 reference (some other RFC references were alreaddy indexed).Fred Drake1997-12-161-2/+4
| | | | | Add index reference to mailbox module; also remove comment that it's undocumented (it has been).
* The \indexsubitem definition for the actual exceptions did not actuallyFred Drake1997-12-161-2/+2
| | | | change the \indexsubitem value; fixed.
* Oops, ".pythonrc.py" should *always* be marked with \file{}; one occurranceFred Drake1997-12-161-1/+1
| | | | escaped with \var{}.
* Module names should be in \code{}.Fred Drake1997-12-161-2/+3
| | | | Added index reference to site module.
* Descriptions for delitem(), __delitem__(): These delete a value, not set it.Fred Drake1997-12-161-46/+50
| | | | Lots of little nits: parameter names in text should be \var{}, etc.
* Fixed index module reference.Fred Drake1997-12-165-5/+7
|
* Added a named target for referencing.Fred Drake1997-12-161-0/+1
|
* Used a named target to form the reference to the Built-in Functions section.Fred Drake1997-12-161-2/+2
|
* Fixed index module reference.Fred Drake1997-12-161-4/+4
| | | | Changed references to regex/regsub modules to point to re.
* Fixed index references to modules. (This is *not* the spam module!)Fred Drake1997-12-161-1/+1
|