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
*
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
*
|
Remove line numbers from unittest in susp-ignored.
Robert Collins
2015-07-22
1
-4/+4
|
\
\
|
|
/
|
*
Remove line numbers from unittest in susp-ignored.
Robert Collins
2015-07-22
1
-4/+4
*
|
Merge unittest docs suspicious fix.
Robert Collins
2015-07-22
1
-4/+4
|
\
\
|
|
/
|
*
Fix suspicious after the unittest docs change.
Robert Collins
2015-07-22
1
-4/+4
*
|
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
Robert Collins
2015-07-22
1
-4/+8
|
\
\
|
|
/
|
*
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
Robert Collins
2015-07-22
1
-4/+8
*
|
Issue #24619: New approach for tokenizing async/await.
Yury Selivanov
2015-07-22
1
-3/+1
*
|
Merge with 3.4
Zachary Ware
2015-07-22
1
-1/+1
|
\
\
|
|
/
|
*
rstlint: explicitly open files as UTF8
Zachary Ware
2015-07-22
1
-1/+1
*
|
Issue #24680: Merge with 3.4
Zachary Ware
2015-07-22
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24680: Remove random backslash. Patch by cdz.
Zachary Ware
2015-07-22
1
-1/+1
[next]