summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* Fix markup.Raymond Hettinger2005-08-181-1/+1
* Revert patch for 1162912.Georg Brandl2005-07-041-3/+0
* bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usageGeorg Brandl2005-07-031-0/+3
* Cross reference the set built-ins with the sets module.Raymond Hettinger2005-07-011-0/+8
* SF bug #1215887: String and list methods documentation deeply hiddenRaymond Hettinger2005-06-141-5/+14
* SF bug #1209411: divmod documentation shd reference // not /Raymond Hettinger2005-05-311-1/+1
* SF bug #1202395: Description of string.lstrip() needs improvementRaymond Hettinger2005-05-311-15/+33
* SF bug #1209671: dict.popitem documentation should mention empty dict caseRaymond Hettinger2005-05-271-1/+2
* Correct swapped descriptions of empty string splits.Raymond Hettinger2005-04-191-2/+2
* SF bug #1179957: Missing def'n of equality for set elementsRaymond Hettinger2005-04-101-0/+3
* SF bug #1119700: list extend() accepts args besides listsRaymond Hettinger2005-02-091-1/+1
* 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