index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
stdtypes.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
#14957: fix doc typo.
R David Murray
2012-06-02
1
-1/+1
|
\
|
*
#14957: fix doc typo.
R David Murray
2012-06-02
1
-1/+1
*
|
#14957: clarify splitlines docs.
R David Murray
2012-06-01
1
-1/+7
|
\
\
|
|
/
|
*
#14957: clarify splitlines docs.
R David Murray
2012-06-01
1
-1/+7
*
|
PEP 415: Implement suppression of __context__ display with an exception attri...
Benjamin Peterson
2012-05-15
1
-5/+4
*
|
Issue #14417: Mutating a dict during lookup now restarts the lookup instead o...
Antoine Pitrou
2012-05-13
1
-4/+0
*
|
merge with 3.2
Sandro Tosi
2012-05-13
1
-1/+2
|
\
\
|
|
/
|
*
Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhon...
Sandro Tosi
2012-05-13
1
-1/+2
*
|
#14763: merge with 3.2.
Ezio Melotti
2012-05-10
1
-2/+2
|
\
\
|
|
/
|
*
#14763: document default maxsplit value for str.split.
Ezio Melotti
2012-05-10
1
-2/+2
*
|
Issue #14691: indent the traceback so the example is highlighted
Sandro Tosi
2012-04-29
1
-1/+1
*
|
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Victor Stinner
2012-04-15
1
-6/+10
*
|
Fix indentation.
Georg Brandl
2012-03-24
1
-24/+24
*
|
Fix indentation.
Georg Brandl
2012-03-22
1
-2/+3
*
|
Issue #14205: document the change of dict[key] behaviour if dict is modified
Victor Stinner
2012-03-08
1
-0/+4
*
|
Issue #14123: Explicitly mention that old style % string formatting has cavea...
Gregory P. Smith
2012-02-26
1
-2/+7
|
\
\
|
|
/
|
*
Issue #14123: Explicitly mention that old style % string formatting has caveats
Gregory P. Smith
2012-02-26
1
-2/+7
*
|
Close issue #6210: Implement PEP 409
Nick Coghlan
2012-02-26
1
-4/+5
*
|
#14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...
Ezio Melotti
2012-02-26
1
-2/+2
*
|
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah
2012-02-25
1
-40/+258
*
|
merge with 3.2
Sandro Tosi
2012-02-19
1
-1/+1
|
\
\
|
|
/
|
*
Indent 'File' in memoryview example, so it is correctly highlighted
Sandro Tosi
2012-02-19
1
-1/+1
*
|
merge with 3.2
Sandro Tosi
2012-02-18
1
-1/+1
|
\
\
|
|
/
|
*
fix error in memoryview example; thanks to kan lianlian from docs@
Sandro Tosi
2012-02-18
1
-1/+1
*
|
merge 3.2
Benjamin Peterson
2012-01-25
1
-6/+6
|
\
\
|
|
/
|
*
kill extra word
Benjamin Peterson
2012-01-25
1
-3/+3
|
*
say bitwise (because I have no idea what a bit-string is)
Benjamin Peterson
2012-01-25
1
-6/+6
*
|
merge from 3.2
Georg Brandl
2012-01-23
1
-1/+1
|
\
\
|
|
/
|
*
#13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
Georg Brandl
2012-01-23
1
-1/+1
*
|
improve casefold/lower/upper docs
Benjamin Peterson
2012-01-19
1
-2/+18
*
|
add str.casefold() (closes #13752)
Benjamin Peterson
2012-01-14
1
-0/+8
*
|
merge heads
Benjamin Peterson
2012-01-11
1
-4/+4
|
\
\
|
*
\
Merge with 3.2
Terry Jan Reedy
2012-01-11
1
-4/+4
|
|
\
\
|
|
|
/
|
|
*
#13754 String returned if less than *or equal to* x 3
Terry Jan Reedy
2012-01-11
1
-4/+4
*
|
|
use full unicode mappings for upper/lower/title case (#12736)
Benjamin Peterson
2012-01-11
1
-1/+2
|
/
/
*
|
#13494: merge with 3.2.
Ezio Melotti
2011-12-02
1
-3/+3
|
\
\
|
|
/
|
*
#13494: s/cast/convert/. Also add a link.
Ezio Melotti
2011-12-02
1
-3/+3
*
|
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
1
-0/+7
*
|
Clarify concatenation behaviour of immutable strings, and remove explicit
Antoine Pitrou
2011-11-25
1
-9/+12
|
\
\
|
|
/
|
*
Clarify concatenation behaviour of immutable strings, and remove explicit
Antoine Pitrou
2011-11-25
1
-9/+12
*
|
Issue #13411: memoryview objects are now hashable when the underlying object ...
Antoine Pitrou
2011-11-21
1
-0/+13
*
|
Issue #13365: correct an error in the documentation of str.expandtabs. Patch ...
Eli Bendersky
2011-11-11
1
-1/+1
|
\
\
|
|
/
|
*
Issue #13365: correct an error in the documentation of str.expandtabs
Eli Bendersky
2011-11-11
1
-1/+1
*
|
Merge 3.2
Florent Xicluna
2011-10-28
1
-5/+3
|
\
\
|
|
/
|
*
Fixes #13270: obsolete reference to old-style/new-style classes.
Florent Xicluna
2011-10-28
1
-5/+3
*
|
Issue #12170: The count(), find(), rfind(), index() and rindex() methods
Antoine Pitrou
2011-10-20
1
-0/+6
*
|
Merge with 3.2.
Ezio Melotti
2011-10-19
1
-1/+1
|
\
\
|
|
/
|
*
Remove duplication.
Ezio Melotti
2011-10-19
1
-1/+1
*
|
Closes #12192: Document that mutating list methods do not return the instance...
Georg Brandl
2011-10-08
1
-0/+4
*
|
Merge doc changes from 3.2 (#10454, #12298)
Éric Araujo
2011-09-01
1
-0/+4
|
\
\
|
|
/
[next]