| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix nits found by Tools\scripts\texcheck.py | Raymond Hettinger | 2003-05-16 | 1 | -2/+2 |
|
|
| * | At the site of an indexed reference to print, point to the relevant | Fred Drake | 2003-04-30 | 1 | -0/+4 |
|
|
| * | - added example of using a comparison function with list.sort(), and | Fred Drake | 2003-03-20 | 1 | -6/+35 |
|
|
| * | Backported fix to [521782] unreliable file.read() error handling. | Gustavo Niemeyer | 2003-03-04 | 1 | -1/+3 |
|
|
| * | Fix SF bug #687655, String formatting conversions misleading | Neal Norwitz | 2003-02-17 | 1 | -1/+1 |
|
|
| * | SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' and | Raymond Hettinger | 2003-01-13 | 1 | -1/+4 |
|
|
| * | SF Bug 645777: list.extend() works with any iterable and is no longer | Raymond Hettinger | 2002-12-29 | 1 | -3/+1 |
|
|
| * | Note that str.zfill() and the optional argument to str.strip(), | Fred Drake | 2002-11-16 | 1 | -0/+4 |
|
|
| * | - The "-" format flag overrides the "0" flag, not the "-" flag. | Fred Drake | 2002-10-25 | 1 | -28/+43 |
|
|
| * | Backport 1.94: | Raymond Hettinger | 2002-10-05 | 1 | -4/+10 |
|
|
| * | Backport 1.100: Discussion of Stop Iteration in the Iterator Protocol. | Raymond Hettinger | 2002-10-05 | 1 | -0/+7 |
|
|
| * | Extend some comments on the order of values in the returns from | Fred Drake | 2002-08-19 | 1 | -8/+14 |
|
|
| * | Clarify that the bool instances are acceptable return values from | Fred Drake | 2002-08-07 | 1 | -3/+7 |
|
|
| * | Clarify the return value of __nonzero__(): It *must* be an integer. | Fred Drake | 2002-07-12 | 1 | -3/+3 |
|
|
| * | Added missing index entries for mapping methods. Closes patch #548693. | Raymond Hettinger | 2002-05-15 | 1 | -1/+6 |
|
|
| * | Remove extra period produced by previous change. | Fred Drake | 2002-05-02 | 1 | -3/+3 |
|
|
| * | Correct information on support for repietition & concatenation for buffer | Fred Drake | 2002-05-02 | 1 | -6/+8 |
|
|
| * | Add a note about when the "%r" formatting code was added. | Fred Drake | 2002-04-30 | 1 | -0/+1 |
|
|
| * | Backport the following changes: | Walter Dörwald | 2002-04-22 | 1 | -0/+6 |
|
|
| * | backport fdrake's patch: | Anthony Baxter | 2002-04-18 | 1 | -8/+20 |
|
|
| * | Take Tim's work on file.truncate out of 2.2.1 again. | Michael W. Hudson | 2002-03-17 | 1 | -19/+15 |
|
|
| * | Backport Tim's work on getting file.truncate working better on Win32. | Michael W. Hudson | 2002-03-16 | 1 | -15/+19 |
|
|
| * | Added index entries similar to some recommended by Skip, and used the word | Fred Drake | 2001-12-28 | 1 | -8/+12 |
|
|
| * | Added documentation for str.decode(). | Fred Drake | 2001-12-10 | 1 | -0/+10 |
|
|
| * | Slightly improved indexing for the string-% operator, thanks to comments | Fred Drake | 2001-12-03 | 1 | -1/+2 |
|
|
| * | Make no assumption about how modules are built when referring to them; this | Fred Drake | 2001-12-03 | 1 | -4/+3 |
|
|
| * | Remove most references to __members__ and __methods__, leaving only one pair | Fred Drake | 2001-12-03 | 1 | -7/+4 |
|
|
| * | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -2/+2 |
|
|
| * | Promote file objects out of the "Other Objects" category, so they become | Fred Drake | 2001-10-30 | 1 | -172/+172 |
|
|
| * | Mention the new file() builtin in the section on file objects. | Tim Peters | 2001-10-30 | 1 | -3/+6 |
|
|
| * | Explain what [].insert() does when the target index is negative. | Fred Drake | 2001-10-26 | 1 | -7/+11 |
|
|
| * | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -9/+9 |
|
|
| * | The list.sort() docs require a function that returns -1, 0 or +1. That's | Tim Peters | 2001-09-29 | 1 | -1/+1 |
|
|
| * | Generalize file.writelines() to allow iterable objects. | Tim Peters | 2001-09-23 | 1 | -2/+4 |
|
|
| * | Note that files are iterable; describe what the iterator returns. | Fred Drake | 2001-09-22 | 1 | -0/+5 |
|
|
| * | Added explanation that [...] * n generates shallow copies of [...], so | Fred Drake | 2001-08-28 | 1 | -2/+26 |
|
|
| * | Describe the new semantics for setting and deleting a function's | Barry Warsaw | 2001-08-14 | 1 | -10/+5 |
|
|
| * | Typo fix. | Greg Ward | 2001-07-26 | 1 | -1/+1 |
|
|
| * | trivial rewording in footnote 5. | Skip Montanaro | 2001-07-25 | 1 | -2/+2 |
|
|
| * | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -18/+20 |
|
|
| * | 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 |
|
|
| * | Remove the restriction on a mapping's .update() method. | Barry Warsaw | 2001-06-26 | 1 | -9/+7 |
|
|
| * | Fixed reference to table notes for {}.keys() and {}.items() -- these | Fred Drake | 2001-06-12 | 1 | -4/+4 |
|
|
| * | Add descriptions of {}.iteritems(), {}.iterkeys(), and {}.itervalues() | Fred Drake | 2001-05-25 | 1 | -12/+23 |
|
|
| * | The general iteration support is part of 2.2, not 2.1 -- fixed the version | Fred Drake | 2001-05-03 | 1 | -2/+2 |
|
|
| * | Added section describing the iterator protocol. | Fred Drake | 2001-05-02 | 1 | -0/+51 |
|
|
| * | At the suggestion of Peter Funk, document 'key in dict' and 'key not | Guido van Rossum | 2001-04-23 | 1 | -6/+6 |
|
|
| * | Only document <file>.xreadlines() once; added version annotation. | Fred Drake | 2001-04-22 | 1 | -7/+4 |
|
|
| * | Fix a number of minor markup errors. | Fred Drake | 2001-04-21 | 1 | -2/+2 |
|
|