summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Consistency:Fred Drake1998-01-133-7/+7
| | | | "Unix" ==> "\UNIX{}"
* Removed obsolete \kwindex{} call.Fred Drake1998-01-131-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 Drake1998-01-131-0/+1
|
* Removed obsolete \kwindex{} calls.Fred Drake1998-01-131-15/+13
| | | | | | Added "module search path" to the index. "Unix" ==> "\UNIX{}"
* Added openright option the the \documentclass{} for each of the manuals.Fred Drake1998-01-131-1/+1
|
* Lots of minor markup nits, all consistency related.Fred Drake1998-01-121-75/+88
| | | | | | Consistently use trailing "()" on function / method names. Wrapped some long lines.
* Document maxsplit arg for split(), with incompatibility note about 1.5Guido van Rossum1998-01-121-3/+12
| | | | | | release bug. Document groups() changed behaviour (now always returns tuple).
* Wrapped some long lines.Fred Drake1998-01-121-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 Drake1998-01-121-16/+16
| | | | There are still weirdnesses, but less of them.
* Sigh. Apply a similar patch to the *other* occurrence of [^...].Guido van Rossum1998-01-121-1/+1
|
* Follow current recommended practice in an example: Use isinstance() toFred Drake1998-01-111-1/+1
| | | | | perform a type test instead of type(x) == types.FoobarType. In example for type().
* "Unix" --> "\UNIX{}"Fred Drake1998-01-111-17/+13
| | | | | | | | Added index references to referred-to modules. Added seealso section pointing to the glob module. Removed description of translate().
* Grammatical nit.Fred Drake1998-01-091-1/+1
|
* Add module reference for cPickle to index.Fred Drake1998-01-091-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 namesFred Drake1998-01-091-3/+3
| | | | & name parts.
* Simplify markup.Fred Drake1998-01-091-2/+2
|
* The resource module has been documented; remove from list.Fred Drake1998-01-091-2/+0
|
* Added \label{} to allow module references.Fred Drake1998-01-091-4/+23
| | | | Added some seealso sections.
* Add index entry for reference to the math module.Fred Drake1998-01-091-7/+7
|
* Typographical nits: Always set parameter names in \var{} in the running text.Fred Drake1998-01-091-3/+3
|
* Markup consistency in the mapping object interface description.Fred Drake1998-01-091-2/+2
|
* Revise prologue and frontmatter to use latex2e (not in 2.09 compatibilityFred Drake1998-01-091-9/+4
| | | | mode) and take advantage of changes in myformat.sty.
* For consistency, always use a trailing "()" on function names in the runningFred Drake1998-01-081-19/+20
| | | | | | text. Add one index entry.
* Fix a typo (the word "a" was spelled "c"!).Fred Drake1998-01-071-1/+6
| | | | Added index entries & \label{} constructs.
* Normalize some markup.Fred Drake1998-01-071-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 Drake1998-01-071-7/+9
| | | | Adjusted one formatting problem (long \code{} in running text).
* Added index entry for the protocol.Fred Drake1998-01-071-7/+8
| | | | | | Fixed typo (extra char in the word "character"). Minor nits.
* Added index items for the RFC and the protocol itself.Fred Drake1998-01-071-0/+2
|
* Fixed index entries to be more consistent.Fred Drake1998-01-071-5/+5
|
* In description of \D, revise markup so that the caret shows up in the HTMLFred Drake1998-01-061-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 Drake1998-01-021-0/+4
|
* In description of the group() method, fix markup of "\(" and "\)" literals;Fred Drake1998-01-021-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 Rossum1997-12-301-0/+3
|
* Correct small nits reported by Rob Hooft.Guido van Rossum1997-12-3011-33/+36
|
* Clarify that __getinitargs__ is called at pickle time!Guido van Rossum1997-12-301-1/+3
|
* Added "docs" for Pareto and Weibull distributions.Guido van Rossum1997-12-301-0/+8
|
* 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
|