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
*
merge 3.4
Benjamin Peterson
2015-11-04
1
-1/+1
|
\
|
*
remove trailing ws
Benjamin Peterson
2015-11-04
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2015-11-04
2
-10/+9
|
\
\
|
|
/
|
*
link to modern PUG url
Benjamin Peterson
2015-11-04
2
-10/+9
*
|
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
16
-19/+19
|
\
\
|
|
/
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
16
-19/+19
*
|
Issue #25523: Further a-to-an corrections new in 3.5
Martin Panter
2015-11-02
3
-4/+4
*
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
35
-48/+48
|
\
\
|
|
/
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
35
-48/+48
*
|
Fix typo noticed by Alec Nunn
Berker Peksag
2015-10-31
1
-1/+1
*
|
whatsnew/3.5: NumPy 1.10 has been released
Yury Selivanov
2015-10-31
1
-1/+1
*
|
docs/inspect: Document __annotations__
Yury Selivanov
2015-10-31
1
-0/+6
*
|
Fix more typos in whatsnew/3.5.rst
Martin Panter
2015-10-31
1
-4/+4
*
|
Merge spelling fixes from 3.4 into 3.5
Martin Panter
2015-10-31
3
-3/+3
|
\
\
|
|
/
|
*
Fix some spelling errors in documentation and code comments
Martin Panter
2015-10-31
3
-3/+3
*
|
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
*
|
Silence a "unused rule" warning
Berker Peksag
2015-10-20
1
-1/+1
*
|
rstlint: Fix "default role used" warning
Berker Peksag
2015-10-20
1
-1/+1
|
\
\
|
|
/
|
*
rstlint: Fix "default role used" warning
Berker Peksag
2015-10-20
1
-1/+1
*
|
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
*
|
Fix another typo noticed by SilentGhost
Berker Peksag
2015-10-18
1
-1/+1
*
|
Issue #25434: Fix typo in whatsnew/3.5rst
Berker Peksag
2015-10-18
1
-1/+1
*
|
Merged cookbook update from 3.4.
Vinay Sajip
2015-10-17
1
-0/+66
|
\
\
|
|
/
|
*
Added entry to logging cookbook.
Vinay Sajip
2015-10-17
1
-0/+66
*
|
Issue #25407: Drop the mention of the formatter module being removed
Brett Cannon
2015-10-16
1
-3/+2
*
|
Issue #25418: Fix markup in object.__hash__ documentation
Berker Peksag
2015-10-16
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25418: Fix markup in object.__hash__ documentation
Berker Peksag
2015-10-16
1
-1/+1
*
|
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
*
|
merge 3.4
Benjamin Peterson
2015-10-12
1
-2/+2
|
\
\
|
|
/
|
*
actually link to the version attributes documentation
Benjamin Peterson
2015-10-12
1
-2/+2
*
|
merge 3.4
Benjamin Peterson
2015-10-11
1
-2/+2
|
\
\
|
|
/
|
*
don't mention Python 2.2 (closes #25375)
Benjamin Peterson
2015-10-11
1
-2/+2
*
|
Issue #25161: Merge full stops from 3.4 into 3.5
Martin Panter
2015-10-10
37
-40/+41
|
\
\
|
|
/
|
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
37
-40/+41
*
|
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
*
|
Closes #25344: Merged fix from 3.4.
Vinay Sajip
2015-10-09
1
-0/+137
|
\
\
|
|
/
[next]