summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove obsolete module rand from list of modules.Fred Drake1998-04-111-3/+4
| | | | Add fileinput to list.
* First cut at documentation for imaplib. Based on original documentation byFred Drake1998-04-111-0/+228
| | | | Piers Lauders.
* Added smtplib.py (thanks, Guido!).Fred Drake1998-04-091-0/+3
|
* Don't use \samp when \code is better.Fred Drake1998-04-091-13/+13
| | | | | | | Consistently use ' instead of ": this conforms to my unofficial stance that constants should be presented using the repr() whenever it makes sense. This isn't because I think repr() is the greatest thing since spam, just that it's an easy to adopt consistency standard. (It also holds no new surprises!)
* Work around a small (& annoying) limitation of the latex2html support forFred Drake1998-04-091-5/+4
| | | | | \seemodule. This is far easier than figuring out the real problem, but it works.
* Removed misleading comment about GNU software. This module and the zlibFred Drake1998-04-091-3/+2
| | | | | library have no relationship with GNU software other than implementing some of the same algorithms and file format. (The zlib module is more general.)
* Many markup changes (to \regexp, mostly)Andrew M. Kuchling1998-04-091-104/+119
| | | | | Clarified text on 8-bit cleanness, complemented sets like [^5], and {m,n} qualifier.
* Don't assume that \version expands to the 3-character major.minor number; itFred Drake1998-04-091-1/+16
| | | | | | | is the full release version name ("1.5.1beta1", for instance). Add section for previously documented obsolete modules. Includes ni, rand, and soundex.
* Comment out the soundex section.Fred Drake1998-04-091-1/+1
|
* Don't assume that \version expands to the 3-character major.minor number; itFred Drake1998-04-092-3/+5
| | | | is the full release version name ("1.5.1beta1", for instance).
* Use the correct URL to AMK's regex-to-re HOWTO!Fred Drake1998-04-091-2/+3
|
* Updated URL to AMK's regex-to-re HOWTO.Fred Drake1998-04-091-3/+4
|
* Added reference to AMK's HOWTO on the topic.Fred Drake1998-04-091-0/+5
|
* Added imaplib.Fred Drake1998-04-091-0/+3
|
* Update URL to the related HOWTO document.Fred Drake1998-04-091-1/+1
|
* Add section for ni back in, but comment it out.Fred Drake1998-04-091-0/+1
|
* Commented out sections on obsolete & Macintosh modules.Fred Drake1998-04-091-14/+14
|
* Reduced description of the obsolete method Stats.ignore().Fred Drake1998-04-091-13/+2
|
* Correct definition of CTIME.Guido van Rossum1998-04-081-1/+1
|
* Separate sections on anydbm and dumbdbm.Fred Drake1998-04-071-15/+39
| | | | | This is the last separation; each module now gets its own section. This will be useful in performing conversions.
* Caught a few more spurious \setindexsubitem macros....Fred Drake1998-04-073-4/+1
|
* Removed unnecessary \setindexsubitem.Fred Drake1998-04-071-1/+0
|
* Separate UserDict and UserList documentation into separate sections.Fred Drake1998-04-071-10/+26
|
* Added a reference to the discussion in Knuth's "Sorting and Searching", andFred Drake1998-04-071-1/+15
| | | | | noted that the original algorithm produces 4-character results rather than the 6-character results provided by this module.
* Minor markup nit.Fred Drake1998-04-071-1/+1
|
* Fixed some index entries.Fred Drake1998-04-071-28/+23
|
* Added entry for wdb.Fred Drake1998-04-071-0/+3
|
* Fix the formatting of the list of fields in the disassemble() function.Fred Drake1998-04-071-2/+8
|
* Added poplib.Fred Drake1998-04-071-71/+165
| | | | Made the module lists look like the other module lists in the documentation.
* Move a short paragraph outside the description of ASTType.Fred Drake1998-04-051-3/+3
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-0486-94/+94
|
* Remove obsolete \setindexsubitem macros.Fred Drake1998-04-0418-734/+767
| | | | | | | | Massive migration to methoddesc and memberdesc. Logical markup as needed. A sprinkling of index entries for flavor.
* Moved some things around.Fred Drake1998-04-041-77/+82
| | | | | | | Adjusted a couple of the comments to be more informative. Tell a little bit about what obsolete means now, and how to use obsolete modules.
* Removed obsolete \setindexsubitem macros.Fred Drake1998-04-043-3/+0
|
* Added index entries.Fred Drake1998-04-042-0/+3
|
* Remove obsolete \setindexsubitem macro.Fred Drake1998-04-041-18/+17
| | | | Logical markup, methoddesc, etc.
* Remove obsolete \setindexsubitem macro,Fred Drake1998-04-041-4/+4
| | | | | | Added index entries. Markup nits.
* Added index entry.Fred Drake1998-04-041-0/+1
|
* Remove obsolete \setindexsubitem macro.Fred Drake1998-04-043-3/+0
|
* Fix index entry for HTMLParser class.Fred Drake1998-04-041-1/+1
|
* Logical markup.Fred Drake1998-04-042-57/+66
| | | | Index entries.
* Logical markup.Fred Drake1998-04-041-61/+66
|
* Fixed description of similarity between m[name] and m.getheader(name),Fred Drake1998-04-041-24/+26
| | | | | | reported by Samuel L. Bayer. Use methoddesc instead of funcdesc, etc.
* Remove obsolete lines like this:Fred Drake1998-04-0432-33/+0
| | | | | | | | \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex.
* Add fileinput section under Misc. Services.Fred Drake1998-04-041-0/+1
|
* Document fileinput.Fred Drake1998-04-041-0/+124
|
* Start at updating the template a little bit. There's a lot of stuff that'sFred Drake1998-04-031-30/+43
| | | | just not here yet.
* Some clarifications of out-of-range group indexes/namesGuido van Rossum1998-04-031-5/+10
|
* Lots of markup consistency nits.Fred Drake1998-04-031-1/+1
| | | | Logical markup.
* Small nits.Fred Drake1998-04-031-6/+6
| | | | | | One more index entry. Be more specific about an exception raised by range().