Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify that quit() and close() render the instance useless. | Guido van Rossum | 1998-08-07 | 1 | -2/+7 |
| | |||||
* | Added file transfer to example. | Fred Drake | 1998-08-07 | 1 | -0/+2 |
| | |||||
* | In the example, make sure all the imports are done. | Fred Drake | 1998-08-07 | 1 | -3/+2 |
| | |||||
* | Markup nits. | Fred Drake | 1998-08-07 | 1 | -16/+21 |
| | |||||
* | Clarify xdrlib synopsis. | Fred Drake | 1998-08-07 | 1 | -8/+5 |
| | |||||
* | Fix typo in binascii synopsis. | Fred Drake | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Removed obsolete chapter header. | Fred Drake | 1998-08-07 | 1 | -15/+0 |
| | |||||
* | New organization of internet modules into protocols/support and data | Fred Drake | 1998-08-07 | 1 | -3/+5 |
| | | | | chapters. | ||||
* | New chapter headers for Internet Protocols and Internet Data chapters, | Fred Drake | 1998-08-07 | 2 | -0/+20 |
| | | | | which replace the existing internet chapter. | ||||
* | Fix synopsis for multifile. | Fred Drake | 1998-08-07 | 1 | -6/+6 |
| | |||||
* | Shorten the module synopsis. | Fred Drake | 1998-08-06 | 1 | -1/+1 |
| | |||||
* | Shorten the module synopsis. | Fred Drake | 1998-08-06 | 3 | -5/+5 |
| | |||||
* | Markup nit. | Fred Drake | 1998-08-06 | 1 | -5/+4 |
| | |||||
* | Markup nits. | Fred Drake | 1998-08-06 | 1 | -15/+15 |
| | |||||
* | Marked makedirs(), removedirs(), renames() as added in 1.5.2. | Fred Drake | 1998-08-06 | 1 | -0/+3 |
| | |||||
* | Clarify the + and b mode characters for open() a bit. | Guido van Rossum | 1998-07-29 | 1 | -6/+8 |
| | |||||
* | Update to use a separate page for front matter. | Fred Drake | 1998-07-28 | 1 | -0/+4 |
| | |||||
* | Fixed the gzip synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+2 |
| | |||||
* | Added the popen2 synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | Added the calendar synopsis. | Fred Drake | 1998-07-27 | 1 | -2/+2 |
| | |||||
* | Added the bisect synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | Added the dumbdbm synopsis. | Fred Drake | 1998-07-27 | 1 | -1/+1 |
| | |||||
* | Added a synopsis. | Fred Drake | 1998-07-27 | 1 | -2/+3 |
| | |||||
* | Fix the synopsis. | Fred Drake | 1998-07-27 | 1 | -5/+4 |
| | | | | Change one \code{} to \samp{}. | ||||
* | Mark the new & changed items. | Fred Drake | 1998-07-27 | 2 | -10/+19 |
| | |||||
* | Document getsize(), getmtime(), getatime(). | Guido van Rossum | 1998-07-24 | 1 | -0/+19 |
| | |||||
* | Document makedirs(), removedirs(), renames() -- ESR-inspired super-versions | Guido van Rossum | 1998-07-24 | 1 | -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 least | Guido van Rossum | 1998-07-24 | 1 | -0/+9 |
| | | | | it's mentioned. | ||||
* | Added 3 missing types: ComplexType, SliceType, EllipsisType. | Guido van Rossum | 1998-07-24 | 1 | -0/+13 |
| | |||||
* | Move files around in a different way, so CVS picks up all the changes. ;-) | Fred Drake | 1998-07-24 | 1 | -861/+119 |
| | |||||
* | Move files around to get the names to match the module names except for | Fred Drake | 1998-07-24 | 5 | -133/+875 |
| | | | | | case. Two modules (SocketServer, BaseHTTPServer) still don't match; those names are just too long! | ||||
* | Document the 'p' format character. | Fred Drake | 1998-07-23 | 1 | -7/+16 |
| | | | | Clean up some of the markup. | ||||
* | Fix up Barry's markup, which didn't pass the latex test. ;-) | Fred Drake | 1998-07-23 | 1 | -8/+7 |
| | |||||
* | Added descriptions of EnvironmentError and OSError; updated IOError to | Barry Warsaw | 1998-07-23 | 1 | -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 now | Barry Warsaw | 1998-07-23 | 1 | -6/+11 |
| | | | | equivalent to exceptions.OSError. | ||||
* | Logical markup. | Fred Drake | 1998-07-23 | 1 | -42/+42 |
| | |||||
* | Use the new module synopsis syntax, even though we don't need a synopsis table | Fred Drake | 1998-07-23 | 1 | -2/+3 |
| | | | | for this chapter. This protects against backend changes for \declaremodule. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 138 | -693/+616 |
| | |||||
* | # Oops, correct Latex errors. | Guido van Rossum | 1998-07-22 | 1 | -2/+2 |
| | |||||
* | Document how to make a POST request with urlopen(). | Guido van Rossum | 1998-07-22 | 1 | -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 Rossum | 1998-07-20 | 1 | -3/+12 |
| | |||||
* | Complete the addition of libthreading.tex. (Isn't it annoying that | Guido van Rossum | 1998-07-20 | 2 | -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. Kuchling | 1998-07-20 | 1 | -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 Rossum | 1998-07-17 | 1 | -0/+2 |
| | |||||
* | Rewritten a bit to address some criticism in the newsgroup. | Guido van Rossum | 1998-07-06 | 1 | -31/+44 |
| | |||||
* | Normalize markup. | Fred Drake | 1998-07-02 | 1 | -68/+78 |
| | |||||
* | Normalize the markup. | Fred Drake | 1998-07-02 | 1 | -38/+42 |
| | |||||
* | Added index entry. | Fred Drake | 1998-07-02 | 1 | -0/+1 |
| | |||||
* | Added \deprecated to exit_thread() function. | Fred Drake | 1998-07-02 | 1 | -0/+1 |
| | | | | Reflects Guido's revision. | ||||
* | Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands | Fred Drake | 1998-07-01 | 1 | -29/+36 |
| | | | | | | are in the appropriate sections. Some minor nits. |