summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* [Bug #1515932] Clarify description of slice assignmentAndrew M. Kuchling2006-07-031-1/+2
* add string methods to indexSkip Montanaro2006-06-291-0/+1
* RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first...Georg Brandl2006-06-091-2/+8
* needspeed: rpartition documentation, tests, and a bug fixes.Fredrik Lundh2006-05-261-0/+9
* Typo fixesAndrew M. Kuchling2006-05-261-1/+1
* Clarify docs for str.partition().Georg Brandl2006-05-261-4/+5
* needforspeed: partition implementation, part two.Fredrik Lundh2006-05-261-0/+8
* Bug #1490688: properly document %e, %f, %g format subtleties.Georg Brandl2006-05-181-11/+30
* Remove misleading comment about type-class unification.Georg Brandl2006-05-171-6/+5
* Get rid of a couple more context object references, fix some markup and clari...Nick Coghlan2006-05-031-2/+2
* Finish bringing SVN into line with latest version of PEP 343 by getting rid o...Nick Coghlan2006-05-031-53/+35
* add missing wordFred Drake2006-04-271-1/+1
* Move the PEP 343 documentation and implementation closer to theNick Coghlan2006-04-251-42/+41
* Change PEP 343 related documentation to use the term context specifier instea...Nick Coghlan2006-04-241-29/+33
* Add a Context Types section to parallel the Iterator Types section (uses the ...Nick Coghlan2006-04-231-0/+96
* document sys.maxint in std objectsGeorg Brandl2006-03-281-4/+6
* Document objects that can be used with the ``with`` statement.Phillip J. Eby2006-03-281-0/+32
* SF bug # 1457358 and patch # 1458419, floor division not documented. Patch b...Neal Norwitz2006-03-251-0/+4
* More \exception fixes.Georg Brandl2006-03-171-3/+4
* - Patch 1433928:Guido van Rossum2006-02-251-1/+12
* Bug #801349: document that start/stop/step slice arguments can be NoneGeorg Brandl2006-02-191-5/+6
* Bug #1396471: Document that Windows' ftell() can return invalidGeorg Brandl2006-01-201-1/+5
* Bug #1394868: doc typosGeorg Brandl2006-01-011-3/+3
* Bug #1389673: document correct return value of set methodsGeorg Brandl2005-12-261-5/+5
* Remove reference to the "t" open() mode as it is platform dependent.Georg Brandl2005-12-151-1/+1
* SF patch #1364946: Add a reference link from the dcoumentation of the encodeWalter Dörwald2005-11-251-2/+3
* fix link to subsection (SF bug #1311674)Fred Drake2005-10-031-2/+4
* 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