Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
7462b64911f1e2df2de2285ddbf8b156b5cdc418
/
Doc
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
1f1177d
Fix some spelling errors in documentation and code comments
by Martin Panter
· 9 years ago
3e8a7ad
Issue #25519: Mark difflib.ndiff as a functions where not already.
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
5487c13
Issue #23391: Restore OSError constructor argument documentation
by Martin Panter
· 9 years ago
0e316f6
Issue #25461: Rephrase os.walk() doc
by Victor Stinner
· 9 years ago
f84499a
rstlint: Fix "default role used" warning
by Berker Peksag
· 9 years ago
19ff697
Issue #24885: Update note in docs about stream convenience functions.
by Guido van Rossum
· 9 years ago
4de9dae
Added entry to logging cookbook.
by Vinay Sajip
· 9 years ago
edb9111
Issue #25418: Fix markup in object.__hash__ documentation
by Berker Peksag
· 9 years ago
93f3542
Issue #24782: Finish converting the Configure Extension dialog into a new
by Terry Jan Reedy
· 9 years ago
b3951880
actually link to the version attributes documentation
by Benjamin Peterson
· 9 years ago
0071b3d
don't mention Python 2.2 (closes #25375)
by Benjamin Peterson
· 9 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 9 years ago
cfad543
Issue #22413: Document newline effect on StringIO initializer and getvalue
by Martin Panter
· 9 years ago
ff1f3d9
Closes #25344: Added cookbook recipe to show buffering of logging events.
by Vinay Sajip
· 9 years ago
24a6109
Issue #16802: Document fileno parameter of socket.socket()
by Berker Peksag
· 9 years ago
9955a37
Various minor typos in documentation and comments
by Martin Panter
· 9 years ago
85b8f45
Issue #25286: Dictionary views are not sequences
by Martin Panter
· 9 years ago
601953b
Docs and one small improvement for issue #25304, by Vincent Michel.
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
3795d12
Issue #16701: Document += and *= for mutable sequences
by Martin Panter
· 9 years ago
d470527
Issue #25224: README.txt is now an idlelib index for IDLE developers and
by Terry Jan Reedy
· 9 years ago
1c62b52
Reflect parameter name change in the doc
by Andrew Svetlov
· 9 years ago
37f8135
Issue #24028: Add subsection about Idle calltips.
by Terry Jan Reedy
· 9 years ago
87d0066
Fix English phrasing.
by R David Murray
· 9 years ago
1dd72e6
make wikipedia link https
by Benjamin Peterson
· 9 years ago
c402d8d
shorten and fix casing of title
by Benjamin Peterson
· 9 years ago
f660ce2
Issue #25225: Condense and rewrite Idle doc section on text colors.
by Terry Jan Reedy
· 9 years ago
4919907
Fix #25208: Improve "Develop with asyncio" doc page.
by Andrew Svetlov
· 9 years ago
0053c47
Issue 21995: Explain some differences between IDLE and console Python.
by Terry Jan Reedy
· 9 years ago
bfd9767
Issue #24894: Document the codec iso8859_11
by Victor Stinner
· 9 years ago
8b5a981
Issue #22820: Explain need for *print* when running file from Idle editor.
by Terry Jan Reedy
· 9 years ago
6e10ec5
Issue 25224: Augment Idle doc feature list and no-subprocess section
by Terry Jan Reedy
· 9 years ago
968e285
Issue #25219: Update doc for Idle command line options.
by Terry Jan Reedy
· 9 years ago
aa0da86
Issue #12067: Rewrite Comparisons section in the language reference
by Martin Panter
· 9 years ago
5e4a7d8
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
by Victor Stinner
· 9 years ago
f7dc7fb
Issue #25114, asyncio: add ssl_object extra info to SSL transports
by Victor Stinner
· 9 years ago
407c497
Issue #23484: Document differences between synchronization primitives of
by Berker Peksag
· 9 years ago
44e4b11
Issue #25169: os.getppid() is available on Windows since Python 3.2.
by Berker Peksag
· 9 years ago
16ad5cf
remove reference to PyGoogle (#25145)
by Benjamin Peterson
· 9 years ago
95acbce
use a more modern UA (#25145)
by Benjamin Peterson
· 9 years ago
cebfdac
Issue #25176: Correct link for cgi.parse_qsl; patch from Ville Skyttä
by Martin Panter
· 9 years ago
2a5f9da
Issue24756: clarify usage of run_docstring_examples()
by Ethan Furman
· 9 years ago
0b0c3b6
Issue #25127: Fix typo in concurrent.futures.rst
by Berker Peksag
· 9 years ago
66ad846
Use :menuselection: in whatsnew/3.4.
by Serhiy Storchaka
· 9 years ago
4019852
fix name of argument in docstring and the docs (closes #25076)
by Benjamin Peterson
· 9 years ago
0424eaf
Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes.
by Serhiy Storchaka
· 9 years ago
06171bd
Issue #16473: Fix byte transform codec documentation; test quotetabs=True
by Martin Panter
· 9 years ago
f9b6875
Issue #25063: socket.sendfile() does not exist in 3.4
by Martin Panter
· 9 years ago
ea7266d
Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants
by Martin Panter
· 9 years ago
79e5088
Fix grammatical error in csv docs.
by Zachary Ware
· 9 years ago
db4220e
Issue #25030: Do not document seek() as if it accepts keyword arguments
by Martin Panter
· 9 years ago
91c03e0
Issue #25022: Avoid warning about unused suspicious rule
by Martin Panter
· 9 years ago
d830262
Issue #24984: BTPROTO_SCO supports only bytes objects
by Martin Panter
· 9 years ago
3d9a9d4
Issue #25022: Add NEWS, fix docs to not mention the old example.
by Zachary Ware
· 9 years ago
920f6db
Use print function in mock docs.
by Berker Peksag
· 9 years ago
d1a9858
Issue #24984: Document AF_BLUETOOTH socket address formats
by Martin Panter
· 9 years ago
9499413
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
by Martin Panter
· 9 years ago
bf19d16
Issue #23738: Document and test actual keyword parameter names
by Martin Panter
· 9 years ago
7f02d6d
Issue #23406: Clarify documentation on multiplying a sequence
by Martin Panter
· 9 years ago
17227a7
#24998: fix cut and paste error in subprocess example.
by R David Murray
· 9 years ago
5492d35
asyncio doc: fix subprocess sections
by Victor Stinner
· 9 years ago
31e7f50
Issue #24952: Clarify default argument of stack_size() in threading, _thread
by Martin Panter
· 9 years ago
0612ffe
fix spelling that was a bit confused (closes #24963)
by Benjamin Peterson
· 9 years ago
7a3602e
Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.
by Raymond Hettinger
· 9 years ago
1a83746
Issue #24962: Remove space from filename
by Zachary Ware
· 9 years ago
5e580da
Issue #24947: Fix grammar in asyncio doc
by Zachary Ware
· 9 years ago
78d5033
Issue #24808: Update the documentation of some PyTypeObject fields
by Martin Panter
· 9 years ago
87cbfb2
#24926: Fix typo in example.
by R David Murray
· 9 years ago
a2b0055
Issue #22812: Fix unittest discovery examples.
by Robert Collins
· 9 years ago
2053aa1
'Py_Buffer' should be 'Py_buffer' (closes #24883)
by Benjamin Peterson
· 9 years ago
eca0445
Issue #24079: Improve description of the text and tail attributes for
by Ned Deily
· 9 years ago
4ce4f97
Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
by Antoine Pitrou
· 9 years ago
d84b29f
Issue #4395: Better testing and documentation of binary operators.
by Robert Collins
· 9 years ago
0b2833e
Issue #24531: Document that encoding lines cannot follow non-comment lines.
by Robert Collins
· 9 years ago
79b98df
Issue #21279: Flesh out str.translate docs
by Zachary Ware
· 9 years ago
91e561a
Issue #24129: Clarify reference docs for name resolution.
by Nick Coghlan
· 9 years ago
1ae28d2
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
by Robert Collins
· 9 years ago
30f1f67
Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.
by Terry Jan Reedy
· 9 years ago
41ca828
Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs.
by Berker Peksag
· 9 years ago
dcf841b
Merge
by Jason R. Coombs
· 9 years ago
bd4dd54
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
by Robert Collins
· 9 years ago
842c074
Issue #24729: Correct reference to open function.
by Jason R. Coombs
· 9 years ago
1ee9283
Issue #23254: Document how to close the TCPServer listening socket.
by Robert Collins
· 9 years ago
d8de44b
Issue #24729: Update tutorial to match implementation.
by Alessandro Cucci
· 9 years ago
7e732a7
Issue #24713: Use importlib.reload() in import reference document.
by Berker Peksag
· 9 years ago
f79dfe3
Add versionchanged information for mock_open.
by Robert Collins
· 9 years ago
ca647ef
Issue #21750: Further fixup to be styled like other mock APIs.
by Robert Collins
· 9 years ago
80e4f30
Remove line numbers from unittest in susp-ignored.
by Robert Collins
· 9 years ago
16dd210
Fix suspicious after the unittest docs change.
by Robert Collins
· 9 years ago
e02f6c2
Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.
by Robert Collins
· 9 years ago
4aa30dc
rstlint: explicitly open files as UTF8
by Zachary Ware
· 9 years ago
c75e2dd
Issue #24680: Remove random backslash. Patch by cdz.
by Zachary Ware
· 9 years ago
acb3a4d
fix normalization example (closes #24610)
by Benjamin Peterson
· 9 years ago
e36402a
Fix usage of the default role.
by Zachary Ware
· 9 years ago
5c676f6
Fix suspicious markup
by Zachary Ware
· 9 years ago
7dcbf90
'not' is very important here
by Benjamin Peterson
· 9 years ago
b8fd262
tighten warning
by Benjamin Peterson
· 9 years ago
f1ce6de
Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference
by Ned Deily
· 9 years ago
Next »