Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0304729ec49f4673bc8c88740537e66643a6c44a
/
Doc
/
library
d226d30
Issue #23883: Add test.support.check__all__() and test gettext.__all__
by Martin Panter
· 9 years ago
22fd1c2
Merge typo and grammar fixes from 3.5
by Martin Panter
· 9 years ago
97ce0fa
Fix grammar in whatsnew/3.5.rst and elsewhere
by Martin Panter
· 9 years ago
32acc16
Merge typo and grammar fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
2e4571a
Fix a few grammar problems in the documentation and comments
by Martin Panter
· 9 years ago
ac34e09
Correct Content-Type syntax in documentation
by Martin Panter
· 9 years ago
b129007
Merge 3.5 (issue #25605)
by Victor Stinner
· 9 years ago
33be3e3
Merge 3.4 (issue #25605)
by Victor Stinner
· 9 years ago
9cccfce
Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock()
by Victor Stinner
· 9 years ago
fe6d54b
Merge with 3.5
by Zachary Ware
· 9 years ago
a99ab63
Merge with 3.4
by Zachary Ware
· 9 years ago
71a0b43
Rewrite re.VERBOSE section.
by Zachary Ware
· 9 years ago
6e6ee30
Closes #25603: Merge with 3.5
by Zachary Ware
· 9 years ago
c730931
Issue #25603: Add missing parenthesis.
by Zachary Ware
· 9 years ago
349718a
merge
by Raymond Hettinger
· 9 years ago
d2f6974
Improve appearance of example code
by Raymond Hettinger
· 9 years ago
5bfb9f0
merge
by Raymond Hettinger
· 9 years ago
549e34c
Remove confusing section from named tuple recipes.
by Raymond Hettinger
· 9 years ago
2fbde51
merge
by Raymond Hettinger
· 9 years ago
850be0f
Improve namedtuple doc string examples
by Raymond Hettinger
· 9 years ago
eb1d89a
Issue #25064: Merge tempfile doc from 3.5
by Martin Panter
· 9 years ago
9b566c3
Issue #25064: Adjust documentation according to new mkstemp signature
by Martin Panter
· 9 years ago
501c16d
Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг.
by Serhiy Storchaka
· 9 years ago
4981dd2
Fixed merging error in 3ebeeed1eb28. Thanks Марк Коренберг.
by Serhiy Storchaka
· 9 years ago
a3a3d73
For FORMAT_VALUE opcode, make it clear that the result of PyObject_Format is pushed on the stack.
by Eric V. Smith
· 9 years ago
9ce52e3
Issue 25483: Fix doc typo and added versionadded. Thanks, Berker Peksag.
by Eric V. Smith
· 9 years ago
281d532
Issue 25483: Update dis.rst with FORMAT_VALUE opcode description.
by Eric V. Smith
· 9 years ago
bbfcb38
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
26825bc
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
8778c6b
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li.
by Guido van Rossum
· 9 years ago
4a7c03a
Issue #25523: Merge a-to-an corrections from 3.5.
by Serhiy Storchaka
· 9 years ago
f51d715
Issue #25523: Further a-to-an corrections new in 3.5.
by Serhiy Storchaka
· 9 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 9 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 9 years ago
a1fc949
Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending resolution of the related refcnt leak.
by Raymond Hettinger
· 9 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 9 years ago
d2ad571
Issue #25523: Further a-to-an corrections new in 3.5
by Martin Panter
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
75a8140
Fix typo noticed by Alec Nunn
by Berker Peksag
· 9 years ago
964ec8b
Fix typo noticed by Alec Nunn
by Berker Peksag
· 9 years ago
05a4a9c
Merge 3.5
by Yury Selivanov
· 9 years ago
c62162d
docs/inspect: Document __annotations__
by Yury Selivanov
· 9 years ago
ff99988
Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
4827e48
Merge spelling fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
1f1177d
Fix some spelling errors in documentation and code comments
by Martin Panter
· 9 years ago
7003696
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
c029481
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
3e8a7ad
Issue #25519: Mark difflib.ndiff as a functions where not already.
by Terry Jan Reedy
· 9 years ago
549edcf
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
44b1020
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
68b6874
Issue #25432: Explain isinstance behaviour when type is a tuple.
by Terry Jan Reedy
· 9 years ago
d7475fb
Issue #23391: Merge OSError doc from 3.5
by Martin Panter
· 9 years ago
084b368
Issue #23391: Merge OSError doc from 3.4 into 3.5
by Martin Panter
· 9 years ago
5487c13
Issue #23391: Restore OSError constructor argument documentation
by Martin Panter
· 9 years ago
4487a46
Merge 3.4 (Issue #25461)
by Victor Stinner
· 9 years ago
de6e800
Merge 3.4 (Issue #25461)
by Victor Stinner
· 9 years ago
0e316f6
Issue #25461: Rephrase os.walk() doc
by Victor Stinner
· 9 years ago
77b3d48
Issue #24885: Update note in docs about stream convenience functions. (Merge 3.5->3.6)
by Guido van Rossum
· 9 years ago
460b381
Issue #24885: Update note in docs about stream convenience functions. (Merge 3.4->3.5)
by Guido van Rossum
· 9 years ago
19ff697
Issue #24885: Update note in docs about stream convenience functions.
by Guido van Rossum
· 9 years ago
aa15ea4
Merge for issue #25407
by Brett Cannon
· 9 years ago
5ad5a7d
Issue #25407: Drop the mention of the formatter module being removed
by Brett Cannon
· 9 years ago
91108f0
Issue #25210: Change error message of do_richcompare()
by Victor Stinner
· 9 years ago
8533a21
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
447169f
Merge with 3.4
by Terry Jan Reedy
· 9 years ago
93f3542
Issue #24782: Finish converting the Configure Extension dialog into a new
by Terry Jan Reedy
· 9 years ago
b6d8483
Issue #24164: Document changes to __getnewargs__ and __getnewargs_ex__.
by Serhiy Storchaka
· 9 years ago
f7d2471
Merge 3.5 (sys.setrecursionlimit)
by Victor Stinner
· 9 years ago
50856d5
sys.setrecursionlimit() now raises RecursionError
by Victor Stinner
· 9 years ago
e84c976
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
by Victor Stinner
· 9 years ago
430f657
Issue #25161: Merge full stops from 3.5
by Martin Panter
· 9 years ago
84835ab
Issue #25161: Merge full stops from 3.4 into 3.5
by Martin Panter
· 9 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 9 years ago
a6d5038
Issue #22413: Merge StringIO doc from 3.5
by Martin Panter
· 9 years ago
994815e
Issue #22413: Merge StringIO doc from 3.4 into 3.5
by Martin Panter
· 9 years ago
cfad543
Issue #22413: Document newline effect on StringIO initializer and getvalue
by Martin Panter
· 9 years ago
960e848
Issue #16099: RobotFileParser now supports Crawl-delay and Request-rate
by Berker Peksag
· 9 years ago
2137dc1
Issue #16802: Document fileno parameter of socket.socket()
by Berker Peksag
· 9 years ago
ce88d82
Issue #16802: Document fileno parameter of socket.socket()
by Berker Peksag
· 9 years ago
24a6109
Issue #16802: Document fileno parameter of socket.socket()
by Berker Peksag
· 9 years ago
585a6ac
Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
3f930dc
Merge typo fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 9 years ago
6568714
Issue #25286: Merge dictionary view glossary from 3.5
by Martin Panter
· 9 years ago
397625e
Issue #25286: Update dictionary view link; patch by Akira Li
by Martin Panter
· 9 years ago
446977c
Issue #25286: Merge dictionary view glossary from 3.4 into 3.5
by Martin Panter
· 9 years ago
85b8f45
Issue #25286: Dictionary views are not sequences
by Martin Panter
· 9 years ago
6f038ad
Add a versionadded directive for reopenIfNeeded()
by Berker Peksag
· 9 years ago
68713e4
Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.
by Alexander Belopolsky
· 9 years ago
8ab4169
Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.5->3.6.)
by Guido van Rossum
· 9 years ago
5db034a
Docs and one small improvement for issue #25304, by Vincent Michel. (Merge 3.4->3.5.)
by Guido van Rossum
· 9 years ago
601953b
Docs and one small improvement for issue #25304, by Vincent Michel.
by Guido van Rossum
· 9 years ago
3074c13
Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.5->3.6.)
by Guido van Rossum
· 9 years ago
eda1955
Issue #23972: updates to asyncio datagram API. By Chris Laws. (Merge 3.4->3.5.)
by Guido van Rossum
· 9 years ago
b9bf913
Issue #23972: updates to asyncio datagram API. By Chris Laws.
by Guido van Rossum
· 9 years ago
9846187
Issue #16701: Merge sequence docs from 3.5
by Martin Panter
· 9 years ago
2b8cbf0
Issue #16701: Merge sequence docs from 3.4 into 3.5
by Martin Panter
· 9 years ago
3795d12
Issue #16701: Document += and *= for mutable sequences
by Martin Panter
· 9 years ago
bfc0102
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
Next »