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
Commit message (
Expand
)
Author
Age
Files
Lines
*
This should really be a comment.
Georg Brandl
2008-08-01
1
-4/+7
*
Add the grammar to the reference manual, since the new docs don't
Georg Brandl
2008-08-01
2
-1/+8
*
Tone down math.fsum warning.
Mark Dickinson
2008-08-01
1
-23/+2
*
Alter recipe to show how to call izip_longest() with
Raymond Hettinger
2008-07-31
1
-2/+1
*
Add note about problems with math.fsum on x86 hardware.
Mark Dickinson
2008-07-30
1
-0/+26
*
Rename math.sum to math.fsum
Mark Dickinson
2008-07-30
2
-11/+11
*
getrandombits is actually getrandbits
Benjamin Peterson
2008-07-30
1
-2/+2
*
Neaten-up the itertools recipes.
Raymond Hettinger
2008-07-30
1
-6/+4
*
the from __future__ import with_statement isn't needed in 2.6
Benjamin Peterson
2008-07-29
1
-1/+1
*
Clarify wording
Andrew M. Kuchling
2008-07-28
1
-1/+1
*
clarify Popen argument
Benjamin Peterson
2008-07-27
1
-3/+4
*
Shorten some overlong lines.
Georg Brandl
2008-07-26
1
-3/+6
*
Remove extra words
Andrew M. Kuchling
2008-07-26
1
-1/+1
*
This sentence continues to bug me; rewrite it for the second time
Andrew M. Kuchling
2008-07-26
1
-2/+3
*
fix indentation
Benjamin Peterson
2008-07-25
1
-1/+1
*
document default value for fillvalue
Benjamin Peterson
2008-07-25
1
-3/+4
*
Fix indentation.
Georg Brandl
2008-07-24
1
-3/+1
*
add some documentation for 2to3
Benjamin Peterson
2008-07-24
3
-2/+82
*
fix markup
Benjamin Peterson
2008-07-24
1
-1/+1
*
fix spacing
Benjamin Peterson
2008-07-24
1
-1/+1
*
Use correct indentation.
Georg Brandl
2008-07-23
1
-14/+14
*
Move opcode handling to Python's extension.
Georg Brandl
2008-07-23
1
-0/+22
*
3k-warn about parser's "ast" aliases.
Georg Brandl
2008-07-23
1
-0/+1
*
One more attribution.
Raymond Hettinger
2008-07-22
1
-2/+2
*
Fix credits for math.sum()
Raymond Hettinger
2008-07-22
1
-1/+2
*
Tuples now have both count() and index().
Raymond Hettinger
2008-07-22
1
-2/+4
*
Remove out-of-date section on Exact/Inexact.
Raymond Hettinger
2008-07-22
1
-8/+0
*
Issue #2620: Overflow checking when allocating or reallocating memory
Gregory P. Smith
2008-07-22
1
-1/+3
*
nonlocal is not in 2.6.
Georg Brandl
2008-07-21
1
-4/+2
*
#926501: add info where to put the docstring.
Georg Brandl
2008-07-20
2
-5/+22
*
Clean-up itertools docs and recipes.
Raymond Hettinger
2008-07-19
1
-46/+19
*
Fix compress() recipe in docs to use itertools.
Raymond Hettinger
2008-07-19
1
-3/+3
*
Add ordering info for findall and finditer.
Georg Brandl
2008-07-19
1
-6/+9
*
#3323: mention that if inheriting from a class without __slots__,
Georg Brandl
2008-07-19
1
-0/+4
*
Add recipe to the itertools docs.
Raymond Hettinger
2008-07-19
1
-0/+15
*
Deprecate the sunaudio module for removal in Python 3.0. The sunau module can...
Brett Cannon
2008-07-18
1
-0/+2
*
Document the different meaning of precision for {:f} and {:g}.
Georg Brandl
2008-07-18
1
-8/+12
*
Issue #3389: Allow resolving dotted names for handlers in logging configurati...
Vinay Sajip
2008-07-18
1
-1/+5
*
Backed out r65069, pending fixing it in Windows.
Eric Smith
2008-07-17
2
-6/+5
*
Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.
Eric Smith
2008-07-17
2
-5/+6
*
#3388: add a paragraph about using "with" for file objects.
Georg Brandl
2008-07-16
1
-0/+10
*
Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for...
Eric Smith
2008-07-16
1
-2/+6
*
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
2
-0/+74
*
Expand the multiprocessing section
Andrew M. Kuchling
2008-07-14
1
-10/+134
*
Typo fix
Andrew M. Kuchling
2008-07-14
1
-1/+1
*
Typo fix
Andrew M. Kuchling
2008-07-14
1
-1/+1
*
Typo fixes
Andrew M. Kuchling
2008-07-14
1
-3/+4
*
Add various items; move ctypes items into a subsection of their own
Andrew M. Kuchling
2008-07-13
1
-16/+40
*
Re-word
Andrew M. Kuchling
2008-07-13
1
-2/+2
[next]