Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6f3bdc94848d8c99ad2b7eb79e90ddb6e9f602c6
/
Doc
3efa148
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
ed8e3a9
asyncio: add missing @coroutine decorator
by Victor Stinner
· 10 years ago
6682efa
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
ab1c853
asyncio doc: update debug traces
by Victor Stinner
· 10 years ago
980dd84
asyncio doc: more explicit doc for async()
by Victor Stinner
· 10 years ago
33f6abe
asyncio doc: reformat create_server() doc
by Victor Stinner
· 10 years ago
ed05159
asyncio doc: add TCP echo client/server using streams
by Victor Stinner
· 10 years ago
5382c25
Merge: #17325: Improve distutils PyPI documentation.
by R David Murray
· 10 years ago
2ac7a89
#17325: Improve distutils PyPI documentation.
by R David Murray
· 10 years ago
7728fe8
merge with 3.4
by Georg Brandl
· 10 years ago
62b0813
Closes #22586: clarify meaning of allow_fragments in urlparse.
by Georg Brandl
· 10 years ago
e0c988a
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
5366434
asyncio doc: enhance TCP client example
by Victor Stinner
· 10 years ago
cfbea3a
asyncio doc: clarify how servers create protocol instances
by Victor Stinner
· 10 years ago
65dc79b
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
c7edffd
asyncio doc: add UDP client and server examples
by Victor Stinner
· 10 years ago
c2721b4
asyncio doc: use server.wait_closed() in TCP echo server example
by Victor Stinner
· 10 years ago
8a01b71
Issue #22613: Fix reprlib.Repr subclass example on Python 3.
by Berker Peksag
· 10 years ago
edd6ec2
Issue #22613: Fix reprlib.Repr subclass example on Python 3.
by Berker Peksag
· 10 years ago
870903e
Merge issue #21061 fix from 3.4
by Nick Coghlan
· 10 years ago
36d8ef9
Issue #21061: correctly note redirect_stdout is reentrant
by Nick Coghlan
· 10 years ago
1867e3e
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
ccd8e34
asyncio doc: socket.socketpair() is not available on Windows yet
by Victor Stinner
· 10 years ago
a75e887
Merge with 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
04e6df3
asyncio doc: add examples showing the 3 ways to wait for data from an open
by Victor Stinner
· 10 years ago
6888b96
asyncio doc: cleanup Hello World examples
by Victor Stinner
· 10 years ago
5121a9b
asyncio doc: the "Get HTTP headers" example now supports HTTPS
by Victor Stinner
· 10 years ago
35aa10b
merge with 3.4
by Georg Brandl
· 10 years ago
dbf8344
Closes #18959: move optparse and imp to new "superseded modules" chapter
by Georg Brandl
· 10 years ago
e8ea355
Closes #21687: delimiter in Py_SetPath is platform dependent
by Georg Brandl
· 10 years ago
c5dd095
Closes #21675: fix ordering of description in library intro
by Georg Brandl
· 10 years ago
fc260a9
Closes #15414: Merge with 3.4
by Zachary Ware
· 10 years ago
a13dab4
Issue #15414: Clean and correct the os.path.join docs.
by Zachary Ware
· 10 years ago
082c6cb
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
f9bd920
Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño.
by Terry Jan Reedy
· 10 years ago
2debf15
Issue #22564: cleanup SSLObject doc
by Victor Stinner
· 10 years ago
2961145
Issue #22564: ssl doc, add more links to the non-blocking section
by Victor Stinner
· 10 years ago
805b262
Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and
by Victor Stinner
· 10 years ago
9558e90
Merge 3.4
by Victor Stinner
· 10 years ago
cfb2a0a
Issue #22564: ssl doc: mention asyncio in the non-blocking section
by Victor Stinner
· 10 years ago
92127a5
Merge 3.4
by Victor Stinner
· 10 years ago
d28fe8c
Issue #22564: ssl doc: mention how SSLSocket are usually created
by Victor Stinner
· 10 years ago
3c3d3c7
Issue #22564: ssl doc: use "class" marker to document the SSLSocket class
by Victor Stinner
· 10 years ago
41f92c2
Issue #22564: ssl doc: document read(), write(), pending, server_side and
by Victor Stinner
· 10 years ago
851a6cc
Issue #22564: ssl doc: fix typos
by Victor Stinner
· 10 years ago
7438e4b
Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()
by Serhiy Storchaka
· 10 years ago
2623a5d
Merge: #18176: Change generic UCD PropList link to version specific link.
by R David Murray
· 10 years ago
5f16f90
#18176: Change generic UCD PropList link to version specific link.
by R David Murray
· 10 years ago
532783b
Merge: #18176: fix another reference and add it to the makeunicodedata comment.
by R David Murray
· 10 years ago
5bd6242
#18176: fix another reference and add it to the makeunicodedata comment.
by R David Murray
· 10 years ago
5ac125c
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
by R David Murray
· 10 years ago
7445a38
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
by R David Murray
· 10 years ago
4487dd0
#18615: Make sndhdr return namedtuples.
by R David Murray
· 10 years ago
8786ea3
(Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()
by Victor Stinner
· 10 years ago
13d3aa5
Closes #22580: Fix documentation of PyUnicode_Tailmatch()
by Victor Stinner
· 10 years ago
882c95c
whatsnew: Fix markup.
by Berker Peksag
· 10 years ago
fa0423b
whatsnew: Add PEP 478.
by Berker Peksag
· 10 years ago
f88c070
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
by Berker Peksag
· 10 years ago
b2fdafe
Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.
by Berker Peksag
· 10 years ago
c78319d
Mostly-null-merge from 3.4 branch following 3.4.2 release.
by Larry Hastings
· 10 years ago
2ce95d7
Merge from 3.4.2 release head back into 3.4 mainline.
by Larry Hastings
· 10 years ago
b91ed56
merge 3.4
by Benjamin Peterson
· 10 years ago
57fb11b
use source role instead of linking to svn
by Benjamin Peterson
· 10 years ago
2756e7e
merge with 3.4
by Georg Brandl
· 10 years ago
9205e9e
Closes #16155: fix a few errors in doctest output of the FAQ pages.
by Georg Brandl
· 10 years ago
1f6afef
merge with 3.4
by Georg Brandl
· 10 years ago
7fa4a8f
Closes #12148: clarify "or's together option flags" in doctest docs.
by Georg Brandl
· 10 years ago
033ec05
merge with 3.4
by Georg Brandl
· 10 years ago
4dd27a3
Closes #21782: the default hash(x) is not exactly id(x) but derived from it.
by Georg Brandl
· 10 years ago
4f8fed2
merge with 3.4
by Georg Brandl
· 10 years ago
a94ad1e
Closes #10031: overhaul the "imports" section of the programming FAQ.
by Georg Brandl
· 10 years ago
92b47a4
merge with 3.4
by Georg Brandl
· 10 years ago
f6d6dc2
Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention that they call the PEP 3119 methods.
by Georg Brandl
· 10 years ago
4ae7839
merge with 3.4
by Georg Brandl
· 10 years ago
a920b6d
Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.
by Georg Brandl
· 10 years ago
c53bc48
merge with 3.4
by Georg Brandl
· 10 years ago
eb7e8f6
Document builtin classes as such, not functions.
by Georg Brandl
· 10 years ago
b65ff1d
merge with 3.4
by Georg Brandl
· 10 years ago
9743516
Closes #22565: fix argument types of PyErr_WarnEx.
by Georg Brandl
· 10 years ago
9dedc63
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
c6ad576
Issue #22546: update doc for mini-language float None presentation type.
by Terry Jan Reedy
· 10 years ago
c6256e5
Update pydoc topics and fix supsicious markup for 3.4.2 final.
by Larry Hastings
· 10 years ago
1fe8ada
merge 3.4 (#18494)
by Benjamin Peterson
· 10 years ago
1c262a6
PyObject not PyType (closes #18494)
by Benjamin Peterson
· 10 years ago
b1fdf47
Issue #21965: Add support for in-memory SSL to the ssl module.
by Antoine Pitrou
· 10 years ago
861470c
#16518: Bring error messages in harmony with docs ("bytes-like object")
by R David Murray
· 10 years ago
31e34fe
merge with 3.4
by Georg Brandl
· 10 years ago
340c749
Closes #19477: remove outdated documentation of tp_print type object slot.
by Georg Brandl
· 10 years ago
7790f84
Merge: #14201: Update ctypes docs to match behavior changed from 214b28d7a999.
by R David Murray
· 10 years ago
9db487b
#14201: Update ctypes docs to match behavior changed from 214b28d7a999.
by R David Murray
· 10 years ago
4aae276
Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*
by Antoine Pitrou
· 10 years ago
2e6a907
Merge packaging doc updates from 3.4
by Nick Coghlan
· 10 years ago
5c4fbd5
Realign packaging docs with PyPUG changes
by Nick Coghlan
· 10 years ago
84bf989
Merge: #14056: Small improvements to the tarfile documentation.
by R David Murray
· 10 years ago
bf92bce
#14056: Small improvements to the tarfile documentation.
by R David Murray
· 10 years ago
df75fee
#22508: Drop email __version__ string. It no longer means anything.
by R David Murray
· 10 years ago
4d2aba3
Merge with 3.4
by Zachary Ware
· 10 years ago
7280561
Fix a few typo/grammar issues in the multiprocessing docs.
by Zachary Ware
· 10 years ago
3f1ef9e
Closes #18729: minor markup improvement.
by Georg Brandl
· 10 years ago
b83f56f
merge with 3.4
by Georg Brandl
· 10 years ago
Next »