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
*
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
*
Move label to correct heading.
Georg Brandl
2008-07-15
1
-3/+2
*
Issue #3008: add instance method float.hex and class method float.fromhex
Mark Dickinson
2008-07-15
1
-0/+69
*
fix various doc typos #3320
Benjamin Peterson
2008-07-12
1
-1/+1
*
Tweak wording
Andrew M. Kuchling
2008-07-03
1
-3/+3
*
#1523853: add note about fread().
Georg Brandl
2008-07-01
1
-0/+4
*
Grammar fixes
Andrew M. Kuchling
2008-06-20
1
-1/+1
*
Multi-arg form for set.difference() and set.difference_update().
Raymond Hettinger
2008-06-11
1
-6/+12
*
Let set.intersection() and set.intersection_update() take multiple input argu...
Raymond Hettinger
2008-06-09
1
-4/+10
*
Let set.union() and set.update() accept multiple inputs.
Raymond Hettinger
2008-06-09
1
-4/+10
*
New environment variable PYTHONIOENCODING.
Martin v. Löwis
2008-06-01
1
-0/+7
*
#2836: backport new string formatting docs.
Georg Brandl
2008-05-12
1
-0/+22
*
#2147: PEP 237 changes to overflow behavior.
Georg Brandl
2008-05-11
1
-6/+4
*
#1153769: document PEP 237 changes to string formatting.
Georg Brandl
2008-05-11
1
-5/+8
*
In stdtypes.rst, move methods under class directives where applicable
Benjamin Peterson
2008-05-09
1
-196/+200
*
Issue 2778. Document the temporary frozenset swap in __contains__(), remove(...
Raymond Hettinger
2008-05-08
1
-9/+12
*
> != (!<).
Georg Brandl
2008-05-06
1
-2/+2
*
#2773: fix description of 'g' and 'G' formatting spec.
Georg Brandl
2008-05-06
1
-6/+6
*
Enable doctest running for several other documents.
Georg Brandl
2008-03-22
1
-8/+8
*
Document unicode.isnumeric() and unicode.isdecimal() (issue2326)
Steven Bethard
2008-03-17
1
-0/+16
*
correct object name
Skip Montanaro
2008-02-05
1
-1/+1
*
Fix two further doc build warnings.
Georg Brandl
2008-01-07
1
-1/+2
*
Added a hyperlink from sequence types to mutable sequence types.
Mark Summerfield
2008-01-07
1
-1/+1
*
Consistency nit.
Georg Brandl
2008-01-07
1
-5/+5
*
Change virtual class name of __iter__ to "object" in order to make it linkable.
Georg Brandl
2008-01-07
1
-1/+1
*
#1501: document that 0**0 == 1.
Georg Brandl
2008-01-06
1
-2/+6
[next]