| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | In note mentioning [].remove()'s exception, tell what exception is | Fred Drake | 1999-08-09 | 1 | -25/+21 |
|
|
* | Add index entries for open(): | Fred Drake | 1999-08-05 | 1 | -1/+4 |
|
|
* | 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 |
|
|
* | Markup nits. | Fred Drake | 1999-08-02 | 1 | -40/+33 |
|
|
* | Fixed hyperlink references to the __builtin__ and __main__ modules; | Fred Drake | 1999-08-02 | 1 | -2/+2 |
|
|
* | Added description of optional parameter to UserDict constructor. | Fred Drake | 1999-07-26 | 1 | -2/+5 |
|
|
* | Update getattr() description to document the optional third | Fred Drake | 1999-07-22 | 1 | -5/+7 |
|
|
* | typo: privide --> provide | Fred Drake | 1999-07-20 | 1 | -1/+1 |
|
|
* | Move chdir() and getcwd() descriptions to "Files and Directories" with | Fred Drake | 1999-07-12 | 1 | -10/+16 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Removed entries for several modules which have been documented. | Fred Drake | 1999-07-01 | 1 | -72/+55 |
|
|
* | 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 |
|
|
* | Per Frank Stajano's suggestion, state explicitly that the functions | Fred Drake | 1999-07-01 | 1 | -0/+14 |
|
|
* | Make the reference to the os module in the module synopsis (for the | Fred Drake | 1999-07-01 | 1 | -1/+1 |
|
|
* | For "Matching vs. Searching", remove comment that the section is | Fred Drake | 1999-06-29 | 1 | -8/+6 |
|
|
* | Added some minor prose before the descriptions of the data attributes | Fred Drake | 1999-06-29 | 1 | -5/+12 |
|
|
* | Added entry for pty module. | Fred Drake | 1999-06-29 | 1 | -0/+1 |
|
|
* | pty documentation from Moshe; with small edits. | Fred Drake | 1999-06-29 | 1 | -0/+41 |
|
|
* | Improve description of the example. | Fred Drake | 1999-06-29 | 1 | -4/+9 |
|
|
* | Usage nit: a bunch of "nor"s should have been a single "or". | Fred Drake | 1999-06-29 | 1 | -5/+5 |
|
|
* | Minor wording change in section title. | Fred Drake | 1999-06-29 | 1 | -1/+1 |
|
|
* | byteswap() method: Tell *what* exception gets raised when the type | Fred Drake | 1999-06-29 | 1 | -2/+3 |
|
|
* | Remove unnecessary comma. | Fred Drake | 1999-06-29 | 1 | -1/+1 |
|
|
* | Comment out XXX comment; this needn't appear in the formatted | Fred Drake | 1999-06-29 | 1 | -1/+1 |
|
|
* | Add note about not being able to use this module with modules not | Fred Drake | 1999-06-29 | 1 | -1/+3 |
|
|
* | Moshe: Remove extraneous "and". | Fred Drake | 1999-06-29 | 1 | -1/+1 |
|
|
* | Added entries for mutex and nis modules. | Fred Drake | 1999-06-27 | 1 | -0/+2 |
|
|