summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* #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
* | - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-40/+258
* | merge with 3.2Sandro Tosi2012-02-191-1/+1
|\ \ | |/
| * Indent 'File' in memoryview example, so it is correctly highlightedSandro Tosi2012-02-191-1/+1
* | merge with 3.2Sandro Tosi2012-02-181-1/+1
|\ \ | |/
| * fix error in memoryview example; thanks to kan lianlian from docs@Sandro Tosi2012-02-181-1/+1
* | merge 3.2Benjamin Peterson2012-01-251-6/+6
|\ \ | |/
| * 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
* | merge from 3.2Georg Brandl2012-01-231-1/+1
|\ \ | |/
| * #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.Georg Brandl2012-01-231-1/+1
* | improve casefold/lower/upper docsBenjamin Peterson2012-01-191-2/+18
* | add str.casefold() (closes #13752)Benjamin Peterson2012-01-141-0/+8
* | merge headsBenjamin Peterson2012-01-111-4/+4
|\ \
| * \ Merge with 3.2Terry Jan Reedy2012-01-111-4/+4
| |\ \ | | |/
| | * #13754 String returned if less than *or equal to* x 3Terry Jan Reedy2012-01-111-4/+4
* | | use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-111-1/+2
|/ /
* | #13494: merge with 3.2.Ezio Melotti2011-12-021-3/+3
|\ \ | |/
| * #13494: s/cast/convert/. Also add a link.Ezio Melotti2011-12-021-3/+3
* | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-0/+7
* | Clarify concatenation behaviour of immutable strings, and remove explicitAntoine Pitrou2011-11-251-9/+12
|\ \ | |/
| * Clarify concatenation behaviour of immutable strings, and remove explicitAntoine Pitrou2011-11-251-9/+12
* | Issue #13411: memoryview objects are now hashable when the underlying object ...Antoine Pitrou2011-11-211-0/+13
* | Issue #13365: correct an error in the documentation of str.expandtabs. Patch ...Eli Bendersky2011-11-111-1/+1
|\ \ | |/
| * Issue #13365: correct an error in the documentation of str.expandtabsEli Bendersky2011-11-111-1/+1
* | Merge 3.2Florent Xicluna2011-10-281-5/+3
|\ \ | |/
| * Fixes #13270: obsolete reference to old-style/new-style classes.Florent Xicluna2011-10-281-5/+3
* | Issue #12170: The count(), find(), rfind(), index() and rindex() methodsAntoine Pitrou2011-10-201-0/+6
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | Closes #12192: Document that mutating list methods do not return the instance...Georg Brandl2011-10-081-0/+4
* | Merge doc changes from 3.2 (#10454, #12298)Éric Araujo2011-09-011-0/+4
|\ \ | |/