Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f86d1fdab79cd6cab150fffecbc76388cb5b7f92
/
Doc
3e9bec2
Whitespace.
by Stefan Krah
· 10 years ago
a7e9a6a
Issue #23352: Merge from 3.4.
by Stefan Krah
· 10 years ago
0dc4e15
Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
by Stefan Krah
· 10 years ago
7929be6
Merged documentation update from 3.4.
by Vinay Sajip
· 10 years ago
f046dfe
Added a cookbook entry on logging audible messages.
by Vinay Sajip
· 10 years ago
6ef0285
Merge: Fix asyncio doc typo.
by R David Murray
· 10 years ago
756f0b1
Fix asyncio doc typo.
by R David Murray
· 10 years ago
fc37abf
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
188f2c0
asyncio doc: document the new ResourceWarning warnings
by Victor Stinner
· 10 years ago
151b235
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
1077dee
asyncio doc: add a section about task cancellation
by Victor Stinner
· 10 years ago
ff5d085
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
7a55b88
Issue #21962, asyncio doc: Suggest the usage of wait_for() to replace
by Victor Stinner
· 10 years ago
f5324d7
Closes #22668: Merge from 3.4.
by Stefan Krah
· 10 years ago
3e48d77
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
54a231d
asyncio doc: document Protocol state machine
by Victor Stinner
· 10 years ago
85ad88d
Merged documentation update from 3.4.
by Vinay Sajip
· 10 years ago
db07164
Added a logging cookbook entry on customized exception formatting.
by Vinay Sajip
· 10 years ago
618e315
Add whatsnew entry for issue #5309.
by Berker Peksag
· 10 years ago
b820d0d
Issue #23286: Fix typo in the tutorial.
by Berker Peksag
· 10 years ago
b68c420
Issue #23286: Fix typo in the tutorial.
by Berker Peksag
· 10 years ago
b76bcc4
Issue #14099: Backout changeset e5bb3044402b (except adapted tests).
by Serhiy Storchaka
· 10 years ago
47efb4a
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
by Serhiy Storchaka
· 10 years ago
c959b0c
Issue #18518: timeit now rejects statements which can't be compiled outside
by Serhiy Storchaka
· 10 years ago
2bef585
Issue #18518: timeit now rejects statements which can't be compiled outside
by Serhiy Storchaka
· 10 years ago
07985ef
Issue #22286: The "backslashreplace" error handlers now works with
by Serhiy Storchaka
· 10 years ago
58f0201
Merge: #23215: note that time.sleep affects the current thread only.
by R David Murray
· 10 years ago
1923b62
#23215: reflow paragraph.
by R David Murray
· 10 years ago
f1f9675
#23251: Note that time.sleep affects the calling thread only.
by R David Murray
· 10 years ago
7d0e0c9
Closes #23253: Delay-load ShellExecute
by Steve Dower
· 10 years ago
b95b561
Issue20284: Implement PEP461
by Ethan Furman
· 10 years ago
8861502
prefer server alpn ordering over the client's
by Benjamin Peterson
· 10 years ago
cca2732
add support for ALPN (closes #20188)
by Benjamin Peterson
· 10 years ago
06140f2
Closes #23305: Merged documentation fix from 3.4.
by Vinay Sajip
· 10 years ago
ff37cfe
Issue #23305: clarified RotatingFileHandler documentation.
by Vinay Sajip
· 10 years ago
9aeef32
Closes #23202: pyvenv documentation updated to match its behavior.
by Vinay Sajip
· 10 years ago
71e7296
Updated pyvenv documentation to match its current behaviour.
by Vinay Sajip
· 10 years ago
08f3143
Issue #20898: Enum names are only available in the http.client module as constants.
by Berker Peksag
· 10 years ago
7b6b3d7
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs.
by Berker Peksag
· 10 years ago
5a494f6
Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs.
by Berker Peksag
· 10 years ago
cb18b95
Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP docs.
by Berker Peksag
· 10 years ago
82e07b9
Issue #23181: More "codepoint" -> "code point".
by Serhiy Storchaka
· 10 years ago
d3faf43
Issue #23181: More "codepoint" -> "code point".
by Serhiy Storchaka
· 10 years ago
140fc9f
Issue #23180: merge from 3.4
by Ned Deily
· 10 years ago
ccb416f
Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart.
by Ned Deily
· 10 years ago
26795ba
Issue #15955: Add an option to limit output size when decompressing LZMA data.
by Antoine Pitrou
· 10 years ago
0443c92
merge with 3.4
by Georg Brandl
· 10 years ago
caa12da
Closes #23244: fix typo. Thanks Mayank Tripathi for the patch.
by Georg Brandl
· 10 years ago
61f50bb
Issue22997: minor doc update; thanks to Simoen Visser
by Ethan Furman
· 10 years ago
8a12329
Issue22997: minor doc update; thanks to Simoen Visser
by Ethan Furman
· 10 years ago
e62430e
Issue22988: clarify yield and exception blocks
by Ethan Furman
· 10 years ago
2f825af
Issue22988: clarify yield and exception blocks
by Ethan Furman
· 10 years ago
9fdb0fe
Issue20467: clarify __init__'s role
by Ethan Furman
· 10 years ago
845d33c
Issue20467: clarify __init__'s role
by Ethan Furman
· 10 years ago
119479f
Issue20467: clarify __init__'s role
by Ethan Furman
· 10 years ago
3be472b
Closes #23181: codepoint -> code point
by Georg Brandl
· 10 years ago
4ec0422
Issue #22560, asyncio doc: ProactorEventLoop now supports SSL!
by Victor Stinner
· 10 years ago
610bc6a
merge 3.4 (#23221)
by Benjamin Peterson
· 10 years ago
82f34ad
fix instances of consecutive articles (closes #23221)
by Benjamin Peterson
· 10 years ago
17cba7d
Issue #19777: Provide a home() classmethod on Path objects.
by Antoine Pitrou
· 10 years ago
2cae11e
Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate.
by Antoine Pitrou
· 10 years ago
73dd030
Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate.
by Antoine Pitrou
· 10 years ago
cc8617b
Issue #21092: Merge from 3.4.
by Mark Dickinson
· 10 years ago
dfe0b23
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians.
by Mark Dickinson
· 10 years ago
a5d0c7c
Issue #23185: add math.inf and math.nan constants.
by Mark Dickinson
· 10 years ago
02d8454
Issue #23014: Make importlib.abc.Loader.create_module() required when
by Brett Cannon
· 10 years ago
863c69c
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
7eb1031
asyncio: SelectSelector is limited to 512 sockets on Windows
by Victor Stinner
· 10 years ago
a092a61
asyncio doc: fix section of event loop examples
by Victor Stinner
· 10 years ago
25638d3
Merge 3.4 (asyncio doc)
by Victor Stinner
· 10 years ago
399c59d
asyncio doc: list limitations to run subprocesses from different threads
by Victor Stinner
· 10 years ago
a65766e
Issue #20487: Clarify meaning of "side effect" in the magic mock documentation.
by Berker Peksag
· 10 years ago
283f1aa
Issue #20487: Clarify meaning of "side effect" in the magic mock documentation.
by Berker Peksag
· 10 years ago
4cb1781
expose the client's cipher suites from the handshake (closes #23186)
by Benjamin Peterson
· 10 years ago
f212636
Issue #19548: clean up merge issues in codecs docs
by Nick Coghlan
· 10 years ago
582acb7
Merge issue 19548 changes from 3.4
by Nick Coghlan
· 10 years ago
b9fdb7a
Issue 19548: update codecs module documentation
by Nick Coghlan
· 10 years ago
3ce67a9
Issue #23177: Document that ssl.RAND_egd() is not available with LibreSSL
by Victor Stinner
· 10 years ago
4908f71
Merge with 3.4
by Zachary Ware
· 10 years ago
5819cfa
Cosmetic fixes to the 'Develop with asyncio' page
by Zachary Ware
· 10 years ago
743ffe2
merge 3.4
by Benjamin Peterson
· 10 years ago
63b5558
emphasize that cffi is better than extension modules for portability
by Benjamin Peterson
· 10 years ago
dc5fdc5
merge 3.4 (#23167)
by Benjamin Peterson
· 10 years ago
b461000
the current marshal version is 4 (closes #23167)
by Benjamin Peterson
· 10 years ago
99f7249
Add missing URL link to Modernize docs.
by Ned Deily
· 10 years ago
4592497
Add missing URL link to Modernize docs.
by Ned Deily
· 10 years ago
52074ac
merge 3.4
by Benjamin Peterson
· 10 years ago
a453749
merge 3.3
by Benjamin Peterson
· 10 years ago
7919acb
merge 3.2
by Benjamin Peterson
· 10 years ago
47e782a
update for copyright for 2015
by Benjamin Peterson
· 10 years ago
0396cd7
merge 3.4
by Benjamin Peterson
· 10 years ago
bab69bf
update docs for #23111
by Benjamin Peterson
· 10 years ago
8477ed6
Issue #19776: Add a expanduser() method on Path objects.
by Antoine Pitrou
· 10 years ago
53553c4
merge 3.4
by Benjamin Peterson
· 10 years ago
5feeeba
use a proper m-dash
by Benjamin Peterson
· 10 years ago
4dcd61f
Issue #23125: Update nose project page link.
by Berker Peksag
· 10 years ago
a1a1409
Issue #23125: Update nose project page link.
by Berker Peksag
· 10 years ago
be6a5da
Remove the redundant second argument of versionadded directive.
by Berker Peksag
· 10 years ago
3ab6ba4
Merge: #23040: Clarify treatment of encoding and errors when component is bytes.
by R David Murray
· 10 years ago
8c4e112
#23040: Clarify treatment of encoding and errors when component is bytes.
by R David Murray
· 10 years ago
Next »