summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librfc822.tex
Commit message (Collapse)AuthorAgeFilesLines
* Fix double word typos.Raymond Hettinger2003-08-251-1/+1
|
* Lots of markup cleanups to avoid warnings from the GNU info generation;Fred Drake2003-07-161-2/+2
| | | | these make sense even without that processing chain.
* Accept Armin's documentation patch for SF bug #558179.Fred Drake2002-10-091-5/+5
| | | | Adjusted some markup to make the descriptions more consistent.
* Add deprecation notices to the documentation to reflect recent additions toFred Drake2002-09-251-0/+5
| | | | PEP 4.
* Added references to the email package.Fred Drake2002-08-061-2/+4
| | | | Closes SF bug #586937.
* Update docs for bool changes by Guido around April 6Neal Norwitz2002-04-091-2/+2
|
* Fix minor typo reported in SF patch #497951.Fred Drake2002-01-051-1/+1
|
* Document the "unixfrom" attribute of the rfc822.Message class.Fred Drake2001-09-061-1/+7
| | | | Based on a patch by Skip Montanaro, this closes SF bug #458885.
* Apply the new \mailheader macro where appropriate, and fix a few smallFred Drake2001-08-031-16/+17
| | | | markup inconsistencies.
* Fix a couple of minor markup nits.Fred Drake2001-07-171-5/+5
| | | | | Footnotes should be added *after* punctuation, not before. (Yes, this should be merged with the descr branch. Sorry, Tim!)
* Updated the documentation in several respects:Barry Warsaw2001-07-161-14/+46
| | | | | | | | | | | - This module, despite its name, now should conform to RFC 2822, the update to RFC 822. - This module doesn't just represent "email headers", but entire email messages. - Added documentation for other useful public functions such as quote(), unquote(), praseaddr(), and dump_address_pair().
* One more update related to the new get() and setdefault() methods on theFred Drake2001-05-221-5/+6
| | | | Message object.
* Update to add get() and setdefault() as supported mapping operations, andFred Drake2001-05-221-2/+8
| | | | | add a list of the mapping methods which are not supported (per Barry's comments).
* Add some clarifications about the mapping interface presented byFred Drake2001-05-221-2/+4
| | | | rfc822.Message objects, based on comments from Barry.
* Fix a number of bugs and omissions in the AddressList documentation, mostFred Drake2001-04-091-10/+23
| | | | | | | noted by Steve Holden. This closes SF bug #413876.
* Emphasis that instantiating this class doesn't consume the message body.Eric S. Raymond2001-01-271-3/+3
| | | | Fix some unclear language in the description of the addrlist member.
* add cross reference to mimetools moduleSkip Montanaro2000-09-151-0/+2
|
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-7/+18
| | | | (Very rough.)
* Fix typo reported by Robert Kern <kernr@ncifcrf.gov>.Fred Drake1999-06-101-5/+5
|
* Use \rfc to mark some remaining RFC references.Fred Drake1999-04-281-12/+10
| | | | | | | | | Remove comment about full name bug in getaddrlist(); this has been fixed for a while now. Work around LaTeX2HTML space-dropping bug. Mention that the fp attribute can be used to read the message body.
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-3/+3
|
* for method getaddrlist(): Added a note clarifying that all namedBarry Warsaw1999-01-141-0/+4
| | | | headers and their continuation lines are parsed.
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Some logical markup, some nits.Fred Drake1998-08-101-25/+26
|
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Some extra notes, and describe a new class (AddressList), all by ESR.Guido van Rossum1998-06-161-2/+44
|
* Eric Raymond: added doc for isheader(); improved docs for constructor.Guido van Rossum1998-06-111-7/+18
|
* Document the changes I just checked in.Guido van Rossum1998-06-101-8/+39
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* 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.
* Logical markup.Fred Drake1998-03-141-51/+54
| | | | | Wrap general Message class description in a {classdesc} instead of nothing at all.
* Feature added by Bill van Melle: when no timezone is present, assumeGuido van Rossum1998-02-191-1/+3
| | | | local time -- that's better than failure.
* Consistent spelling: "time zone" -> "timezone".Guido van Rossum1998-02-181-3/+6
| | | | | Clarify that the sign of the timezone offset returned by parsedate_tz() is the opposite of time.timezone.
* Add mktime_tz(). Add () to a function reference in parsedate_tz().Guido van Rossum1998-02-181-1/+9
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-1/+1
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Use the new RFC macros wherever RFCs are referenced by number. No otherFred Drake1998-02-091-5/+4
| | | | changes.
* 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).
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Mention seekable parameter (AMK).Guido van Rossum1997-06-021-2/+7
| | | | Added pointer to mailbox module.
* Added descriptions of parsedate(), parsedate_tz(), getdate_tz()Guido van Rossum1996-12-061-0/+28
| | | | (all contributed by Andrew Kuchling).
* restructured library manual accordiung to functional groupGuido van Rossum1995-03-281-0/+2
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-5/+5
| | | | unified style; etc.
* changes (suggested) by Soren LarsenGuido van Rossum1995-03-071-5/+5
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-281-0/+2
| | | | WWW chapter
* added WWW sectionsGuido van Rossum1995-02-271-0/+108