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
...
*
|
|
asyncio.docs: Document Transport.is_closing (merge 3.4)
Yury Selivanov
2015-11-16
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
asyncio.docs: Document Transport.is_closing
Yury Selivanov
2015-11-16
1
-0/+5
*
|
|
Fix grammar in whatsnew/3.5.rst and elsewhere
Martin Panter
2015-11-14
2
-75/+76
*
|
|
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
*
|
|
Fix awkward grammar in whatsnew.
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
2
-3/+3
*
|
|
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
*
|
|
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
[prev]
[next]