| Commit message (Expand) | Author | Age | Files | Lines |
* | NNTP.xgtitle() description: Add a missing ")" from the response value | Fred Drake | 1998-02-16 | 1 | -2/+4 |
|
|
* | Made the area for wildcards in the description wider, so we don't invade the | Fred Drake | 1998-02-16 | 1 | -6/+7 |
|
|
* | Fixed formatting of the program name for crypt. | Fred Drake | 1998-02-16 | 1 | -1/+2 |
|
|
* | In the example file name, use the current Python version, not a hardcoded | Fred Drake | 1998-02-16 | 1 | -7/+7 |
|
|
* | For the lists which describe the regular expression syntax, increase the | Fred Drake | 1998-02-16 | 1 | -4/+7 |
|
|
* | Use \version to get the current Python version number, where possible. This | Fred Drake | 1998-02-16 | 1 | -6/+6 |
|
|
* | Mark up filename extensions consistently. | Fred Drake | 1998-02-16 | 1 | -21/+21 |
|
|
* | Normalization of markup. | Fred Drake | 1998-02-13 | 1 | -11/+11 |
|
|
* | Don't capitalize identifiers at the beginning of the sentence; re-write to | Fred Drake | 1998-02-13 | 1 | -7/+5 |
|
|
* | Fix some markup so that the right characters are printed. | Fred Drake | 1998-02-13 | 1 | -5/+5 |
|
|
* | Capitalize subsection title. | Fred Drake | 1998-02-13 | 1 | -1/+1 |
|
|
* | Make one paragraph wrap a little better. | Fred Drake | 1998-02-13 | 1 | -1/+1 |
|
|
* | Capitalize first word in sentences, use periods at end. | Fred Drake | 1998-02-13 | 1 | -3/+3 |
|
|
* | Change {datadesc} environments with empty descriptions to \dataline{}s; this | Fred Drake | 1998-02-13 | 1 | -24/+12 |
|
|
* | In description of sound_similar(), break up the markup for long | Fred Drake | 1998-02-13 | 1 | -1/+2 |
|
|
* | In description of __import__, second paragraph, break up the markup for long | Fred Drake | 1998-02-13 | 1 | -5/+6 |
|
|
* | Minor stuff: | Fred Drake | 1998-02-13 | 1 | -18/+48 |
|
|
* | Add "Pretty Good Privacy" as well as "PGP" to the index. | Fred Drake | 1998-02-13 | 1 | -0/+1 |
|
|
* | In add_label_data() description, use "\samp{}" instead of "``\code{...}''" | Fred Drake | 1998-02-13 | 1 | -3/+3 |
|
|
* | Use "\samp{...}" instead of "``\code{...}''" when showing markup fragments | Fred Drake | 1998-02-13 | 1 | -18/+18 |
|
|
* | Use "\samp{...}" instead of "``\code{...}''" when showing markup fragments | Fred Drake | 1998-02-13 | 1 | -16/+16 |
|
|
* | Remove obsolete pagenumbering / pagestyle cruft. | Fred Drake | 1998-02-13 | 1 | -5/+0 |
|
|
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 110 | -468/+469 |
|
|
* | Correct description of BUILD_SLICE. | Guido van Rossum | 1998-02-12 | 1 | -4/+4 |
|
|
* | Mark opcode arguments \var{} in the running text. | Fred Drake | 1998-02-12 | 1 | -11/+11 |
|
|
* | Remove second index entry for UserList. | Fred Drake | 1998-02-12 | 1 | -1/+0 |
|
|
* | Added \nodename; added index entry for UserList. | Guido van Rossum | 1998-02-11 | 1 | -0/+2 |
|
|
* | Added entries for stat, commands modules. | Guido van Rossum | 1998-02-11 | 1 | -0/+7 |
|
|
* | Added entries for re, soundex modules. | Guido van Rossum | 1998-02-11 | 1 | -0/+6 |
|
|
* | Some subtleties suggested by Tamito Kajiyama, including an added | Guido van Rossum | 1998-02-11 | 1 | -2/+3 |
|
|
* | Turn the space in [\^ ...] into a hard space: [\^\ ...]. | Guido van Rossum | 1998-02-11 | 1 | -1/+1 |
|
|
* | Split UserDict and UserList on two separate lines; added entries for | Guido van Rossum | 1998-02-11 | 1 | -1/+8 |
|
|
* | Don't break a long line at an unpleasant point. | Guido van Rossum | 1998-02-11 | 1 | -2/+1 |
|
|
* | Added missing entry for cmath. | Guido van Rossum | 1998-02-11 | 1 | -0/+3 |
|
|
* | Replace $math$ with \code{}. | Guido van Rossum | 1998-02-11 | 1 | -1/+1 |
|
|
* | Swap ni and imp (so they are in the same order as their sections are). | Guido van Rossum | 1998-02-11 | 1 | -3/+3 |
|
|
* | Remove a spurious space from the title. | Guido van Rossum | 1998-02-11 | 1 | -1/+1 |
|
|
* | Removed all references to the \rfcindex{} macro; now only \rfc{} is used. | Fred Drake | 1998-02-10 | 6 | -35/+32 |
|
|
* | Oops, missed a \POSIX{} in an index entry. | Fred Drake | 1998-02-09 | 1 | -1/+1 |
|
|
* | Add some index entries; switch to logical markup. | Fred Drake | 1998-02-09 | 1 | -97/+100 |
|
|
* | Consistently use \POSIX{} to denote POSIX. There were at least two different | Fred Drake | 1998-02-09 | 9 | -30/+30 |
|
|
* | Do the right magic to make \ABC{} get sorted correctly in the index. | Fred Drake | 1998-02-09 | 1 | -1/+1 |
|
|
* | Do the right magic to make \UNIX{} get sorted correctly in the index. | Fred Drake | 1998-02-09 | 1 | -2/+2 |
|
|
* | Use the new RFC macros wherever RFCs are referenced by number. No other | Fred Drake | 1998-02-09 | 12 | -29/+28 |
|
|
* | Add a note about rounding up of readlines()' sizehint to 8K. | Guido van Rossum | 1998-02-08 | 1 | -1/+2 |
|
|
* | Document getrefcount(). | Guido van Rossum | 1998-02-07 | 1 | -0/+6 |
|
|
* | Remove commented-out \itembreak. | Fred Drake | 1998-02-06 | 1 | -1/+0 |
|
|
* | Update two of the \indexsubitem values to use singular rather than plural form | Fred Drake | 1998-02-06 | 1 | -2/+2 |
|
|
* | Add ref to errno module, and change ref to posix.error to os.error. | Guido van Rossum | 1998-02-06 | 1 | -1/+3 |
|
|
* | Add ref to errno module. | Guido van Rossum | 1998-02-06 | 1 | -0/+2 |
|
|