| Commit message (Expand) | Author | Age | Files | Lines |
* | Document IPv6 changes. Contributed by itojun. | Martin v. Löwis | 2001-08-04 | 2 | -29/+206 |
|
|
* | Note that the mimetypes.MimeTypes class was added in Python 2.2. | Fred Drake | 2001-08-04 | 1 | -0/+2 |
|
|
* | Add documentation for the new aspects of the mimetypes module. | Fred Drake | 2001-08-03 | 1 | -1/+70 |
|
|
* | Apply the new \mailheader macro where appropriate, and fix a few small | Fred Drake | 2001-08-03 | 5 | -54/+57 |
|
|
* | Fix some of the example code; the reference objects do not support a | Fred Drake | 2001-08-03 | 1 | -3/+3 |
|
|
* | Add a caveat about boundary conditions and RE concatenation, so that the | Fred Drake | 2001-08-02 | 1 | -9/+12 |
|
|
* | Cleaned up the description of readline.set_completer(). | Fred Drake | 2001-08-01 | 1 | -4/+7 |
|
|
* | Added an example of a string value for the replacement parameter to | Fred Drake | 2001-08-01 | 1 | -44/+60 |
|
|
* | Fix description of buffer_info(), and add a note that there is a better | Fred Drake | 2001-08-01 | 1 | -6/+15 |
|
|
* | Make some adjustments to the markup, and fix up some style-guide issues. | Fred Drake | 2001-07-29 | 1 | -17/+17 |
|
|
* | Patch #416224: add readline completion to cmd.Cmd. | Martin v. Löwis | 2001-07-28 | 1 | -1/+23 |
|
|
* | Typo fix. | Greg Ward | 2001-07-26 | 1 | -1/+1 |
|
|
* | SF bug #444510: int() should guarantee truncation. | Tim Peters | 2001-07-26 | 1 | -3/+1 |
|
|
* | Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. | Martin v. Löwis | 2001-07-26 | 2 | -3/+3 |
|
|
* | trivial rewording in footnote 5. | Skip Montanaro | 2001-07-25 | 1 | -2/+2 |
|
|
* | Add entry for the new distutils section. | Fred Drake | 2001-07-24 | 1 | -0/+1 |
|
|
* | Overview comments for the distutils package, with links to the distutils | Fred Drake | 2001-07-24 | 1 | -0/+37 |
|
|
* | Be more specific about corner cases in the description of the $ RE syntax, | Fred Drake | 2001-07-23 | 1 | -4/+7 |
|
|
* | When explaining the enterabs() method, using the modern spelling of apply(), | Fred Drake | 2001-07-23 | 1 | -3/+3 |
|
|
* | Remove self-reference from the anydbm module. | Fred Drake | 2001-07-23 | 1 | -1/+0 |
|
|
* | Typo: Added missing "if". | Fred Drake | 2001-07-23 | 1 | -1/+1 |
|
|
* | Add StopIteration to the list of exceptions *not* derived from StandardError. | Fred Drake | 2001-07-23 | 1 | -3/+4 |
|
|
* | Convert the use of apply(f, args) to the new spelling: f(*args). | Fred Drake | 2001-07-23 | 1 | -1/+1 |
|
|
* | Add a missing "\" to the markup. | Fred Drake | 2001-07-20 | 1 | -1/+1 |
|
|
* | Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase | Fred Drake | 2001-07-20 | 1 | -3/+25 |
|
|
* | apply patch item #416254 | Piers Lauder | 2001-07-20 | 1 | -3/+48 |
|
|
* | Added function xml.sax.saxutils.quoteattr(). | Fred Drake | 2001-07-19 | 1 | -2/+22 |
|
|
* | Remove some false statements. | Fred Drake | 2001-07-19 | 1 | -4/+2 |
|
|
* | Fix a few typos | Andrew M. Kuchling | 2001-07-19 | 1 | -3/+3 |
|
|
* | "Make small changes, but carry a big diff." | Fred Drake | 2001-07-18 | 1 | -248/+247 |
|
|
* | Add some symbolic names to support hyperlinked references. | Fred Drake | 2001-07-18 | 1 | -2/+2 |
|
|
* | Made a few minor style & markup changes to the new {get,set}dlopenflags() | Fred Drake | 2001-07-18 | 1 | -15/+17 |
|
|
* | Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags. | Martin v. Löwis | 2001-07-18 | 1 | -0/+21 |
|
|
* | Update the availability information for os.tempnam(), os.tmpfile(), and | Fred Drake | 2001-07-17 | 1 | -1/+3 |
|
|
* | Fix a couple of minor markup nits. | Fred Drake | 2001-07-17 | 1 | -5/+5 |
|
|
* | Updated the documentation in several respects: | Barry Warsaw | 2001-07-16 | 1 | -14/+46 |
|
|
* | Revise the description of time.clock() so that it correctly describes the | Fred Drake | 2001-07-16 | 1 | -5/+11 |
|
|
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 21 | -72/+79 |
|
|
* | Correct a couple of errors noted by Alex Martelli. | Fred Drake | 2001-07-14 | 1 | -3/+3 |
|
|
* | Remove comments about XML and HTML; those sections are no | Fred Drake | 2001-07-14 | 1 | -2/+1 |
|
|
* | Add entry for xmlrpclib documentation. | Fred Drake | 2001-07-12 | 1 | -0/+1 |
|
|
* | Several markup adjustments so this will format and be more consistent with | Fred Drake | 2001-07-12 | 1 | -35/+45 |
|
|
* | Fix return value for m.group() for groups not in the part of the RE that | Fred Drake | 2001-07-12 | 1 | -42/+47 |
|
|
* | On int/long to the negative int/long power, let float handle it | Guido van Rossum | 2001-07-12 | 1 | -7/+10 |
|
|
* | First version of xmlrpclib docs. Probably has markup errors; is not complete, | Eric S. Raymond | 2001-07-12 | 1 | -0/+237 |
|
|
* | Follow the recommended practices for keystroke representation; this | Fred Drake | 2001-07-12 | 3 | -23/+25 |
|
|
* | Added information about the timeout parameter to the poll() method for | Fred Drake | 2001-07-11 | 1 | -1/+5 |
|
|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 17 | -98/+105 |
|
|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -4/+6 |
|
|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 12 | -103/+105 |
|
|