summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* SF bug #1108303: fix .split() maxsplit docRaymond Hettinger2005-01-261-1/+1
* SF bug #1105286: Undocumented implicit strip() in split(None) string methodRaymond Hettinger2005-01-251-6/+10
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-5/+5
* Fix typo.Raymond Hettinger2004-12-021-1/+1
* Clarify the ordering of dictionary keys.Raymond Hettinger2004-11-251-2/+4
* Fix SF bug #1061770: Manual typesets bit-shift operators as guillemetFred Drake2004-11-111-2/+3
* Mistakes in the "sequence types" page:Armin Rigo2004-11-041-6/+9
* SF patch #1041364: True/False instead of 1/0 in libstdtypes.texRaymond Hettinger2004-10-081-3/+3
* Typo fix: 'comparisions' is not a wordAndrew M. Kuchling2004-09-101-1/+1
* Add missing close parenthesis.Raymond Hettinger2004-09-061-3/+3
* SF bug #901654: split method documentation can be improvedRaymond Hettinger2004-09-061-2/+16
* 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