summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
|\
| * Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | Issue #18326: merge with 3.3Zachary Ware2013-11-221-0/+3
|\ \ | |/
| * Issue #18326: Clarify that list.sort's arguments are keyword-only.Zachary Ware2013-11-221-0/+3
* | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().Ezio Melotti2013-11-161-1/+1
* | Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-091-21/+22
|\ \ | |/
| * Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-091-21/+22
* | Close #18690: register memoryview with Sequence ABCNick Coghlan2013-10-021-0/+4
|/
* 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
* #16518: use "bytes-like object" throughout the docs.Ezio Melotti2013-05-041-7/+5
* Issue #17670: Provide an example of expandtabs() usage.Ned Deily2013-04-211-5/+17
* Add link to glossary for hashable term in docs for set typeAndrew Svetlov2013-04-051-3/+4
* Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.Raymond Hettinger2013-03-231-0/+2
* Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* fix typo; thanks to Andrew Harrington from docs@Sandro Tosi2013-01-261-1/+1
* Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-4/+52
* Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-10/+15
* #16440: merge with 3.2.Ezio Melotti2012-11-081-9/+15
|\
| * #16440: fix exception type and clarify example.Ezio Melotti2012-11-081-9/+15
* | Merge issue #16439: Fix markup in example for stdtypes.Andrew Svetlov2012-11-081-5/+5
|\ \ | |/
| * Issue #16439: Fix markup in example for stdtypes.Andrew Svetlov2012-11-081-5/+5
* | Merge from 3.2: link to mapping glossary entry in docs.Chris Jerdonek2012-11-031-1/+1
|\ \ | |/
| * Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.Chris Jerdonek2012-11-031-1/+1
* | Issue #15814: Use hash function that is compatible with the equalityStefan Krah2012-11-021-6/+0
* | Merge: Reword set docs to use *proper subset/superset* terminology.Andrew Svetlov2012-11-011-2/+2
|\ \ | |/
| * Reword set docs to use *proper subset/superset* terminology.Andrew Svetlov2012-11-011-2/+2
* | #16337: fix typo.Ezio Melotti2012-10-271-1/+1
* | #16206: merge with 3.2.Ezio Melotti2012-10-261-6/+6
|\ \ | |/
| * #16206: Improve examples about dict construction.Ezio Melotti2012-10-261-6/+6
* | Issue #16206: Merge dict documentation improvements from 3.2.Chris Jerdonek2012-10-131-23/+31
|\ \ | |/
| * Issue #16206: Improve the documentation of the dict constructor.Chris Jerdonek2012-10-131-23/+31
* | Merge __next__ method link fixes with 3.2.Ezio Melotti2012-10-121-4/+5
|\ \ | |/
| * Fix links to the __next__ method.Ezio Melotti2012-10-121-4/+5
* | Add and adjust some string-related links in the docs.Chris Jerdonek2012-10-121-4/+4
* | #15831: merge with 3.2Ezio Melotti2012-09-141-1/+2
|\ \ | |/
* | Issue #15855: updated related manual entries.Alexander Belopolsky2012-09-031-1/+7
* | Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.Stefan Krah2012-09-021-6/+8
* | Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.Stefan Krah2012-09-011-15/+7
* | Issue #15724: Add versionchanged tags to the memoryview documentation.Stefan Krah2012-08-301-2/+10
* | Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)Nick Coghlan2012-08-251-21/+57
* | Address most of Ezio's comments. str/bytes/bytearray docs still need consolid...Nick Coghlan2012-08-211-100/+227
* | Close #4966: revamp the sequence docs in order to better explain the state of...Nick Coghlan2012-08-201-691/+927
* | Merge #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-1/+4
|\ \ | |/
| * #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-1/+4
* | merge with 3.2Sandro Tosi2012-08-121-1/+1
|\ \ | |/
| * add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...Sandro Tosi2012-08-121-1/+1