| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | For \kbd, be more prescriptive regarding how keystrokes should be | Fred Drake | 2001-07-12 | 1 | -2/+7 |
|
|
* | Move the section on concrete numeric objects before the section on | Fred Drake | 2001-07-11 | 1 | -249/+249 |
|
|
* | Note addition of xmlrpclib | Andrew M. Kuchling | 2001-07-11 | 1 | -12/+15 |
|
|
* | Added information about the timeout parameter to the poll() method for | Fred Drake | 2001-07-11 | 1 | -1/+5 |
|
|
* | Corrected the refcount information for PyList_SET_ITEM(). | Fred Drake | 2001-07-10 | 1 | -1/+1 |
|
|
* | Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), | Fred Drake | 2001-07-10 | 1 | -24/+97 |
|
|
* | Added descriptions for some modules that previously did not have any | Fred Drake | 2001-07-10 | 1 | -9/+26 |
|
|
* | Add a little bit more about the XML migration plan. This still needs a lot | Fred Drake | 2001-07-09 | 1 | -4/+23 |
|
|
* | Add conversion information for the grammar production support (preliminary). | Fred Drake | 2001-07-09 | 1 | -0/+16 |
|
|
* | Fix for SF bug #436525, reported by Greg Kochanski: | Thomas Wouters | 2001-07-09 | 1 | -2/+2 |
|
|
* | Move & update a comment. | Fred Drake | 2001-07-07 | 1 | -4/+12 |
|
|
* | Change the way notification mails are sent so people who respond to the | Fred Drake | 2001-07-06 | 1 | -1/+5 |
|
|
* | More reference count information. | Fred Drake | 2001-07-06 | 1 | -1/+9 |
|
|
* | Change the grammar productions to use the new productionlist environment; | Fred Drake | 2001-07-06 | 5 | -261/+410 |
|
|
* | Update the description of how to start an interpreter and determine the | Fred Drake | 2001-07-06 | 1 | -5/+6 |
|
|
* | Add \ulink, grammar production markup. | Fred Drake | 2001-07-06 | 1 | -0/+15 |
|
|
* | Add support for \ulink and hyperlink grammars. | Fred Drake | 2001-07-06 | 1 | -2/+151 |
|
|
* | Revise a comment about styles I don't think LaTeX2HTML can generate, | Fred Drake | 2001-07-06 | 1 | -1/+15 |
|
|
* | Add new material on some markup that will be checked in shortly. This | Fred Drake | 2001-07-06 | 1 | -34/+137 |
|
|
* | Packaged versions of the HTML format need to include any .txt files that | Fred Drake | 2001-07-06 | 1 | -3/+3 |
|
|
* | More names, yay! | Fred Drake | 2001-07-06 | 1 | -0/+2 |
|
|
* | Add entries for recently defined markup. | Fred Drake | 2001-07-06 | 1 | -0/+23 |
|
|
* | Simplification to mirror a better conversion specification and more | Fred Drake | 2001-07-06 | 1 | -6/+1 |
|
|
* | Allow optional arguments to LaTeX macros to span lines. This is legal in | Fred Drake | 2001-07-06 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -58/+62 |
|
|
* | Explain the exit code for the wait() method, including a reference to | Fred Drake | 2001-07-06 | 1 | -1/+6 |
|
|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 2 | -23/+23 |
|
|
* | The fpectl module does not work on Windows, so remove Windows from the | Fred Drake | 2001-07-05 | 1 | -2/+2 |
|
|
* | Fix a markup error: do not omit a method's parameter list if it is | Fred Drake | 2001-07-05 | 1 | -1/+1 |
|
|
* | Added more information on the differences between the htmllib and HTMLParser | Fred Drake | 2001-07-05 | 3 | -3/+16 |
|
|
* | List constraints on xrange() objects. | Guido van Rossum | 2001-07-05 | 1 | -8/+14 |
|
|
* | Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, | Guido van Rossum | 2001-07-05 | 1 | -6/+2 |
|
|
* | Marked the parameters to Stats.print_*() as optional. | Fred Drake | 2001-07-02 | 1 | -3/+3 |
|
|
* | Add another name. | Fred Drake | 2001-07-02 | 1 | -0/+1 |
|
|
* | Turns out Neil didn't intend for *all* of his gen-branch work to get | Tim Peters | 2001-06-29 | 1 | -10/+27 |
|
|
* | Use the more conventional "self" as the name of the self parameter in an | Fred Drake | 2001-06-29 | 1 | -1/+1 |
|
|
* | Correct a markup error for an accented character. | Fred Drake | 2001-06-29 | 1 | -1/+1 |
|
|
* | Removed some stray periods, and fix up a number of visible markup | Fred Drake | 2001-06-29 | 1 | -18/+19 |
|
|
* | Two more names. | Fred Drake | 2001-06-29 | 1 | -0/+2 |
|
|
* | SourceForge bug #437041: | Fred Drake | 2001-06-29 | 1 | -8/+8 |
|
|
* | Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: | Fred Drake | 2001-06-29 | 1 | -4/+1 |
|
|
* | Add more items that need to be written about | Andrew M. Kuchling | 2001-06-27 | 1 | -0/+24 |
|
|
* | Remove duplicate ', ' in dbhash.open()'s argument list. | Thomas Wouters | 2001-06-27 | 1 | -1/+1 |
|
|