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
*
Fix for one-letter type in What's New In Python 3.5.
Larry Hastings
2015-08-24
1
-1/+1
*
Adds documentation for the new Windows embedded package.
Steve Dower
2015-08-08
1
-4/+89
*
Issue #23756: Clarify the terms "contiguous" and "bytes-like object".
Stefan Krah
2015-08-08
4
-13/+30
*
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Stefan Krah
2015-08-08
1
-1/+4
*
Issue #4395: Better testing and documentation of binary operators.
Robert Collins
2015-08-06
1
-9/+13
|
\
|
*
Issue #4395: Better testing and documentation of binary operators.
Robert Collins
2015-08-06
1
-9/+13
*
|
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Robert Collins
2015-08-06
1
-2/+4
|
\
\
|
|
/
|
*
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Robert Collins
2015-08-06
1
-2/+4
*
|
Issue #21279: Merge with 3.4
Zachary Ware
2015-08-06
1
-10/+11
|
\
\
|
|
/
|
*
Issue #21279: Flesh out str.translate docs
Zachary Ware
2015-08-06
1
-10/+11
*
|
whatsnew/3.5: Mention new ssl memory bio
Yury Selivanov
2015-08-05
1
-5/+14
*
|
whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484
Yury Selivanov
2015-08-05
1
-1/+2
*
|
Merge issue #24129 from 3.4
Nick Coghlan
2015-08-05
1
-62/+101
|
\
\
|
|
/
|
*
Issue #24129: Clarify reference docs for name resolution.
Nick Coghlan
2015-08-05
1
-62/+101
*
|
Fix trailing ws.
Guido van Rossum
2015-08-05
1
-9/+9
*
|
Merge docs for typing.py from accidental branch.
Guido van Rossum
2015-08-05
1
-0/+415
|
\
\
|
*
|
Issue #24272: Initial docs for typing.py (PEP 484).
Guido van Rossum
2015-08-03
1
-0/+415
*
|
|
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
1
-5/+5
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
1
-5/+5
*
|
|
whatsnew: Add pep 448 to new syntax features section
Yury Selivanov
2015-08-04
1
-0/+1
*
|
|
whatsnew/3.5: Briefly mention PEP 484
Yury Selivanov
2015-08-04
1
-0/+22
*
|
|
whatsnew/3.5: Mention PEP 448
Yury Selivanov
2015-08-04
1
-0/+43
|
|
/
|
/
|
*
|
whatsnew/3.5: Mention that 'async' is a bad name for modules
Yury Selivanov
2015-08-03
1
-3/+3
*
|
Remove warning about asyncio being provisional (it's not in 3.5 and up).
Guido van Rossum
2015-08-02
1
-7/+0
*
|
docs: Fix productionlist for async def functions
Yury Selivanov
2015-08-01
1
-1/+1
*
|
Merge with 3.4
Terry Jan Reedy
2015-07-30
1
-2/+0
|
\
\
|
|
/
|
*
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
Terry Jan Reedy
2015-07-30
1
-2/+0
*
|
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...
Berker Peksag
2015-07-30
1
-4/+4
|
\
\
|
|
/
|
*
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...
Berker Peksag
2015-07-30
1
-4/+4
*
|
Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.
Berker Peksag
2015-07-30
2
-0/+10
*
|
Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in diff...
Berker Peksag
2015-07-29
1
-62/+1
*
|
Merge with 3.4 for Issue #24729
Jason R. Coombs
2015-07-29
1
-3/+3
|
\
\
|
|
/
|
*
Merge
Jason R. Coombs
2015-07-29
1
-3/+3
|
|
\
|
|
*
Issue #24729: Correct reference to open function.
Jason R. Coombs
2015-07-29
1
-2/+2
|
|
*
Issue #24729: Update tutorial to match implementation.
Alessandro Cucci
2015-07-28
1
-3/+3
*
|
|
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins
2015-07-29
1
-4/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins
2015-07-29
1
-4/+2
|
|
/
*
|
Issue #23254: Document how to close the TCPServer listening socket.
Robert Collins
2015-07-29
1
-2/+11
|
\
\
|
|
/
|
*
Issue #23254: Document how to close the TCPServer listening socket.
Robert Collins
2015-07-29
1
-2/+11
*
|
What's New in Python 3.5: document os.urandom() changes
Victor Stinner
2015-07-29
2
-0/+11
*
|
What's New in Python 3.5: document socket.sendall() change on timeout
Victor Stinner
2015-07-28
1
-0/+4
*
|
What's New in Python 3.5: Document ssl methods change on timeout
Victor Stinner
2015-07-28
1
-0/+9
*
|
What's New in Python 3.5: move PEP 475 doc
Victor Stinner
2015-07-28
1
-52/+65
*
|
Issue #24420: Fix documentation regression introduced by f0a00ee094ff.
Berker Peksag
2015-07-25
1
-3/+19
*
|
Issue #24713: Use importlib.reload() in import reference document.
Berker Peksag
2015-07-25
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24713: Use importlib.reload() in import reference document.
Berker Peksag
2015-07-25
1
-1/+1
*
|
Add versionchanged information for mock_open.
Robert Collins
2015-07-23
1
-0/+8
|
\
\
|
|
/
|
*
Add versionchanged information for mock_open.
Robert Collins
2015-07-23
1
-0/+8
*
|
Issue #21750: Further fixup to be styled like other mock APIs.
Robert Collins
2015-07-23
1
-3/+5
|
\
\
|
|
/
|
*
Issue #21750: Further fixup to be styled like other mock APIs.
Robert Collins
2015-07-23
1
-3/+5
[next]