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
Commit message (
Expand
)
Author
Age
Files
Lines
*
a few improvements
Benjamin Peterson
2008-08-17
1
-2/+2
*
Review symtable docs.
Georg Brandl
2008-08-16
1
-11/+10
*
add some documentation for symtable
Benjamin Peterson
2008-08-16
2
-0/+189
*
note how os.utime should be used for emulating touch
Benjamin Peterson
2008-08-16
1
-9/+10
*
document that waitpid raises OSError
Gregory P. Smith
2008-08-15
1
-0/+3
*
update ssl documentation
Bill Janssen
2008-08-12
1
-0/+9
*
#3540: fix exception name.
Georg Brandl
2008-08-11
1
-1/+1
*
accept issue 3436
Skip Montanaro
2008-08-08
1
-0/+12
*
more cleanup ups of the recently added warnings in the subprocess docs.
Gregory P. Smith
2008-08-04
1
-5/+6
*
Clarify the meaning of the select() parameters and sync
Georg Brandl
2008-08-04
1
-12/+18
*
Template is always "tmp".
Georg Brandl
2008-08-04
1
-2/+1
*
Fix markup.
Georg Brandl
2008-08-04
1
-15/+12
*
issue1606: Add warnings to the subprocess documentation about common pitfalls
Gregory P. Smith
2008-08-04
1
-0/+16
*
#3495: use current version.
Georg Brandl
2008-08-03
1
-2/+2
*
Issue #3039: Fix TarFileCompat.writestr() which always raised an
Lars Gustäbel
2008-08-02
1
-0/+4
*
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
1
-10/+10
*
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
*
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
2
-1/+80
*
fix spacing
Benjamin Peterson
2008-07-24
1
-1/+1
*
Use correct indentation.
Georg Brandl
2008-07-23
1
-14/+14
*
3k-warn about parser's "ast" aliases.
Georg Brandl
2008-07-23
1
-0/+1
*
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
*
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
*
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
1
-0/+69
*
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
*
Re-word
Andrew M. Kuchling
2008-07-13
1
-2/+2
*
Add turtle into the module index.
Martin v. Löwis
2008-07-13
1
-0/+4
[next]