Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new markup as apporpriate. | Fred Drake | 1999-11-09 | 1 | -17/+17 |
| | |||||
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 1 | -7/+7 |
| | |||||
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 1 | -1/+1 |
| | |||||
* | pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>. | Fred Drake | 1999-10-29 | 1 | -1/+1 |
| | |||||
* | Make references to new filecmp module hyperlinks now that there's | Fred Drake | 1999-10-29 | 1 | -2/+2 |
| | | | | documentation. | ||||
* | Added section for filecmp. | Fred Drake | 1999-10-29 | 1 | -0/+1 |
| | |||||
* | filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>. | Fred Drake | 1999-10-29 | 1 | -0/+40 |
| | |||||
* | Added deprecation notes, in case anyone decides to read these anyway. | Fred Drake | 1999-10-26 | 2 | -0/+6 |
| | |||||
* | cmp and cmpcache are now obsolete, so don't include their | Fred Drake | 1999-10-26 | 1 | -2/+2 |
| | | | | documentation sections. | ||||
* | Added cmp and cmpcache to the "Obsolete" section. | Fred Drake | 1999-10-26 | 1 | -7/+14 |
| | |||||
* | Documented Beep() function. | Fred Drake | 1999-10-22 | 1 | -3/+13 |
| | |||||
* | Fixed typo in explanation of abspath(); noticed by Paul Prescod | Fred Drake | 1999-10-18 | 1 | -1/+1 |
| | | | | <paul@prescod.net>. | ||||
* | os.name: Note that 'java' is one of the registered names. | Fred Drake | 1999-09-17 | 1 | -1/+1 |
| | |||||
* | Added documentation for inet_aton() and inet_ntoa(), from Ben | Fred Drake | 1999-09-16 | 1 | -0/+28 |
| | | | | | | | Gertzfield <che@debian.org> (with minor changes). (Should have been here instead of in the branch in the first place, since these weren't in for the 1.5.2 release.) | ||||
* | Name the parameter to expr() and suite() "source" instead of "string". | Fred Drake | 1999-09-09 | 1 | -6/+6 |
| | |||||
* | Doco update from Sjoerd Mullender. | Guido van Rossum | 1999-08-26 | 2 | -23/+29 |
| | |||||
* | Added additional index entries. | Fred Drake | 1999-08-24 | 1 | -11/+14 |
| | | | | Minor markup nits. | ||||
* | whrandom should come immediately after random, not before. | Fred Drake | 1999-08-23 | 1 | -1/+1 |
| | |||||
* | Tell what the result objects are (based on comment from the list). | Fred Drake | 1999-08-19 | 1 | -4/+5 |
| | |||||
* | Added disclaimer to the sleep() function. | Guido van Rossum | 1999-08-19 | 1 | -0/+5 |
| | |||||
* | Explain the possible range of values for the pid parameter to | Fred Drake | 1999-08-13 | 1 | -6/+14 |
| | | | | waitpid(). | ||||
* | In note mentioning [].remove()'s exception, tell what exception is | Fred Drake | 1999-08-09 | 1 | -25/+21 |
| | | | | raised. Prompted by Barry's whining. ;-0 | ||||
* | Add index entries for open(): | Fred Drake | 1999-08-05 | 1 | -1/+4 |
| | | | | | | | buffer size, I/O I/O control, buffering line-buffered I/O unbuffered I/O | ||||
* | Add index entry "I/O control, buffering" for fdopen(). | Fred Drake | 1999-08-05 | 1 | -0/+1 |
| | |||||
* | Add index entry "I/O control, buffering" for makefile(). | Fred Drake | 1999-08-05 | 1 | -3/+4 |
| | |||||
* | Change the directory tree walking example to use clearer variable | Guido van Rossum | 1999-08-03 | 1 | -11/+14 |
| | | | | names, some suggested by Joe Ellsworth. | ||||
* | Markup nits. | Fred Drake | 1999-08-02 | 1 | -40/+33 |
| | | | | | Adjust examples to use the object interface instead of the function interface. | ||||
* | Fixed hyperlink references to the __builtin__ and __main__ modules; | Fred Drake | 1999-08-02 | 1 | -2/+2 |
| | | | | error reported by Dale Nagata <DNagata@creo.com>. | ||||
* | Added description of optional parameter to UserDict constructor. | Fred Drake | 1999-07-26 | 1 | -2/+5 |
| | | | | Omission reported by Barry Warsaw. | ||||
* | Update getattr() description to document the optional third | Fred Drake | 1999-07-22 | 1 | -5/+7 |
| | | | | parameter. Thanks to Barry Warsaw for pointing out the oversight. | ||||
* | typo: privide --> provide | Fred Drake | 1999-07-20 | 1 | -1/+1 |
| | | | | Reported by Nadim Ghaznavi <nadim@ghaznavi.com>. | ||||
* | Move chdir() and getcwd() descriptions to "Files and Directories" with | Fred Drake | 1999-07-12 | 1 | -10/+16 |
| | | | | | a pointer from the "Process Parameters" section. Based on comments from Aahz Maruch, Tim Peters, and GvR. | ||||
* | Several methods return tuples, not lists. | Fred Drake | 1999-07-07 | 1 | -4/+5 |
| | |||||
* | Move some misc. comments from the example section to the main section. | Fred Drake | 1999-07-07 | 1 | -22/+22 |
| | | | | | | Use the lowercase versions of the method names in the example, since that's what's documented (Greg Stein's suggestion). Add a blank line after the import line for clarity. | ||||
* | dir() method description revised based on comments from Greg Stein. | Fred Drake | 1999-07-07 | 1 | -6/+7 |
| | |||||
* | Missing space; reported by Robert Kern <kernr@ncifcrf.gov>. | Fred Drake | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | Fix a number of minor problems pointed out by /F. | Fred Drake | 1999-07-06 | 1 | -7/+8 |
| | |||||
* | Fixed typo reported by /F; thanks! | Fred Drake | 1999-07-06 | 1 | -1/+1 |
| | |||||
* | Minor markup nit. | Fred Drake | 1999-07-02 | 1 | -2/+2 |
| | |||||
* | Added entry for asyncore module. | Fred Drake | 1999-07-02 | 1 | -0/+1 |
| | |||||
* | Fix a few markup nits, improve some index entries. | Fred Drake | 1999-07-02 | 1 | -38/+41 |
| | |||||
* | New documentation from Chris Petrilli <petrilli@amber.org>. | Fred Drake | 1999-07-02 | 1 | -0/+197 |
| | |||||
* | For spawn*(), point to the magic constants; some readers have a hard | Fred Drake | 1999-07-02 | 1 | -2/+4 |
| | | | | time finding the bindings. | ||||
* | Removed entries for several modules which have been documented. | Fred Drake | 1999-07-01 | 1 | -72/+55 |
| | | | | Updated comments on several remaining modules. | ||||
* | Documentation for dl module from Moshe. | Fred Drake | 1999-07-01 | 1 | -0/+99 |
| | |||||
* | Added entry for dl module. | Fred Drake | 1999-07-01 | 1 | -0/+1 |
| | |||||
* | Remove extraneous "contains" -- pointed out by Daniel Barclay | Fred Drake | 1999-07-01 | 1 | -1/+3 |
| | | | | | | | <danielb@digitalfocus.com>. Added credit to Martin von Loewis for creating the module and documentation. | ||||
* | Per Frank Stajano's suggestion, state explicitly that the functions | Fred Drake | 1999-07-01 | 1 | -0/+14 |
| | | | | | described in the sub-sections are directly available at the module level. He found this confusing. | ||||
* | Make the reference to the os module in the module synopsis (for the | Fred Drake | 1999-07-01 | 1 | -1/+1 |
| | | | | table at the front of the chapter) a hyperlink. | ||||
* | For "Matching vs. Searching", remove comment that the section is | Fred Drake | 1999-06-29 | 1 | -8/+6 |
| | | | | | incomplete; I don't remember what else I thought I was going to put in, but it looks o.k. to me know. |