| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill another merge zombie. | Fred Drake | 2001-07-17 | 1 | -7/+0 |
|
|
* | Kill a merge zombie. | Fred Drake | 2001-07-17 | 1 | -7/+0 |
|
|
* | Update the availability information for os.tempnam(), os.tmpfile(), and | Fred Drake | 2001-07-17 | 1 | -1/+3 |
|
|
* | Adding what's done of the documentation for the new profiling & | Fred Drake | 2001-07-17 | 1 | -0/+53 |
|
|
* | Delete sentence fragment (noted by Fred Bremmer) | Andrew M. Kuchling | 2001-07-17 | 1 | -5/+5 |
|
|
* | Bump the release number. | Fred Drake | 2001-07-17 | 1 | -65/+62 |
|
|
* | Make the syntax for compound command lines more portable (nmake, CygWin). | Fred Drake | 2001-07-17 | 1 | -8/+8 |
|
|
* | Script to re-write @FOO@-style marks with values, initializing the | Fred Drake | 2001-07-17 | 1 | -0/+55 |
|
|
* | Update the release information. | Fred Drake | 2001-07-17 | 1 | -1/+1 |
|
|
* | Now we're picking nits: get my name right! ;-) | Fred Drake | 2001-07-17 | 1 | -1/+1 |
|
|
* | Add FLD to credit list | Andrew M. Kuchling | 2001-07-17 | 1 | -2/+3 |
|
|
* | Job.__init__(): Only create the builddir directory if it will be used (by | Fred Drake | 2001-07-17 | 1 | -6/+7 |
|
|
* | Cleaned up a number of minor nits, use markup a little more consistently. | Fred Drake | 2001-07-17 | 1 | -16/+25 |
|
|
* | Minor rewrites to iterator and generator sections | Andrew M. Kuchling | 2001-07-17 | 1 | -63/+75 |
|
|
* | 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 |
|
|
* | Use \longprogramopt, as suggested by FLD | Andrew M. Kuchling | 2001-07-16 | 1 | -2/+2 |
|
|
* | Use \verb for configure switches, because inside \code multiple dashes | Andrew M. Kuchling | 2001-07-16 | 1 | -3/+2 |
|
|
* | Write some entries in the "Other changes" section | Andrew M. Kuchling | 2001-07-16 | 1 | -53/+88 |
|
|
* | Began actually writing: | Andrew M. Kuchling | 2001-07-16 | 1 | -27/+480 |
|
|
* | Change the target name for \kbd. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Add another name. | Fred Drake | 2001-07-14 | 1 | -0/+1 |
|
|
* | Oops, one more caret. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Fix the markup of the caret charater in a couple of places; LaTeX's | Fred Drake | 2001-07-14 | 1 | -2/+2 |
|
|
* | 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 a little more information about the usage of some terms where the | Fred Drake | 2001-07-14 | 1 | -8/+24 |
|
|
* | Minor change to match the style guide. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 7 | -17/+17 |
|
|
* | Minor change to match the style guide. | Fred Drake | 2001-07-14 | 2 | -2/+2 |
|
|
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 1 | -3/+4 |
|
|
* | Add entry for xmlrpclib documentation. | Fred Drake | 2001-07-12 | 2 | -0/+2 |
|
|
* | Several markup adjustments so this will format and be more consistent with | Fred Drake | 2001-07-12 | 1 | -35/+45 |
|
|
* | Generate a more meaningful message regarding the type of the documentation | Fred Drake | 2001-07-12 | 1 | -1/+1 |
|
|
* | 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 |
|
|