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
*
Minor grammar fix
Andrew M. Kuchling
2010-05-01
1
-1/+1
*
make slice notation in (r)find docs consistent
Benjamin Peterson
2010-04-27
1
-7/+7
*
Add tests for cmp_to_key.
Raymond Hettinger
2010-04-04
1
-1/+2
*
Fix wording / typography, and a slightly misleading statement
Antoine Pitrou
2010-04-03
1
-5/+5
*
Remove leftover word.
Georg Brandl
2010-03-21
1
-2/+2
*
Add a paragraph about set displays.
Georg Brandl
2010-03-21
1
-0/+4
*
Fix some issues found by Jacques Ducasse on the docs list.
Georg Brandl
2010-03-21
1
-6/+6
*
Issue #1967: Backport dictionary views.
Alexandre Vassalotti
2010-01-11
1
-0/+115
*
#7388: "python".capitalize() in the Doc
Ezio Melotti
2009-12-19
1
-2/+2
*
#7480: remove tautology.
Georg Brandl
2009-12-19
1
-2/+1
*
Issue #7117, continued: Remove substitution of %g-style formatting for
Mark Dickinson
2009-11-23
1
-7/+3
*
Use "impl-detail" directive where applicable.
Georg Brandl
2009-10-22
1
-25/+33
*
#7116: str.join() takes an iterable.
Georg Brandl
2009-10-14
1
-3/+4
*
Issue 7008: Better document str.title and show how to work around the apostro...
Raymond Hettinger
2009-09-29
1
-2/+22
*
add keyword arguments support to str/unicode encode and decode #6300
Benjamin Peterson
2009-09-18
1
-2/+6
*
#6841: remove duplicated word.
Georg Brandl
2009-09-05
1
-1/+1
*
other -> others where multiple arguments are accepted.
Georg Brandl
2009-08-31
1
-2/+2
*
#6801: fix copy-paste oversight.
Georg Brandl
2009-08-30
1
-1/+1
*
#6803: fix old name.
Georg Brandl
2009-08-30
1
-2/+2
*
fixed #6801: symmetric_difference_update also accepts pipe
Tarek Ziadé
2009-08-29
1
-1/+1
*
builtin -> built-in.
Georg Brandl
2009-07-26
1
-3/+3
*
#6577: fix (hopefully) all links to builtin instead of module/class-specific ...
Georg Brandl
2009-07-26
1
-2/+2
*
#6571: add index entries for more operators.
Georg Brandl
2009-07-25
1
-19/+27
*
link to extensive generator docs in the reference manual
Benjamin Peterson
2009-06-27
1
-1/+9
*
#6017: better document behavior of dictiterators when the dict is changed.
Georg Brandl
2009-05-17
1
-3/+4
*
note how using iter* are unsafe while mutating and document iter(dict)
Benjamin Peterson
2009-04-04
1
-0/+14
*
Issue #2396: backport the memoryview object.
Antoine Pitrou
2009-04-02
1
-0/+98
*
#4411: document mro() and __mro__. (I hope I got it right.)
Georg Brandl
2009-03-31
1
-1/+16
*
Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test
Mark Dickinson
2009-03-29
1
-1/+1
*
#5324: document __subclasses__().
Georg Brandl
2009-03-28
1
-0/+11
*
#5361: fix typo.
Georg Brandl
2009-02-27
1
-1/+1
*
fix str.format()'s first arg #5371
Benjamin Peterson
2009-02-26
1
-1/+1
*
#5352: str.count() counts non-overlapping instances.
Georg Brandl
2009-02-23
1
-3/+3
*
os.fsync() should be used to ensure that data is written to disk
Benjamin Peterson
2009-02-12
1
-0/+5
*
#4914: trunc is in math.
Georg Brandl
2009-01-18
1
-1/+1
*
#4974: fix redundant mention of lists and tuples.
Georg Brandl
2009-01-18
1
-3/+3
*
#4976: union() and intersection() take multiple args, but talk about "the oth...
Georg Brandl
2009-01-18
1
-2/+2
*
Fix two issues found by the suspicious builder.
Georg Brandl
2009-01-04
1
-1/+1
*
Manually merge r67868 from 2.6 branch.
Georg Brandl
2009-01-03
1
-7/+5
*
Remove trailing whitespace.
Georg Brandl
2009-01-03
1
-7/+7
*
Fix typo in Python equivalent for bit_length.
Mark Dickinson
2008-12-19
1
-1/+1
*
Fix-up and clean-up docs for int.bit_length().
Raymond Hettinger
2008-12-19
1
-21/+12
*
Issue #3439: add bit_length method to int and long.
Mark Dickinson
2008-12-17
1
-0/+40
*
rephrase has_key doc
Benjamin Peterson
2008-10-31
1
-1/+2
*
finish backporting binary literals and new octal literals docs
Benjamin Peterson
2008-10-30
1
-8/+9
*
#3288: Document as_integer_ratio
Andrew M. Kuchling
2008-09-13
1
-1/+12
*
the from __future__ import with_statement isn't needed in 2.6
Benjamin Peterson
2008-07-29
1
-1/+1
*
This sentence continues to bug me; rewrite it for the second time
Andrew M. Kuchling
2008-07-26
1
-2/+3
*
Backed out r65069, pending fixing it in Windows.
Eric Smith
2008-07-17
1
-2/+2
*
Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.
Eric Smith
2008-07-17
1
-2/+2
[next]