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
*
Closes #15414: Merge with 3.4
Zachary Ware
2014-10-10
1
-11/+16
|
\
|
*
Issue #15414: Clean and correct the os.path.join docs.
Zachary Ware
2014-10-10
1
-11/+16
*
|
Merge with 3.4
Terry Jan Reedy
2014-10-10
1
-2/+2
|
\
\
|
|
/
|
*
Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño.
Terry Jan Reedy
2014-10-10
1
-2/+2
*
|
Issue #22564: cleanup SSLObject doc
Victor Stinner
2014-10-10
1
-25/+38
*
|
Issue #22564: ssl doc, add more links to the non-blocking section
Victor Stinner
2014-10-10
1
-5/+7
*
|
Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and
Victor Stinner
2014-10-10
1
-69/+69
*
|
Merge 3.4
Victor Stinner
2014-10-10
1
-2/+10
|
\
\
|
|
/
|
*
Issue #22564: ssl doc: mention asyncio in the non-blocking section
Victor Stinner
2014-10-10
1
-2/+10
*
|
Merge 3.4
Victor Stinner
2014-10-10
1
-35/+51
|
\
\
|
|
/
|
*
Issue #22564: ssl doc: mention how SSLSocket are usually created
Victor Stinner
2014-10-10
1
-0/+3
|
*
Issue #22564: ssl doc: use "class" marker to document the SSLSocket class
Victor Stinner
2014-10-10
1
-24/+26
|
*
Issue #22564: ssl doc: document read(), write(), pending, server_side and
Victor Stinner
2014-10-10
1
-0/+54
|
*
Issue #22564: ssl doc: fix typos
Victor Stinner
2014-10-10
1
-2/+2
*
|
Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()
Serhiy Storchaka
2014-10-10
2
-0/+11
*
|
Merge: #18176: Change generic UCD PropList link to version specific link.
R David Murray
2014-10-10
1
-1/+3
|
\
\
|
|
/
|
*
#18176: Change generic UCD PropList link to version specific link.
R David Murray
2014-10-10
1
-1/+3
*
|
Merge: #18176: fix another reference and add it to the makeunicodedata comment.
R David Murray
2014-10-09
1
-1/+1
|
\
\
|
|
/
|
*
#18176: fix another reference and add it to the makeunicodedata comment.
R David Murray
2014-10-09
1
-1/+1
*
|
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray
2014-10-09
1
-1/+1
|
\
\
|
|
/
|
*
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray
2014-10-09
1
-1/+1
*
|
#18615: Make sndhdr return namedtuples.
R David Murray
2014-10-09
2
-4/+18
*
|
(Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()
Victor Stinner
2014-10-09
1
-1/+1
|
\
\
|
|
/
|
*
Closes #22580: Fix documentation of PyUnicode_Tailmatch()
Victor Stinner
2014-10-09
1
-1/+1
*
|
whatsnew: Fix markup.
Berker Peksag
2014-10-09
1
-1/+2
*
|
whatsnew: Add PEP 478.
Berker Peksag
2014-10-09
1
-1/+1
*
|
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
Berker Peksag
2014-10-08
1
-4/+4
|
\
\
|
|
/
|
*
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
Berker Peksag
2014-10-08
1
-4/+4
*
|
Mostly-null-merge from 3.4 branch following 3.4.2 release.
Larry Hastings
2014-10-08
1
-2/+2
|
\
\
|
|
/
|
*
Merge from 3.4.2 release head back into 3.4 mainline.
Larry Hastings
2014-10-08
2
-7/+7
|
|
\
|
|
*
Update pydoc topics and fix supsicious markup for 3.4.2 final.
Larry Hastings
2014-10-06
2
-7/+7
*
|
|
merge 3.4
Benjamin Peterson
2014-10-07
1
-9/+8
|
\
\
\
|
|
/
/
|
*
|
use source role instead of linking to svn
Benjamin Peterson
2014-10-07
1
-9/+8
*
|
|
merge with 3.4
Georg Brandl
2014-10-06
3
-6/+17
|
\
\
\
|
|
/
/
|
*
|
Closes #16155: fix a few errors in doctest output of the FAQ pages.
Georg Brandl
2014-10-06
3
-6/+17
*
|
|
merge with 3.4
Georg Brandl
2014-10-06
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Closes #12148: clarify "or's together option flags" in doctest docs.
Georg Brandl
2014-10-06
1
-3/+3
*
|
|
merge with 3.4
Georg Brandl
2014-10-06
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Closes #21782: the default hash(x) is not exactly id(x) but derived from it.
Georg Brandl
2014-10-06
1
-2/+2
*
|
|
merge with 3.4
Georg Brandl
2014-10-06
1
-16/+2
|
\
\
\
|
|
/
/
|
*
|
Closes #10031: overhaul the "imports" section of the programming FAQ.
Georg Brandl
2014-10-06
1
-16/+2
*
|
|
merge with 3.4
Georg Brandl
2014-10-06
2
-30/+35
|
\
\
\
|
|
/
/
|
*
|
Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention...
Georg Brandl
2014-10-06
2
-30/+35
*
|
|
merge with 3.4
Georg Brandl
2014-10-06
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.
Georg Brandl
2014-10-06
1
-0/+6
*
|
|
merge with 3.4
Georg Brandl
2014-10-06
1
-41/+41
|
\
\
\
|
|
/
/
|
*
|
Document builtin classes as such, not functions.
Georg Brandl
2014-10-06
1
-41/+41
*
|
|
merge with 3.4
Georg Brandl
2014-10-06
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Closes #22565: fix argument types of PyErr_WarnEx.
Georg Brandl
2014-10-06
1
-1/+1
*
|
|
Merge with 3.4
Terry Jan Reedy
2014-10-06
1
-4/+6
|
\
\
\
|
|
/
/
[next]