summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* This is my patchMichael W. Hudson2004-08-121-19/+2
* Point out that the setdefault defaults the value to None. Inspired byMichael W. Hudson2004-08-071-1/+1
* Typo fix; use 'in-place' instead of 'inplace'Andrew M. Kuchling2004-08-061-2/+2
* SF patch #980695: efficient string concatenationRaymond Hettinger2004-08-061-1/+11
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-11/+0
* SF bug #995983 and #995987: Documentation nits.Raymond Hettinger2004-07-221-5/+7
* Document that encode() and decode() raise UnicodeErrorWalter Dörwald2004-07-011-5/+10
* link to the codecs page from the "".encode() description.Skip Montanaro2004-07-011-1/+2
* Document string methods that are locale-dependent. Fixes #935749.Martin v. Löwis2004-06-031-0/+24
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-0/+11
* add note about the __name__ read-only attributeFred Drake2004-05-121-1/+6
* SF Patch #912462: Relocate \end tag to the right place.Hye-Shik Chang2004-03-091-1/+2
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-041-3/+10
* SF bug #872461: list.extend() described as experimentalRaymond Hettinger2004-01-081-3/+1
* Correct misrepresentation of print (it uses str(), not `...` forGuido van Rossum2003-12-311-3/+5
* fix a variety of markup bugsFred Drake2003-12-301-24/+24
* markup fixFred Drake2003-12-301-2/+3
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-10/+3
* Update documentations for str.rsplit() with Alex Martelli's rewrite.Hye-Shik Chang2003-12-171-15/+5
* Add rsplit method for str and unicode builtin types.Hye-Shik Chang2003-12-151-0/+18
* Add version changed doc for addition of fillchar to ljust/rjust/centerNeal Norwitz2003-11-261-0/+3
* Add optional fillchar argument to ljust(), rjust(), and center() string methods.Raymond Hettinger2003-11-261-6/+8
* * Checkin remaining documentationRaymond Hettinger2003-11-241-0/+120
* Fix typo.Raymond Hettinger2003-10-301-1/+1
* Add list.sorted() classmethod.Raymond Hettinger2003-10-291-4/+11
* Avoid confusing name for the 3rd argument to str.replace().Fred Drake2003-10-221-3/+3
* markup fixes; this would not formatFred Drake2003-10-211-2/+2
* Patch #825679: Clarify semantics of .isfoo on empty strings.Martin v. Löwis2003-10-181-5/+7
* Patch #809535: Mention behaviour of seek on text files. Backported to 2.3.Martin v. Löwis2003-10-181-1/+6
* * list.sort() now supports three keyword arguments: cmp, key, and reverse.Raymond Hettinger2003-10-161-36/+28
* SF bug #804280: fromkeys is not listed in indexRaymond Hettinger2003-09-121-4/+5
* Fix spacing markup and other sundries.Raymond Hettinger2003-09-081-3/+3
* SF patch #797180: Bug 792656: slicing explainedRaymond Hettinger2003-08-301-2/+3
* SF bug #775836: change 0,1 to False,True in dict.has_key docRaymond Hettinger2003-08-081-1/+1
* Discussion of signatures for unicode.translate() and str.translate()Raymond Hettinger2003-07-161-0/+10
* SF bug #696777: How to make a class iterable using a member generator.Raymond Hettinger2003-06-251-0/+6
* Updated documentation for the new slice arguments for list.index().Walter Dörwald2003-06-171-3/+8
* Patch #744238: Explain that different string types also may compare equal.Martin v. Löwis2003-05-311-1/+1
* Missing parenthesis found by texcheck.pyRaymond Hettinger2003-05-101-2/+2
* Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis2003-05-101-0/+14
* At the site of an indexed reference to print, point to the relevantFred Drake2003-04-301-1/+5
* - list.insert(i, x) now interprets negative i as it would beGuido van Rossum2003-04-141-4/+5
* - added example of using a comparison function with list.sort(), andFred Drake2003-03-201-3/+25
* SF patch #693753: fix for bug 639806: default for dict.popRaymond Hettinger2003-03-061-3/+7
* Back in June in revision 1.98 Steve (accidentally, presumably) wipedMichael W. Hudson2003-03-051-29/+74
* Fix SF bug #687655, String formatting conversions misleadingNeal Norwitz2003-02-171-1/+1
* SF patch 664183 and SF bug 664044: Note that both u'%s' % 'x' andRaymond Hettinger2003-01-131-1/+4
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-021-5/+6
* SF Bug 645777: list.extend() works with any iterable and is no longerRaymond Hettinger2002-12-291-3/+1
* Fixed bugGustavo Niemeyer2002-12-161-1/+3