summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Add entries for the email and compiler packages.Fred Drake2001-09-271-0/+10
* Markup adjustments.Fred Drake2001-09-271-4/+5
* Added dependencies for the compiler and email packages.Fred Drake2001-09-271-0/+10
* Migrate the compiler documentation from the Tools/compiler/doc/ directory.Fred Drake2001-09-272-0/+589
* Do not distinguish \refmodule from \module in the generated output;Fred Drake2001-09-271-1/+4
* Re-write <ulink> elements as described in the conversion spec.Fred Drake2001-09-271-0/+19
* Turn \input, \include, and \verbatiminput into XInclude elements insteadFred Drake2001-09-272-10/+14
* Add support for some more markup that had slipped in.Fred Drake2001-09-271-2/+15
* Fix some markup errors.Fred Drake2001-09-271-2/+2
* Markup adjustment: \[...\] is math markup and does not translate well whenFred Drake2001-09-271-6/+7
* Remove comment that no longer applies.Fred Drake2001-09-261-3/+0
* Updates do email package documentation for markup, style, andBarry Warsaw2001-09-268-225/+161
* Move the styling for the HTML version of \mailheader into the CSS file.Fred Drake2001-09-263-2/+3
* Note that the colon following a mail header name should not be includedFred Drake2001-09-261-5/+5
* Typo fix.Greg Ward2001-09-261-1/+1
* Move the \mailheader description to the right place.Fred Drake2001-09-261-12/+13
* Start making some markup adjustments; Barry has indicated he will work onFred Drake2001-09-261-17/+17
* The email package documentation, currently organized the way I thinkBarry Warsaw2001-09-268-0/+1168
* Update to support \mailheader and 5-column tables.Fred Drake2001-09-251-0/+52
* Simplify a helper by returning fewer values.Fred Drake2001-09-251-5/+4
* Clarified some points about the interface to the mmap() function.Fred Drake2001-09-251-10/+11
* Minor changes.Fred Drake2001-09-251-5/+8
* Revise the example to be more resiliant in the face of continued use afterFred Drake2001-09-251-18/+18
* Added documentation for the SSL interface, contributed by Gerhard Häring.Fred Drake2001-09-251-0/+23
* Fix a URL (closing SF patch #462195).Fred Drake2001-09-251-25/+43
* Add more signature information and some descriptions for the new APIsFred Drake2001-09-241-1/+89
* Add more reference count information.Fred Drake2001-09-241-0/+28
* Add link to Unix Review's 2.2 articleAndrew M. Kuchling2001-09-241-2/+11
* Generalize file.writelines() to allow iterable objects.Tim Peters2001-09-231-2/+4
* Added API information for the PyCallIter_*() and PySeqIter_*() functions.Fred Drake2001-09-232-1/+66
* Make difflib.ndiff() and difflib.Differ.compare() generators. ThisTim Peters2001-09-221-12/+14
* Add a function to compute a class's method resolution order. This isTim Peters2001-09-221-1/+9
* Note that files are iterable; describe what the iterator returns.Fred Drake2001-09-221-0/+5
* Bump version number.Fred Drake2001-09-212-2/+2
* Added reference to Tutorial section on user-defined exceptions forFred Drake2001-09-211-9/+15
* Exceptions in interactive examlpes did not always include the indication ofFred Drake2001-09-211-19/+85
* Fill in a few more descriptions for xml.parsers.expat.Fred Drake2001-09-201-5/+24
* Document new file() constructor, with the body of open()'s text, plus aTim Peters2001-09-201-37/+45
* Document all the Py*_CheckExact() functions.Fred Drake2001-09-202-26/+174
* Docs and News item for the codecs.py additions.Marc-André Lemburg2001-09-191-0/+32
* Fix minor usage and consistency nits.Fred Drake2001-09-181-4/+5
* SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:Guido van Rossum2001-09-171-0/+7
* Fixed typo in new 'p' description.Tim Peters2001-09-151-1/+1
* SF bug [#461674] struct 'p' format doesn't work (maybe)Tim Peters2001-09-151-7/+11
* Update the warning about transporting marshals across boxes with differentTim Peters2001-09-141-13/+8
* Markup adjustments for consistency.Fred Drake2001-09-141-5/+6
* Add support for SMTP TLSAndrew M. Kuchling2001-09-141-0/+5
* SF patch #461413 (Gerhard Häring): Add STARTTLS feature to smtplibGuido van Rossum2001-09-141-0/+8
* Admit that we'll never add the args for a "call" event to the profileFred Drake2001-09-131-8/+9
* Add missing "}".Fred Drake2001-09-121-1/+1