| Commit message (Expand) | Author | Age | Files | Lines |
* | Point out that the setdefault defaults the value to None. Inspired by | Michael W. Hudson | 2004-08-07 | 1 | -1/+1 |
|
|
* | Typo fix; use 'in-place' instead of 'inplace' | Andrew M. Kuchling | 2004-08-06 | 1 | -2/+2 |
|
|
* | SF patch #980695: efficient string concatenation | Raymond Hettinger | 2004-08-06 | 1 | -1/+11 |
|
|
* | SF #989185: Drop unicode.iswide() and unicode.width() and add | Hye-Shik Chang | 2004-08-04 | 1 | -11/+0 |
|
|
* | SF bug #995983 and #995987: Documentation nits. | Raymond Hettinger | 2004-07-22 | 1 | -5/+7 |
|
|
* | Document that encode() and decode() raise UnicodeError | Walter Dörwald | 2004-07-01 | 1 | -5/+10 |
|
|
* | link to the codecs page from the "".encode() description. | Skip Montanaro | 2004-07-01 | 1 | -1/+2 |
|
|
* | Document string methods that are locale-dependent. Fixes #935749. | Martin v. Löwis | 2004-06-03 | 1 | -0/+24 |
|
|
* | - SF #962502: Add two more methods for unicode type; width() and | Hye-Shik Chang | 2004-06-02 | 1 | -0/+11 |
|
|
* | add note about the __name__ read-only attribute | Fred Drake | 2004-05-12 | 1 | -1/+6 |
|
|
* | SF Patch #912462: Relocate \end tag to the right place. | Hye-Shik Chang | 2004-03-09 | 1 | -1/+2 |
|
|
* | SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ | Raymond Hettinger | 2004-03-04 | 1 | -3/+10 |
|
|
* | SF bug #872461: list.extend() described as experimental | Raymond Hettinger | 2004-01-08 | 1 | -3/+1 |
|
|
* | Correct misrepresentation of print (it uses str(), not `...` for | Guido van Rossum | 2003-12-31 | 1 | -3/+5 |
|
|
* | fix a variety of markup bugs | Fred Drake | 2003-12-30 | 1 | -24/+24 |
|
|
* | markup fix | Fred Drake | 2003-12-30 | 1 | -2/+3 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -10/+3 |
|
|
* | Update documentations for str.rsplit() with Alex Martelli's rewrite. | Hye-Shik Chang | 2003-12-17 | 1 | -15/+5 |
|
|
* | Add rsplit method for str and unicode builtin types. | Hye-Shik Chang | 2003-12-15 | 1 | -0/+18 |
|
|
* | Add version changed doc for addition of fillchar to ljust/rjust/center | Neal Norwitz | 2003-11-26 | 1 | -0/+3 |
|
|
* | Add optional fillchar argument to ljust(), rjust(), and center() string methods. | Raymond Hettinger | 2003-11-26 | 1 | -6/+8 |
|
|
* | * Checkin remaining documentation | Raymond Hettinger | 2003-11-24 | 1 | -0/+120 |
|
|
* | Fix typo. | Raymond Hettinger | 2003-10-30 | 1 | -1/+1 |
|
|
* | Add list.sorted() classmethod. | Raymond Hettinger | 2003-10-29 | 1 | -4/+11 |
|
|
* | Avoid confusing name for the 3rd argument to str.replace(). | Fred Drake | 2003-10-22 | 1 | -3/+3 |
|
|
* | markup fixes; this would not format | Fred Drake | 2003-10-21 | 1 | -2/+2 |
|
|
* | 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. Backported to 2.3. | Martin v. Löwis | 2003-10-18 | 1 | -1/+6 |
|
|
* | * list.sort() now supports three keyword arguments: cmp, key, and reverse. | Raymond Hettinger | 2003-10-16 | 1 | -36/+28 |
|
|
* | 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 |
|
|