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
*
Fix grammar in whatsnew/3.5.rst and elsewhere
Martin Panter
2015-11-14
1
-1/+1
*
Merge typo and grammar fixes from 3.4 into 3.5
Martin Panter
2015-11-14
4
-6/+6
|
\
|
*
Fix a few grammar problems in the documentation and comments
Martin Panter
2015-11-14
3
-5/+5
|
*
Correct Content-Type syntax in documentation
Martin Panter
2015-11-14
1
-1/+1
*
|
Merge 3.4 (issue #25605)
Victor Stinner
2015-11-13
1
-0/+4
|
\
\
|
|
/
|
*
Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock()
Victor Stinner
2015-11-13
1
-0/+4
*
|
Merge with 3.4
Zachary Ware
2015-11-12
1
-7/+9
|
\
\
|
|
/
|
*
Rewrite re.VERBOSE section.
Zachary Ware
2015-11-12
1
-7/+9
*
|
Issue #25603: Add missing parenthesis.
Zachary Ware
2015-11-12
1
-1/+1
*
|
Improve appearance of example code
Raymond Hettinger
2015-11-10
1
-7/+7
*
|
Remove confusing section from named tuple recipes.
Raymond Hettinger
2015-11-10
1
-10/+0
*
|
Improve namedtuple doc string examples
Raymond Hettinger
2015-11-09
1
-2/+2
*
|
Issue #25064: Adjust documentation according to new mkstemp signature
Martin Panter
2015-11-07
1
-19/+17
*
|
Fixed merging error in 3ebeeed1eb28.
Serhiy Storchaka
2015-11-06
1
-2/+0
*
|
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ...
Guido van Rossum
2015-11-02
2
-5/+4
|
\
\
|
|
/
|
*
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ...
Guido van Rossum
2015-11-02
2
-5/+4
*
|
Issue #25523: Further a-to-an corrections new in 3.5.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
11
-14/+14
|
\
\
|
|
/
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
11
-14/+14
*
|
Issue #25523: Further a-to-an corrections new in 3.5
Martin Panter
2015-11-02
1
-1/+1
*
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
26
-38/+38
|
\
\
|
|
/
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
26
-38/+38
*
|
Fix typo noticed by Alec Nunn
Berker Peksag
2015-10-31
1
-1/+1
*
|
docs/inspect: Document __annotations__
Yury Selivanov
2015-10-31
1
-0/+6
*
|
Merge spelling fixes from 3.4 into 3.5
Martin Panter
2015-10-31
2
-2/+2
|
\
\
|
|
/
|
*
Fix some spelling errors in documentation and code comments
Martin Panter
2015-10-31
2
-2/+2
*
|
Merge with 3.4
Terry Jan Reedy
2015-10-30
1
-2/+2
|
\
\
|
|
/
|
*
Issue #25519: Mark difflib.ndiff as a functions where not already.
Terry Jan Reedy
2015-10-30
1
-2/+2
*
|
Merge with 3.4
Terry Jan Reedy
2015-10-28
1
-4/+4
|
\
\
|
|
/
|
*
Issue #25432: Explain isinstance behaviour when type is a tuple.
Terry Jan Reedy
2015-10-28
1
-4/+4
*
|
Issue #23391: Merge OSError doc from 3.4 into 3.5
Martin Panter
2015-10-26
1
-21/+48
|
\
\
|
|
/
|
*
Issue #23391: Restore OSError constructor argument documentation
Martin Panter
2015-10-26
1
-21/+48
*
|
Merge 3.4 (Issue #25461)
Victor Stinner
2015-10-23
1
-3/+3
|
\
\
|
|
/
|
*
Issue #25461: Rephrase os.walk() doc
Victor Stinner
2015-10-23
1
-3/+3
*
|
Issue #24885: Update note in docs about stream convenience functions. (Merge ...
Guido van Rossum
2015-10-19
1
-4/+7
|
\
\
|
|
/
|
*
Issue #24885: Update note in docs about stream convenience functions.
Guido van Rossum
2015-10-19
1
-4/+7
*
|
Issue #25407: Drop the mention of the formatter module being removed
Brett Cannon
2015-10-16
1
-3/+2
*
|
Merge with 3.4
Terry Jan Reedy
2015-10-14
1
-11/+10
|
\
\
|
|
/
|
*
Issue #24782: Finish converting the Configure Extension dialog into a new
Terry Jan Reedy
2015-10-14
1
-11/+10
*
|
sys.setrecursionlimit() now raises RecursionError
Victor Stinner
2015-10-12
1
-0/+7
*
|
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter
2015-10-10
30
-33/+34
|
\
\
|
|
/
|
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
30
-33/+34
*
|
Issue #22413: Merge StringIO doc from 3.4 into 3.5
Martin Panter
2015-10-10
1
-4/+12
|
\
\
|
|
/
|
*
Issue #22413: Document newline effect on StringIO initializer and getvalue
Martin Panter
2015-10-10
1
-4/+12
*
|
Issue #16802: Document fileno parameter of socket.socket()
Berker Peksag
2015-10-08
1
-1/+5
|
\
\
|
|
/
|
*
Issue #16802: Document fileno parameter of socket.socket()
Berker Peksag
2015-10-08
1
-1/+5
*
|
Merge typo fixes from 3.4 into 3.5
Martin Panter
2015-10-07
2
-2/+2
|
\
\
|
|
/
|
*
Various minor typos in documentation and comments
Martin Panter
2015-10-07
2
-2/+2
*
|
Issue #25286: Update dictionary view link; patch by Akira Li
Martin Panter
2015-10-07
1
-2/+2
*
|
Issue #25286: Merge dictionary view glossary from 3.4 into 3.5
Martin Panter
2015-10-07
1
-1/+1
|
\
\
|
|
/
[next]