Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed old comments. | Fred Drake | 1999-05-13 | 1 | -14/+0 |
| | |||||
* | Move the "See also:" section so it appears are part of the top HTML | Fred Drake | 1999-05-11 | 1 | -10/+8 |
| | | | | page of the section. | ||||
* | Added module references; minor grammatical fixes. | Fred Drake | 1999-05-11 | 3 | -4/+20 |
| | | | | All suggested by Eric Raymond. | ||||
* | Added missing comma, reported by Eric Raymond. | Fred Drake | 1999-05-11 | 1 | -3/+2 |
| | |||||
* | Updated connect_ex() documentation based on comments in the newgroup | Fred Drake | 1999-05-06 | 1 | -1/+3 |
| | | | | (M.-A. Lemburg and GvR). | ||||
* | Reflect recent patch for float % and divmod() by Tim Peters. Content | Fred Drake | 1999-05-06 | 1 | -2/+6 |
| | | | | updates by Tim Peters, markup by FLD. | ||||
* | Use the new module-key for the FL module when hyperlinking (the old | Fred Drake | 1999-04-29 | 1 | -1/+2 |
| | | | | one caused problems on case-insensitive file systems). | ||||
* | Don't point readers to rand, point to random! And make it a hyperlink | Fred Drake | 1999-04-29 | 1 | -1/+5 |
| | | | | | | | | while you're at it. Also, when discussing order of reading, make it clear that chapter 2 is assumed background material for the remainder of the manual. That's needed for terminology if nothing else! | ||||
* | Minor nits, partly in response to comments from Jonathan Black | Fred Drake | 1999-04-29 | 1 | -3/+3 |
| | | | | <jblack@Ridgeway-Sys.com>. | ||||
* | Always use "section" when referring to sections of a document, not "Section". | Fred Drake | 1999-04-29 | 2 | -2/+2 |
| | |||||
* | Update starship URLs. | Fred Drake | 1999-04-29 | 1 | -1/+1 |
| | |||||
* | Use \rfc to mark some remaining RFC references. | Fred Drake | 1999-04-28 | 1 | -12/+10 |
| | | | | | | | | | Remove comment about full name bug in getaddrlist(); this has been fixed for a while now. Work around LaTeX2HTML space-dropping bug. Mention that the fp attribute can be used to read the message body. | ||||
* | Added "See also" reference to PyOpenGL. | Fred Drake | 1999-04-27 | 1 | -4/+14 |
| | |||||
* | mhlib is now documented. | Fred Drake | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | Markup consistency. | Fred Drake | 1999-04-23 | 1 | -4/+4 |
| | |||||
* | Nits. | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | |||||
* | Add section for the sha module. | Fred Drake | 1999-04-23 | 2 | -0/+57 |
| | |||||
* | Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(), | Fred Drake | 1999-04-23 | 1 | -9/+33 |
| | | | | | and an explanation of why any of stat.S_*() would be used instead of os.path.is*(). (With some really small enhancements by me.) | ||||
* | Fixed typo and font-control problem reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Clarifications on the first(), next(), and previous() functions, based | Fred Drake | 1999-04-23 | 1 | -4/+5 |
| | | | | on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Fix a grammatical error reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -1/+1 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Fix a couple of grammatical errors reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Work-around LaTeX2HTML space-dropping bug. | Fred Drake | 1999-04-23 | 1 | -2/+1 |
| | |||||
* | Fixed some logical markup nits. | Fred Drake | 1999-04-23 | 1 | -21/+26 |
| | | | | | Added a pointer to Grail in the see-also section, since it's used as an example. | ||||
* | Logical markup. | Fred Drake | 1999-04-23 | 1 | -3/+3 |
| | |||||
* | No, __repr__() does not accept a parameter other than self. | Fred Drake | 1999-04-23 | 1 | -1/+2 |
| | |||||
* | Shorten the section title. | Fred Drake | 1999-04-23 | 1 | -13/+13 |
| | | | | | Adjust markup to be a little more consistent with the rest of the document. | ||||
* | Shorten the section title. | Fred Drake | 1999-04-23 | 1 | -1/+4 |
| | |||||
* | Shorten the section title. | Fred Drake | 1999-04-23 | 1 | -5/+5 |
| | | | | Fix a couple of grammatical errors. | ||||
* | Work around a space-dropping problem in LaTeX2HTML. | Fred Drake | 1999-04-23 | 1 | -5/+4 |
| | | | | Clarify the usage of a parameter. | ||||
* | Added "See also" sections linking to binascii. | Fred Drake | 1999-04-23 | 2 | -0/+12 |
| | |||||
* | Refer to the binhex module, not the non-existent hexbin module. | Fred Drake | 1999-04-23 | 1 | -2/+11 |
| | | | | Added a "See also" section. | ||||
* | Fix some glaring markup consistency problems (presentation was | Fred Drake | 1999-04-23 | 1 | -4/+11 |
| | | | | | | broken). Added a "See also" section. | ||||
* | Hack places where '--' should appear as literal output but the -- was | Fred Drake | 1999-04-23 | 1 | -7/+7 |
| | | | | (properly) converted to - by LaTeX2HTML. | ||||
* | Make internal module references hyperlinks wherever it makes sense. | Fred Drake | 1999-04-22 | 21 | -100/+103 |
| | |||||
* | Remove bogus characters in code sample. | Fred Drake | 1999-04-22 | 1 | -2/+2 |
| | |||||
* | Work around LaTeX2HTML comment-handling bug. | Fred Drake | 1999-04-22 | 1 | -2/+2 |
| | |||||
* | Shorten the section title. | Fred Drake | 1999-04-22 | 1 | -6/+5 |
| | |||||
* | Added a "See also" section with some external references. | Fred Drake | 1999-04-22 | 1 | -0/+12 |
| | |||||
* | Markup nits. | Fred Drake | 1999-04-22 | 2 | -46/+45 |
| | | | | Make module references hyperlinks. | ||||
* | Clean up lots of mark up. | Fred Drake | 1999-04-22 | 1 | -43/+40 |
| | |||||
* | Added descriptions of the various exceptions, based on the docstrings. | Fred Drake | 1999-04-22 | 1 | -24/+65 |
| | | | | Various small cleanups. | ||||
* | Logical markup and small nits. | Fred Drake | 1999-04-22 | 1 | -51/+50 |
| | | | | | Don't refer to the STDWIN chapter; chances are really good it wasn't included. ;-) | ||||
* | Make some module references hyperlinks. | Fred Drake | 1999-04-22 | 1 | -6/+5 |
| | |||||
* | Minor logical markup nits. | Fred Drake | 1999-04-22 | 1 | -10/+10 |
| | | | | Make some module references hyperlinks. | ||||
* | Clean up some mark up. | Fred Drake | 1999-04-22 | 1 | -24/+21 |
| | |||||
* | Fix minor (English) usage nits. | Fred Drake | 1999-04-22 | 1 | -10/+6 |
| | |||||
* | Reference to urllib module can be a hyperlink. | Fred Drake | 1999-04-22 | 1 | -5/+4 |
| | |||||
* | Fix dropped space in the HTML output. | Fred Drake | 1999-04-22 | 1 | -6/+6 |
| | |||||
* | Make reference to the socket module a hyperlink. | Fred Drake | 1999-04-22 | 1 | -1/+1 |
| |