Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
67e2e6d600f243c748678c09f741b6f8938af452
/
Doc
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
c0a8f8c
closes #22528: add source links to symtable and compileall
by Georg Brandl
· 10 years ago
60db513
merge with 3.4
by Georg Brandl
· 10 years ago
ea7ec2b
Remove unused and now removed config value.
by Georg Brandl
· 10 years ago
55f7634
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
6e978d2
Issue #21971: Index and update turtledemo doc.
by Terry Jan Reedy
· 10 years ago
cf4d699
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
1895f2b
Issue 22492: Be explicit that print does not support binary mode files.
by Terry Jan Reedy
· 10 years ago
f7b2aa5
merge with 3.4
by Georg Brandl
· 10 years ago
0428e6c
Remove old overridden version of a Sphinx CSS file.
by Georg Brandl
· 10 years ago
42c189e
merge with 3.4
by Georg Brandl
· 10 years ago
fd3a15a
Make pydoctheme compatible with Sphinx 1.3 HTML output changes.
by Georg Brandl
· 10 years ago
ea68398
Closes #20218: Added convenience methods read_text/write_text and read_bytes/
by Georg Brandl
· 10 years ago
14366f3
Fix overlooked conf.py setting in flattening of Doc directory.
by Ned Deily
· 10 years ago
bbf4ae5
Merge #21739: mention subtle difference between loops and listcomps in tutorial.
by R David Murray
· 10 years ago
6bd6860
#21739: mention subtle difference between loops and listcomps in tutorial.
by R David Murray
· 10 years ago
cd09571
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
b6271f2
Issue 22465: grammar, number agreement.
by Terry Jan Reedy
· 10 years ago
61bd1dc
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
by Georg Brandl
· 10 years ago
97e9ec6
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
by Georg Brandl
· 10 years ago
c8da428
merge with 3.4
by Georg Brandl
· 10 years ago
2b1a0a3
Dont define an empty SPHINXOPTS, which overrides a definition from the environment.
by Georg Brandl
· 10 years ago
7552eb8
merge with 3.4
by Georg Brandl
· 10 years ago
bae334c
Prepare sphinx extensions for 1.3.
by Georg Brandl
· 10 years ago
8de5b40
merge 3.4 (#22528)
by Benjamin Peterson
· 10 years ago
45d929d
add link to pdb source (closes #22528)
by Benjamin Peterson
· 10 years ago
550ff72
Reorganize C API docs of the exception API
by Antoine Pitrou
· 10 years ago
0676a40
Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument.
by Antoine Pitrou
· 10 years ago
9baa5b2
Issue #22437: Number of capturing groups in regular expression is no longer
by Serhiy Storchaka
· 10 years ago
c31e622
#17442: Add chained traceback support to InteractiveInterpreter.
by R David Murray
· 10 years ago
d034ece
Merge: #20135: FAQ entry for list mutation. (See also 90b07d422bd9.)
by R David Murray
· 10 years ago
12dc0d9
#20135: FAQ entry for list mutation. (See also 6375bf34fff6.)
by R David Murray
· 10 years ago
c081262
#10510: Fix bug in forward port of 2.7 distutils patch.
by R David Murray
· 10 years ago
623ae29
#10510: Fix bug in forward port of 2.7 distutils patch.
by R David Murray
· 10 years ago
131caba
Revert #22251
by Berker Peksag
· 10 years ago
9c1dba2
Revert #22251
by Berker Peksag
· 10 years ago
f7fee33
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 10 years ago
3749404
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 10 years ago
6f1e400
Merge: #18854: make it explicit that is_multipart does not mean 'multipart/xxx'.
by R David Murray
· 10 years ago
9cc5fd7
#18854: make it explicit that is_multipart does not mean 'multipart/xxx'.
by R David Murray
· 10 years ago
10177be
Merge: #20974: Update version table in email intro.
by R David Murray
· 10 years ago
1f3a88f
#20974: Update version table in email intro.
by R David Murray
· 10 years ago
fe21e4d
Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances.
by Berker Peksag
· 10 years ago
4f6355f
Issue #17462: Add a paragraph about advantages of argparse over optparse.
by Berker Peksag
· 10 years ago
6c1f0ad
Issue #17462: Add a paragraph about advantages of argparse over optparse.
by Berker Peksag
· 10 years ago
64b2a94
merge 3.4 (#22484)
by Benjamin Peterson
· 10 years ago
efd713b
allow archives for rc releases to be built (closes #22484)
by Benjamin Peterson
· 10 years ago
49e2bcb
Merge: Improve English phrasing in asyncio task docs.
by R David Murray
· 10 years ago
22dd833
Improve English phrasing in asyncio task docs.
by R David Murray
· 10 years ago
21df71a
merge 3.4 (#22459)
by Benjamin Peterson
· 10 years ago
eb83ffe
fix error in split() examples (closes #22459)
by Benjamin Peterson
· 10 years ago
b682fd3
Issue #21431: merge from 3.4
by Ned Deily
· 10 years ago
90d76ca
Closes #21431: make docs depend on Sphinx 1.2 and fix pydoc-topics builder to
by Georg Brandl
· 10 years ago
e6c27c9
MERGE: Typo: headeronly -> headersonly
by Jesus Cea
· 10 years ago
Next »