| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix SF bug #1061770: Manual typesets bit-shift operators as guillemet | Fred Drake | 2004-11-11 | 1 | -2/+3 |
|
|
| * | SF bug #901654: split method documentation can be improved | Raymond Hettinger | 2004-09-06 | 1 | -2/+16 |
|
|
| * | Document which string methods are locale-dependent. Fixes #935749. | Martin v. Löwis | 2004-06-03 | 1 | -0/+24 |
|
|
| * | add note about the __name__ read-only attribute | Fred Drake | 2004-05-12 | 1 | -1/+6 |
|
|
| * | SF bug #872461: list.extend() described as experimental | Raymond Hettinger | 2004-01-08 | 1 | -3/+1 |
|
|
| * | Avoid confusing name for the 3rd argument to str.replace(). | Fred Drake | 2003-10-22 | 1 | -3/+3 |
|
|
| * | Patch #825679: Clarify semantics of .isfoo on empty strings. | Martin v. Löwis | 2003-10-18 | 1 | -5/+7 |
|
|
| * | Patch #809535: Mention behaviour of seek on text files. | Martin v. Löwis | 2003-10-18 | 1 | -1/+6 |
|
|
| * | SF bug #804280: fromkeys is not listed in index | Raymond Hettinger | 2003-09-12 | 1 | -4/+5 |
|
|
| * | Fix spacing markup and other sundries. | Raymond Hettinger | 2003-09-08 | 1 | -3/+3 |
|
|
| * | SF patch #797180: Bug 792656: slicing explained | Raymond Hettinger | 2003-08-30 | 1 | -2/+3 |
|
|
| * | SF bug #775836: change 0,1 to False,True in dict.has_key doc | Raymond Hettinger | 2003-08-08 | 1 | -1/+1 |
|
|
| * | Discussion of signatures for unicode.translate() and str.translate() | Raymond Hettinger | 2003-07-16 | 1 | -0/+10 |
|
|
| * | SF bug #696777: How to make a class iterable using a member generator. | Raymond Hettinger | 2003-06-25 | 1 | -0/+6 |
|
|
| * | Updated documentation for the new slice arguments for list.index(). | Walter Dörwald | 2003-06-17 | 1 | -3/+8 |
|
|
| * | Patch #744238: Explain that different string types also may compare equal. | Martin v. Löwis | 2003-05-31 | 1 | -1/+1 |
|
|
| * | Missing parenthesis found by texcheck.py | Raymond Hettinger | 2003-05-10 | 1 | -2/+2 |
|
|
| * | Patch #612627: Add encoding attribute to file objects, and determine | Martin v. Löwis | 2003-05-10 | 1 | -0/+14 |
|
|
| * | At the site of an indexed reference to print, point to the relevant | Fred Drake | 2003-04-30 | 1 | -1/+5 |
|
|
| * | - list.insert(i, x) now interprets negative i as it would be | Guido van Rossum | 2003-04-14 | 1 | -4/+5 |
|
|
| * | - added example of using a comparison function with list.sort(), and | Fred Drake | 2003-03-20 | 1 | -3/+25 |
|
|
| * | SF patch #693753: fix for bug 639806: default for dict.pop | Raymond Hettinger | 2003-03-06 | 1 | -3/+7 |
|
|
| * | Back in June in revision 1.98 Steve (accidentally, presumably) wiped | Michael W. Hudson | 2003-03-05 | 1 | -29/+74 |
|
|
| * | 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 |
|
|
| * | Allow list sort's comparison function to explicitly be None. See SF patch | Skip Montanaro | 2003-01-02 | 1 | -5/+6 |
|
|
| * | SF Bug 645777: list.extend() works with any iterable and is no longer | Raymond Hettinger | 2002-12-29 | 1 | -3/+1 |
|
|
| * | Fixed bug | Gustavo Niemeyer | 2002-12-16 | 1 | -1/+3 |
|
|
| * | Update comments about the performance of xrange(). | Raymond Hettinger | 2002-12-11 | 1 | -2/+2 |
|
|
| * | Patch #646824: Remove extra \end. | Martin v. Löwis | 2002-12-03 | 1 | -1/+0 |
|
|
| * | SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class | Raymond Hettinger | 2002-11-27 | 1 | -1/+8 |
|
|
| * | Better note that str.zfill() was added in 2.2.2 as well. ;-( | Fred Drake | 2002-11-16 | 1 | -0/+1 |
|
|
| * | Document that a minor feature was added in 2.2.2. ;-( | Fred Drake | 2002-11-16 | 1 | -0/+3 |
|
|
| * | SF patch 637176: list.sort crasher | Tim Peters | 2002-11-12 | 1 | -1/+7 |
|
|
| * | - The "-" format flag overrides the "0" flag, not the "-" flag. | Fred Drake | 2002-10-25 | 1 | -28/+43 |
|
|
| * | Remove spurious period. | Fred Drake | 2002-09-24 | 1 | -1/+1 |
|
|
| * | 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 | -4/+5 |
|
|
| * | Document file.next(). Mark xreadlines obsolete (both method and | Guido van Rossum | 2002-08-06 | 1 | -9/+25 |
|
|
| * | Committing patch #591250 which provides "str1 in str2" when str1 is a | Barry Warsaw | 2002-08-06 | 1 | -8/+13 |
|
|
| * | Added new footnote about list.sort() stability. Repaired footnote about | Tim Peters | 2002-08-01 | 1 | -4/+12 |
|
|
| * | Record the decision that StopIteration is a sink state (see recent | Guido van Rossum | 2002-07-16 | 1 | -0/+7 |
|
|
| * | Clarify the return value of __nonzero__(): It *must* be an integer. | Fred Drake | 2002-07-12 | 1 | -3/+3 |
|
|
| * | Make a start at describing the results of class/type unification | Steve Holden | 2002-06-14 | 1 | -121/+86 |
|
|
| * | Use \code{True} (or False) instead of true/false. | Neal Norwitz | 2002-06-14 | 1 | -4/+4 |
|
|
| * | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -15/+34 |
|
|
| * | Jack's documentation for the U mode character on the file() | Barry Warsaw | 2002-05-22 | 1 | -0/+12 |
|
|
| * | Patch 543387. Document deprecation of complex %, //,and divmod(). | Raymond Hettinger | 2002-05-21 | 1 | -4/+10 |
|
|
| * | Added missing index entries for mapping methods. Closes patch #548693. | Raymond Hettinger | 2002-05-15 | 1 | -1/+7 |
|
|
| * | Update the xrange object description to reflect the removal of deprecated | Fred Drake | 2002-05-02 | 1 | -3/+3 |
|
|