summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* #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
* | Merge #15554: clarify splitlines/split differences.R David Murray2012-08-061-5/+8
|\ \ | |/
| * #15554: clarify splitlines/split differences.R David Murray2012-08-061-5/+8
* | #14957: fix doc typo.R David Murray2012-06-021-1/+1
|\ \ | |/
| * #14957: fix doc typo.R David Murray2012-06-021-1/+1
* | #14957: clarify splitlines docs.R David Murray2012-06-011-1/+7
|\ \ | |/
| * #14957: clarify splitlines docs.R David Murray2012-06-011-1/+7
* | PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-151-5/+4
* | Issue #14417: Mutating a dict during lookup now restarts the lookup instead o...Antoine Pitrou2012-05-131-4/+0
* | merge with 3.2Sandro Tosi2012-05-131-1/+2
|\ \ | |/
| * Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhon...Sandro Tosi2012-05-131-1/+2
* | #14763: merge with 3.2.Ezio Melotti2012-05-101-2/+2
|\ \ | |/
| * #14763: document default maxsplit value for str.split.Ezio Melotti2012-05-101-2/+2
* | Issue #14691: indent the traceback so the example is highlightedSandro Tosi2012-04-291-1/+1
* | Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-151-6/+10
* | Fix indentation.Georg Brandl2012-03-241-24/+24
* | Fix indentation.Georg Brandl2012-03-221-2/+3
* | Issue #14205: document the change of dict[key] behaviour if dict is modifiedVictor Stinner2012-03-081-0/+4
* | Issue #14123: Explicitly mention that old style % string formatting has cavea...Gregory P. Smith2012-02-261-2/+7
|\ \ | |/
| * Issue #14123: Explicitly mention that old style % string formatting has caveatsGregory P. Smith2012-02-261-2/+7
* | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-4/+5
* | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...Ezio Melotti2012-02-261-2/+2