summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Clarify that quit() and close() render the instance useless.Guido van Rossum1998-08-071-2/+7
|
* Added file transfer to example.Fred Drake1998-08-071-0/+2
|
* In the example, make sure all the imports are done.Fred Drake1998-08-071-3/+2
|
* Markup nits.Fred Drake1998-08-071-16/+21
|
* Clarify xdrlib synopsis.Fred Drake1998-08-071-8/+5
|
* Fix typo in binascii synopsis.Fred Drake1998-08-071-2/+2
|
* Removed obsolete chapter header.Fred Drake1998-08-071-15/+0
|
* New organization of internet modules into protocols/support and dataFred Drake1998-08-071-3/+5
| | | | chapters.
* New chapter headers for Internet Protocols and Internet Data chapters,Fred Drake1998-08-072-0/+20
| | | | which replace the existing internet chapter.
* Fix synopsis for multifile.Fred Drake1998-08-071-6/+6
|
* Shorten the module synopsis.Fred Drake1998-08-061-1/+1
|
* Shorten the module synopsis.Fred Drake1998-08-063-5/+5
|
* Markup nit.Fred Drake1998-08-061-5/+4
|
* Markup nits.Fred Drake1998-08-061-15/+15
|
* Marked makedirs(), removedirs(), renames() as added in 1.5.2.Fred Drake1998-08-061-0/+3
|
* Clarify the + and b mode characters for open() a bit.Guido van Rossum1998-07-291-6/+8
|
* Update to use a separate page for front matter.Fred Drake1998-07-281-0/+4
|
* Fixed the gzip synopsis.Fred Drake1998-07-271-1/+2
|
* Added the popen2 synopsis.Fred Drake1998-07-271-1/+1
|
* Added the calendar synopsis.Fred Drake1998-07-271-2/+2
|
* Added the bisect synopsis.Fred Drake1998-07-271-1/+1
|
* Added the dumbdbm synopsis.Fred Drake1998-07-271-1/+1
|
* Added a synopsis.Fred Drake1998-07-271-2/+3
|
* Fix the synopsis.Fred Drake1998-07-271-5/+4
| | | | Change one \code{} to \samp{}.
* Mark the new & changed items.Fred Drake1998-07-272-10/+19
|
* Document getsize(), getmtime(), getatime().Guido van Rossum1998-07-241-0/+19
|
* Document makedirs(), removedirs(), renames() -- ESR-inspired super-versionsGuido van Rossum1998-07-241-1/+30
| | | | | of mkdir(), rmdir() and rename() that make or remove intermediate directories as well.
* Document Ellipsis (not much of a documentation snippet, but at leastGuido van Rossum1998-07-241-0/+9
| | | | it's mentioned.
* Added 3 missing types: ComplexType, SliceType, EllipsisType.Guido van Rossum1998-07-241-0/+13
|
* Move files around in a different way, so CVS picks up all the changes. ;-)Fred Drake1998-07-241-861/+119
|
* Move files around to get the names to match the module names except forFred Drake1998-07-245-133/+875
| | | | | case. Two modules (SocketServer, BaseHTTPServer) still don't match; those names are just too long!
* Document the 'p' format character.Fred Drake1998-07-231-7/+16
| | | | Clean up some of the markup.
* Fix up Barry's markup, which didn't pass the latex test. ;-)Fred Drake1998-07-231-8/+7
|
* Added descriptions of EnvironmentError and OSError; updated IOError toBarry Warsaw1998-07-231-18/+51
| | | | reflect its new place in the exception hierarchy; fixed typos, etc.
* Updated the description of os.error to reflect the fact that it is nowBarry Warsaw1998-07-231-6/+11
| | | | equivalent to exceptions.OSError.
* Logical markup.Fred Drake1998-07-231-42/+42
|
* Use the new module synopsis syntax, even though we don't need a synopsis tableFred Drake1998-07-231-2/+3
| | | | for this chapter. This protects against backend changes for \declaremodule.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-23138-693/+616
|
* # Oops, correct Latex errors.Guido van Rossum1998-07-221-2/+2
|
* Document how to make a POST request with urlopen().Guido van Rossum1998-07-221-6/+25
| | | | | | | Change the argument name for quote() and quote_plus() to safe (which matches the implementation). Add doc for the *new* function urlencode().
* Add new syntax for specifying filenames on break and clear commands.Guido van Rossum1998-07-201-3/+12
|
* Complete the addition of libthreading.tex. (Isn't it annoying thatGuido van Rossum1998-07-202-0/+5
| | | | you need to edit four files in order to add one section to the manual?)
* Added libthreading.tex ; this is mostly the contents of threading_api.py,Andrew M. Kuchling1998-07-201-0/+561
| | | | with LaTeX markup added, and some small rewrites to improve the prose.
* Eric Raymond documents two already-existing functions (bmp, png).Guido van Rossum1998-07-171-0/+2
|
* Rewritten a bit to address some criticism in the newsgroup.Guido van Rossum1998-07-061-31/+44
|
* Normalize markup.Fred Drake1998-07-021-68/+78
|
* Normalize the markup.Fred Drake1998-07-021-38/+42
|
* Added index entry.Fred Drake1998-07-021-0/+1
|
* Added \deprecated to exit_thread() function.Fred Drake1998-07-021-0/+1
| | | | Reflects Guido's revision.
* Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commandsFred Drake1998-07-011-29/+36
| | | | | | are in the appropriate sections. Some minor nits.