summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #16701: Document += and *= for mutable sequencesMartin Panter2015-10-031-2/+11
* Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-071-6/+9
* whitespaceTerry Jan Reedy2015-06-121-1/+1
* Issue #24406: Add sentences on dict comparisons, similar to those for SequenceTerry Jan Reedy2015-06-121-0/+3
* Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-101-9/+25
* #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-5/+3
* Issue #20643: Fixed references to the next() method (distinguish from theSerhiy Storchaka2014-09-051-4/+4
* Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.Terry Jan Reedy2014-06-031-2/+2
* Issue #21179: Fix description of 'round' function for numbers.Real.Mark Dickinson2014-04-091-2/+2
* Use "x" instead of "i" for s.index and s.count entries in sequence ops table.Zachary Ware2014-03-201-4/+4
* #20063: Remove inaccurate/confusing statement about support of 'pop' method.R David Murray2013-12-261-3/+2
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* Closes #13905: mention rich-comparison methods in addition to __cmp__ when do...Georg Brandl2013-10-121-5/+16
* Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-091-12/+12
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-3/+3
* Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-141-2/+2
* Issue 17920: Fix-up terminology in the set documentationRaymond Hettinger2013-05-071-2/+2
* Issue #17670: Provide an example of expandtabs() usage.Ned Deily2013-04-211-4/+16
* Closes #17661: fix references to repr() going to module repr.Georg Brandl2013-04-141-2/+2
* Add link to glossary for hashable term in docs for set typeAndrew Svetlov2013-04-051-3/+4
* Drop double newlines printed in some file iteration examples.Andrew Svetlov2012-12-081-3/+3
* #16440: fix exception type and clarify example.Ezio Melotti2012-11-081-9/+16
* Issue #16439: Fix markup in example for stdtypes.Andrew Svetlov2012-11-081-5/+5
* Backport from 3.2: link to mapping glossary entry in docs.Chris Jerdonek2012-11-031-1/+1
* Reword set docs to use *proper subset/superset* terminology.Andrew Svetlov2012-11-011-2/+2
* #16206: Improve examples about dict construction.Ezio Melotti2012-10-261-6/+6
* Issue #16206: Backport dict documentation improvements from 3.2.Chris Jerdonek2012-10-131-26/+35
* #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-3/+9
* add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...Sandro Tosi2012-08-121-1/+1
* #15554: clarify splitlines/split differences.R David Murray2012-08-061-5/+8
* #14957: fix doc typo.R David Murray2012-06-021-1/+1
* #14957: clarify splitlines docs.R David Murray2012-06-011-1/+7
* #14763: document default maxsplit value for str.split.Ezio Melotti2012-05-101-2/+2
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-1/+1
* refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@Sandro Tosi2012-04-281-3/+3
* forgot to resolve this conflict...Benjamin Peterson2012-01-251-4/+0
* kill extra wordBenjamin Peterson2012-01-251-3/+3
* say bitwise (because I have no idea what a bit-string is)Benjamin Peterson2012-01-251-6/+10
* #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.Georg Brandl2012-01-231-1/+1
* file.next() doc refers to itselfSandro Tosi2012-01-171-3/+3
* None is not a keyword, link file.next() to functions.html#nextSandro Tosi2012-01-141-2/+2
* update to new C roles and directivesSandro Tosi2012-01-141-10/+10
* Closes #13754 String returned if less than *or equal to* x 3Terry Jan Reedy2012-01-111-3/+3
* #13494: s/cast/convert/. Also add a link.Ezio Melotti2011-12-021-3/+3
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Turn last automatic footnote in this file into a manually-numbered oneÉric Araujo2011-08-191-2/+2
* #12204: document that str.upper().isupper() might be False and add a note abo...Ezio Melotti2011-08-151-12/+19
* be preciseBenjamin Peterson2011-07-311-1/+2
* note Ellipsis syntaxBenjamin Peterson2011-07-301-1/+1
* add spaceBenjamin Peterson2011-07-301-0/+1