| Commit message (Expand) | Author | Age | Files | Lines |
* | Beef up the unicode() description a bit, based on material from AMK's | Fred Drake | 2001-05-15 | 1 | -4/+12 |
|
|
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -7/+21 |
|
|
* | Make sure we include all of Python's numeric types in the data model | Fred Drake | 2001-05-14 | 1 | -1/+2 |
|
|
* | Add some text to make the dircmp object section more readable, and move | Fred Drake | 2001-05-11 | 1 | -7/+16 |
|
|
* | --sigh-- | Fred Drake | 2001-05-11 | 2 | -3/+3 |
|
|
* | Markup adjustments to avoid getting junk in the index. | Fred Drake | 2001-05-11 | 1 | -5/+5 |
|
|
* | Replace "\begin{classdesc}{SomeClass}{\unspecified}" with | Fred Drake | 2001-05-11 | 2 | -3/+5 |
|
|
* | Document the new classdesc* environment, and the previously undocumented | Fred Drake | 2001-05-11 | 1 | -1/+18 |
|
|
* | Define a new environment, classdesc*, which can be used to document a | Fred Drake | 2001-05-11 | 2 | -0/+23 |
|
|
* | Write a better synopsis for the Scrap module, and provide a link to | Fred Drake | 2001-05-10 | 1 | -1/+9 |
|
|
* | Actually include a synopsis line for the ColorPicker module. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
|
|
* | Fix typo in weakref.proxy() documentation. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
|
|
* | Update example to no longer use the FCNTL module. | Fred Drake | 2001-05-10 | 1 | -2/+2 |
|
|
* | Fix typo reported by David Goodger. This closes SF patch #422383. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
|
|
* | Remove all mentions of the strop module -- it has been pronounced Evil. | Fred Drake | 2001-05-10 | 2 | -18/+7 |
|
|
* | Update the fcntl module documentation. | Fred Drake | 2001-05-09 | 1 | -30/+26 |
|
|
* | Itamar Shtull-Trauring <python@itamarst.org>: | Fred Drake | 2001-05-09 | 1 | -4/+5 |
|
|
* | Fix the operator precedence table: exponentiation binds tighter than | Fred Drake | 2001-05-09 | 1 | -2/+2 |
|
|
* | Remove items that have been done or are being tracked in the SourceForge | Fred Drake | 2001-05-09 | 1 | -10/+0 |
|
|
* | Update the directory names to match changes at SourceForge. | Fred Drake | 2001-05-09 | 2 | -2/+2 |
|
|
* | Work around limitations of the module synopsis table generation to avoid | Fred Drake | 2001-05-09 | 9 | -9/+9 |
|
|
* | Minor adjustments to HTML for the module synopsis tables. | Fred Drake | 2001-05-09 | 1 | -2/+6 |
|
|
* | Job.build_html(): Be more robust in ensuring about.html exists; copying | Fred Drake | 2001-05-09 | 1 | -17/+16 |
|
|
* | There is no IMAP class in the imaplib module; the class is IMAP4. | Fred Drake | 2001-05-09 | 1 | -9/+10 |
|
|
* | Note that when inplace=1 existing backup files will be removed silently. | Fred Drake | 2001-05-09 | 1 | -2/+5 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2001-05-08 | 1 | -2/+3 |
|
|
* | Hmm... better add a version annotation for the Iterator Protocol section. | Fred Drake | 2001-05-07 | 1 | -0/+2 |
|
|
* | Added documentation for PyIter_Check() and PyIter_Next(). | Fred Drake | 2001-05-07 | 1 | -1/+39 |
|
|
* | Skeletal version; I'm checking this in now so I can keep a list of changes, | Andrew M. Kuchling | 2001-05-05 | 1 | -0/+106 |
|
|
* | The general iteration support is part of 2.2, not 2.1 -- fixed the version | Fred Drake | 2001-05-03 | 2 | -2/+3 |
|
|
* | Add documentation for the StopIteration exception. | Fred Drake | 2001-05-03 | 1 | -0/+8 |
|
|
* | State that Mailbox objects are iterator objects. | Fred Drake | 2001-05-02 | 1 | -2/+2 |
|
|
* | Update the filter() and list() descriptions to include information about | Fred Drake | 2001-05-02 | 1 | -12/+14 |
|
|
* | Added section describing the iterator protocol. | Fred Drake | 2001-05-02 | 1 | -0/+51 |
|
|
* | Added new parser markers 'et' and 'et#' which do not recode string | Marc-André Lemburg | 2001-05-02 | 1 | -0/+12 |
|
|
* | Correct two floating-point representations printed by the interpreter in | Fred Drake | 2001-04-25 | 1 | -2/+2 |
|
|
* | This patch originated from an idea by Martin v. Loewis who submitted a | Marc-André Lemburg | 2001-04-23 | 1 | -1/+3 |
|
|
* | At the suggestion of Peter Funk, document 'key in dict' and 'key not | Guido van Rossum | 2001-04-23 | 1 | -6/+6 |
|
|
* | Update publish-to-SourceForge scripts to automatically determine if the | Fred Drake | 2001-04-22 | 2 | -7/+26 |
|
|
* | Only document <file>.xreadlines() once; added version annotation. | Fred Drake | 2001-04-22 | 1 | -7/+4 |
|
|
* | encode(): Handle Latin-1 input characters better. | Fred Drake | 2001-04-21 | 1 | -3/+7 |
|
|
* | Add support for <memberline/> (needs markup improvement!). | Fred Drake | 2001-04-21 | 1 | -1/+5 |
|
|
* | Fix a number of minor markup errors. | Fred Drake | 2001-04-21 | 3 | -7/+7 |
|
|
* | The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add | Fred Drake | 2001-04-21 | 1 | -0/+1 |
|
|
* | Implement, test and document "key in dict" and "key not in dict". | Guido van Rossum | 2001-04-20 | 3 | -7/+20 |
|
|
* | Add versioning notes: many of the signatures changed to allow the time | Fred Drake | 2001-04-19 | 1 | -0/+5 |
|
|
* | Cut-&-paste-o noted by Wolfgang Teschner: decompressobj() returns | Fred Drake | 2001-04-18 | 1 | -1/+1 |
|
|
* | Suggestion from Keith Briggs: refer to RE objects consistently instead of | Fred Drake | 2001-04-18 | 1 | -10/+9 |
|
|
* | Sync version number with the current CVS version. | Fred Drake | 2001-04-18 | 1 | -1/+1 |
|
|
* | Add description of the "explanation" optional parameter added to the | Fred Drake | 2001-04-18 | 1 | -5/+8 |
|
|