summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-3/+9
* #16440: fix exception type and clarify example.Ezio Melotti2012-11-081-9/+15
* Issue #16439: Fix markup in example for stdtypes.Andrew Svetlov2012-11-081-5/+5
* Link to mapping glossary entry in "Mapping Types - dict" and os.environ 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: Improve the documentation of the dict constructor.Chris Jerdonek2012-10-131-23/+31
* Fix links to the __next__ method.Ezio Melotti2012-10-121-4/+5
* #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-1/+4
* 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
* Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhon...Sandro Tosi2012-05-131-1/+2
* #14763: document default maxsplit value for str.split.Ezio Melotti2012-05-101-2/+2
* Issue #14123: Explicitly mention that old style % string formatting has caveatsGregory P. Smith2012-02-261-2/+7
* Indent 'File' in memoryview example, so it is correctly highlightedSandro Tosi2012-02-191-1/+1
* fix error in memoryview example; thanks to kan lianlian from docs@Sandro Tosi2012-02-181-1/+1
* 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/+6
* #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.Georg Brandl2012-01-231-1/+1
* #13754 String returned if less than *or equal to* x 3Terry Jan Reedy2012-01-111-4/+4
* #13494: s/cast/convert/. Also add a link.Ezio Melotti2011-12-021-3/+3
* Clarify concatenation behaviour of immutable strings, and remove explicitAntoine Pitrou2011-11-251-9/+12
* Issue #13365: correct an error in the documentation of str.expandtabsEli Bendersky2011-11-111-1/+1
* Fixes #13270: obsolete reference to old-style/new-style classes.Florent Xicluna2011-10-281-5/+3
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Add links from library/functions to other docs.Éric Araujo2011-09-011-0/+4
* #12204: document that str.upper().isupper() might be False and add a note abo...Ezio Melotti2011-08-151-18/+21
* #12665: Dictionary view example has error in set operationSandro Tosi2011-08-021-1/+1
* add spaceBenjamin Peterson2011-07-301-0/+1
* document NotImplementedBenjamin Peterson2011-07-301-0/+9
* Issue #12644: document the '%a' conversion in the old string formatting opera...Eli Bendersky2011-07-291-3/+6
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-1/+1
* Merge with 3.1.Ezio Melotti2011-05-091-0/+9
|\
| * Add a note to the str.find doc to suggest the use of the "in" operator.Ezio Melotti2011-05-091-0/+9
* | Merge 3.1Éric Araujo2011-05-021-1/+1
|\ \ | |/
| * Add missing colonÉric Araujo2011-05-021-1/+1
* | merge 3.1Benjamin Peterson2011-05-021-1/+1
|\ \ | |/
| * Fix spelling.Raymond Hettinger2011-05-021-1/+1
* | merge 3.1Benjamin Peterson2011-05-011-3/+7
|\ \ | |/
| * note abcs of int and float (closes #11977)Benjamin Peterson2011-05-011-3/+7
* | Issue #10610: Document that int(), float(), and complex() accept numeric lite...Raymond Hettinger2011-03-231-40/+46
|\ \ | |/
| * Issue #10610: Document that int(), float(), and complex() accept numeric lite...Raymond Hettinger2011-03-231-40/+46
* | Merge doc fixes.Georg Brandl2011-03-061-1/+1
|\ \ | |/
| * #11373: fix spelling.Georg Brandl2011-03-061-1/+1
| * Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-...Georg Brandl2011-02-251-0/+4
| * Merged revisions 87443 via svnmerge fromAlexander Belopolsky2010-12-231-9/+23
| * Merged revisions 87188-87190,87192-87194 via svnmerge fromAntoine Pitrou2010-12-121-10/+7
| * Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,...Georg Brandl2010-11-261-8/+7