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
*
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
*
#1755097: document default values for [].sort() and sorted().
Georg Brandl
2008-01-06
1
-2/+3
*
#1680: fix context manager example function name.
Georg Brandl
2008-01-06
1
-1/+1
*
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
Georg Brandl
2008-01-05
1
-2/+7
*
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
Jeffrey Yasskin
2008-01-05
1
-16/+16
*
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Jeffrey Yasskin
2008-01-03
1
-10/+28
*
Some cleanup in the docs.
Georg Brandl
2007-12-29
1
-12/+11
*
Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...
Christian Heimes
2007-12-18
1
-1/+8
*
Remove gratuitous unicode character.
Georg Brandl
2007-12-16
1
-1/+1
*
Add more entries to the glossary.
Georg Brandl
2007-12-02
1
-2/+2
*
Fix reference target.
Georg Brandl
2007-11-29
1
-1/+1
*
Fix seealso link to sets docs. Do not merge to Py3k.
Georg Brandl
2007-11-09
1
-1/+1
*
Add set.isdisjoint()
Raymond Hettinger
2007-11-08
1
-0/+7
*
Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...
Georg Brandl
2007-11-02
1
-19/+17
*
Added more file-handling related cross-references.
Mark Summerfield
2007-11-02
1
-1/+4
[next]