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
...
*
|
whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tags
Yury Selivanov
2015-09-11
2
-2/+2
*
|
Issue #25030: Merge seek() doc fixes from 3.4 into 3.5
Martin Panter
2015-09-11
1
-6/+7
|
\
\
|
|
/
|
*
Issue #25030: Do not document seek() as if it accepts keyword arguments
Martin Panter
2015-09-11
1
-6/+7
*
|
Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5
Martin Panter
2015-09-11
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24984: BTPROTO_SCO supports only bytes objects
Martin Panter
2015-09-11
1
-1/+1
*
|
whatsnew/3.5: Another editing pass
Yury Selivanov
2015-09-11
1
-4/+4
*
|
Add the original author of profile.py back to the docs, at his request.
Guido van Rossum
2015-09-10
1
-1/+1
*
|
Fix typos and improve markup in typing.rst.
Berker Peksag
2015-09-10
1
-19/+18
*
|
Use print function in mock docs.
Berker Peksag
2015-09-10
1
-6/+6
|
\
\
|
|
/
|
*
Use print function in mock docs.
Berker Peksag
2015-09-10
1
-6/+6
*
|
Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe.
Guido van Rossum
2015-09-10
1
-18/+110
*
|
whatsnew/3.5: First pass over NEWS is done.
Yury Selivanov
2015-09-09
1
-0/+4
*
|
docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)
Yury Selivanov
2015-09-09
1
-6/+3
*
|
Issue #24984: Merge 3.4 into 3.5
Martin Panter
2015-09-09
1
-2/+24
|
\
\
|
|
/
|
*
Issue #24984: Document AF_BLUETOOTH socket address formats
Martin Panter
2015-09-09
1
-2/+24
*
|
Merge 3.4 into 3.5
Martin Panter
2015-09-09
1
-1/+1
|
\
\
|
|
/
|
*
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
Martin Panter
2015-09-09
1
-1/+1
*
|
Merge 3.5 branches
Martin Panter
2015-09-09
3
-10/+26
|
\
\
|
*
|
whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.
Yury Selivanov
2015-09-09
3
-10/+26
*
|
|
Issue #23738: Merge 3.4 into 3.5
Martin Panter
2015-09-09
3
-20/+21
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #23738: Document and test actual keyword parameter names
Martin Panter
2015-09-09
3
-20/+21
*
|
Issue #23406: Merge 3.4 into 3.5
Martin Panter
2015-09-07
1
-6/+9
|
\
\
|
|
/
|
*
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter
2015-09-07
1
-6/+9
*
|
Merge: #24998: fix cut and paste error in subprocess example.
R David Murray
2015-09-04
1
-1/+1
|
\
\
|
|
/
|
*
#24998: fix cut and paste error in subprocess example.
R David Murray
2015-09-04
1
-1/+1
*
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-09-02
1
-4/+4
|
\
\
|
|
/
|
*
asyncio doc: fix subprocess sections
Victor Stinner
2015-09-02
1
-4/+4
*
|
Make asyncio provisional
Yury Selivanov
2015-08-31
1
-0/+7
*
|
Issue #24952: Merge 3.4 into 3.5
Martin Panter
2015-08-31
2
-2/+4
|
\
\
|
|
/
|
*
Issue #24952: Clarify default argument of stack_size() in threading, _thread
Martin Panter
2015-08-31
2
-2/+4
*
|
merge 3.4 (#24963)
Benjamin Peterson
2015-08-30
1
-1/+1
|
\
\
|
|
/
|
*
fix spelling that was a bit confused (closes #24963)
Benjamin Peterson
2015-08-30
1
-1/+1
*
|
merge
Raymond Hettinger
2015-08-30
1
-3/+3
|
\
\
|
|
/
|
*
Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.
Raymond Hettinger
2015-08-30
1
-3/+3
*
|
Issue #24272: Remove usage of default reST role from typing docs
Zachary Ware
2015-08-30
1
-47/+50
*
|
Issue #24947: Merge 3.4
Zachary Ware
2015-08-27
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24947: Fix grammar in asyncio doc
Zachary Ware
2015-08-27
1
-1/+1
*
|
Merge: #24926: Fix typo in example.
R David Murray
2015-08-24
1
-1/+1
|
\
\
|
|
/
|
*
#24926: Fix typo in example.
R David Murray
2015-08-24
1
-1/+1
*
|
Issue #22812: Fix unittest discovery examples.
Robert Collins
2015-08-24
1
-2/+2
|
\
\
|
|
/
|
*
Issue #22812: Fix unittest discovery examples.
Robert Collins
2015-08-24
1
-2/+2
*
|
Further improve os.path.commonprefix() docs.
Yury Selivanov
2015-08-19
1
-4/+4
*
|
docs: Improve docs for os.path.commonprefix
Yury Selivanov
2015-08-18
1
-2/+15
*
|
Issue #24079: merge from 3.4
Ned Deily
2015-08-18
1
-11/+19
|
\
\
|
|
/
|
*
Issue #24079: Improve description of the text and tail attributes for
Ned Deily
2015-08-18
1
-11/+19
*
|
docs: Clarify that gi_yieldfrom was first added in 3.5
Yury Selivanov
2015-08-17
1
-3/+4
*
|
docs: Fix inspect docs re gi_yieldfrom
Yury Selivanov
2015-08-17
1
-4/+4
*
|
Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
Antoine Pitrou
2015-08-13
1
-2/+2
|
\
\
|
|
/
|
*
Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
Antoine Pitrou
2015-08-13
1
-2/+2
*
|
Issue #23725: Overhaul tempfile docs.
Robert Collins
2015-08-12
1
-66/+89
[prev]
[next]