summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Update the documentation to reflect the changes to ReferenceError.Fred Drake2001-10-062-1/+13
* A regexp example was rendered asTim Peters2001-10-051-1/+1
* Add chroot call. Implements feature #459267.Martin v. Löwis2001-10-041-0/+6
* Update a couple of old addresses that point to CNRI.Fred Drake2001-10-042-9/+11
* Make clear that tuple() accepts the same kind of arguments as list().Tim Peters2001-10-041-1/+3
* CVS patch [#466628] Doc changes for doctest patch (#466616), fromTim Peters2001-10-021-25/+2
* Fredrik tells me the truefalse parameter for boolean() is not part of theFred Drake2001-10-011-5/+3
* "boolean" --> "Boolean" (per the style guide).Fred Drake2001-10-014-5/+5
* Straighten out some markup.Fred Drake2001-10-011-3/+4
* Clarify comments about mailbox objects being iterable.Fred Drake2001-10-011-2/+3
* Docs for SF patch #462628Guido van Rossum2001-10-011-2/+8
* Patch #462122: add readline startup and pre_event hooks.Martin v. Löwis2001-09-301-0/+16
* Patch #462190, patch #464070: Support quoted printable in the binascii module.Martin v. Löwis2001-09-302-7/+33
* The execfile() docs imply it acts on locals same as exec. But in truthTim Peters2001-09-301-0/+7
* Correct docs for long(float).Tim Peters2001-09-301-2/+1
* Fix two typos in the text about compile(), and add two caveats fromGuido van Rossum2001-09-291-2/+9
* forgot to mark use of StringType and UnicodeType in the text.Skip Montanaro2001-09-291-2/+3
* added description of StringTypes objectSkip Montanaro2001-09-291-0/+5
* Minor markup improvement.Fred Drake2001-09-291-2/+2
* The list.sort() docs require a function that returns -1, 0 or +1. That'sTim Peters2001-09-291-1/+1
* Move XML-RPC-related docs to the "Internet Protocols" chapter.Fred Drake2001-09-281-1/+2
* Preliminary documentation for the SimpleXMLRPCServer module.Fred Drake2001-09-281-0/+69
* Use consistent version annotations instead of something ad hoc.Fred Drake2001-09-281-4/+7
* Added note about non-support of UNC paths on Windows.Fred Drake2001-09-282-1/+6
* State that encode() and encodestring() append a newline to the input dataFred Drake2001-09-281-2/+7
* Add entries for the email and compiler packages.Fred Drake2001-09-271-0/+10
* Markup adjustments.Fred Drake2001-09-271-4/+5
* Migrate the compiler documentation from the Tools/compiler/doc/ directory.Fred Drake2001-09-272-0/+589
* 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
* Updates do email package documentation for markup, style, andBarry Warsaw2001-09-268-225/+161
* 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
* 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
* Generalize file.writelines() to allow iterable objects.Tim Peters2001-09-231-2/+4
* 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
* Added reference to Tutorial section on user-defined exceptions forFred Drake2001-09-211-9/+15
* 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
* Docs and News item for the codecs.py additions.Marc-André Lemburg2001-09-191-0/+32
* 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