summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstdtypes.tex
Commit message (Expand)AuthorAgeFilesLines
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-111-10/+0
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-9/+9
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-45/+53
* fix some markup errorsFred Drake2007-04-261-2/+2
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-15/+14
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-2/+2
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-1/+1
* Excise the sets module. SF #1500611 by Collin Winter.Guido van Rossum2007-01-101-10/+0
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-3/+6
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-9/+14
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-1/+1
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-2/+2
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-3/+3
* Fix latex2html compile errorGeorge Yoshida2006-08-301-1/+1
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-291-13/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-34/+42
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-18/+135
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-7/+46
* Get rid of xreadlines() (methods).Neal Norwitz2006-03-171-6/+0
* - 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