Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1b47bf43a6328e98849ccc7fe0375966b5571452
/
Doc
/
library
9439f04
Issue #14954: Clarify the interaction of weak references and garbage collection.
by Antoine Pitrou
· 12 years ago
f6bd1b0
#15742: clarify sqlite parameter substitution example.
by R David Murray
· 12 years ago
e56bf97
#13579: teach string.Formatter about 'a'.
by R David Murray
· 12 years ago
75fd225
#15636: add versionadded for decodebytes
by R David Murray
· 12 years ago
433ef3b
#15694: reflow paragraph.
by R David Murray
· 12 years ago
9f0c940
#15694: Link discussion of file objects to glossary entry.
by R David Murray
· 12 years ago
f6190c1
Issue 15660: Clarify 0 prefix for width field in str.format doc.
by Terry Jan Reedy
· 12 years ago
d9c026f
Issue #15412: Remove erroneous note about weakrefs
by Richard Oudkerk
· 12 years ago
264e9ac
Issue #14501: Clarify that authentication keys are byte strings
by Richard Oudkerk
· 12 years ago
b7c6c81
Update the getpeercert() example with a real-world cert showing non-trivial issuer, subject and subjectAltName.
by Antoine Pitrou
· 12 years ago
ee0a945
#15543: reflow paragraphs.
by R David Murray
· 12 years ago
1b00f25
#15543: glossary entry for and 'universal newlines', and links to it.
by R David Murray
· 12 years ago
2b209cd
#15269: document dircmp.left and right, and add tests for them.
by R David Murray
· 12 years ago
296d1be
Restore original line lengths.
by Georg Brandl
· 12 years ago
59db401
Issue #15497: Correct characters in TextWrapper.replace_whitespace docs.
by Andrew Svetlov
· 12 years ago
50be452
Issue #15561: Update subprocess docs to reference io.TextIOWrapper.
by Andrew Svetlov
· 12 years ago
ecd78fe
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
by Andrew Svetlov
· 12 years ago
c7b0e21
add usage example from cli; thanks to Christian Clauss from docs@
by Sandro Tosi
· 12 years ago
6cbe405
escape '\'; thanks to Steve Holden from docs@
by Sandro Tosi
· 12 years ago
985104a
it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@
by Sandro Tosi
· 12 years ago
82a509c
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@
by Sandro Tosi
· 12 years ago
ee903c5
add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@
by Sandro Tosi
· 12 years ago
fbd4f80
Issue #15444: Use proper spelling for non-ASCII contributor names.
by Antoine Pitrou
· 12 years ago
eec6420
Issue #15501: Document exception classes in subprocess module.
by Andrew Svetlov
· 12 years ago
05c35a6
#15554: clarify splitlines/split differences.
by R David Murray
· 12 years ago
9b000e7
Issue #15482: Properly document the default 'level' parameter for __import__().
by Brett Cannon
· 12 years ago
401e17d
open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't
by Victor Stinner
· 12 years ago
0c1c0d4
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
by Antoine Pitrou
· 12 years ago
e708a8a
Issue #15041: update "see also" list in tkinter documentation.
by Andrew Svetlov
· 12 years ago
707bd4e
Mention the *limit* argument of TextIO.readline().
by Antoine Pitrou
· 12 years ago
393e23f
Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios.
by Vinay Sajip
· 12 years ago
28a9f21
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
by Senthil Kumaran
· 12 years ago
e60e12b
#15429: Fix invalid mention of types.NoneType from None docs.
by R David Murray
· 12 years ago
3be7a8b
Issue #15399: Added versionchanged for processName.
by Vinay Sajip
· 12 years ago
a3d1cac
Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue
by Nick Coghlan
· 12 years ago
52cc722
Add c_size_t and c_ssize_t to the ctypes summary table.
by Antoine Pitrou
· 12 years ago
921d124
Show the proper way to exit a cmd shell
by Raymond Hettinger
· 12 years ago
83efd6c
Issue #13557: Clarify effect of giving two different namespaces to exec or
by Terry Jan Reedy
· 12 years ago
29feb1f
Make call of os.getppid() conditional: it is not available on Windows.
by Georg Brandl
· 12 years ago
4a27d9f
urlparse docs clean up - no reference to earlier draft
by Senthil Kumaran
· 12 years ago
2d24e94
Issue #5067: improve some json error messages. Patch by Serhiy Storchaka.
by Antoine Pitrou
· 12 years ago
72a80e8
issue13666 - Fixing datetime documentation example when using tzinfo
by Senthil Kumaran
· 12 years ago
f21804a
Issue #13685 - Update argparse help message for % sign usage.
by Senthil Kumaran
· 12 years ago
33369cf
Fix a bunch of "versionchanged" related markup errors.
by Georg Brandl
· 12 years ago
27b130e
Issue #15060: better fix, thanks to review on #python-dev
by Sandro Tosi
· 12 years ago
56692f5
Issue #15060: fix typo in socket doc; Patch by anatoly techtonik
by Sandro Tosi
· 12 years ago
964f205
refer to time.strftime
by Sandro Tosi
· 12 years ago
554b348
#14957: fix doc typo.
by R David Murray
· 12 years ago
ae1b94b
#14957: clarify splitlines docs.
by R David Murray
· 12 years ago
3f7d1d3
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
by Sandro Tosi
· 12 years ago
13c7034
Fix #14943. Update the proper default value and list the proper argument names in the explanation.
by Brian Curtin
· 12 years ago
e1398f7
#11785: fix the :mod: references in email package submodule titles.
by R David Murray
· 12 years ago
1a01ebc
#14863: Update the documentation of os.fdopen()
by Petri Lehtinen
· 12 years ago
979f37a
Restore [] where default arguments are not keywords
by Hynek Schlawack
· 13 years ago
dfa4652
#14804: Remove [] around optional arguments with default values
by Hynek Schlawack
· 13 years ago
f54c060
Fix `versionchanged` tags for json.load
by Hynek Schlawack
· 13 years ago
69d8493
Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call.
by Vinay Sajip
· 13 years ago
1203e83
Document when json.load's parse_constant behaviour changed
by Hynek Schlawack
· 13 years ago
079bfc9
#14494: Document that absolute imports became default in 3.0 instead of 2.7.
by Petri Lehtinen
· 13 years ago
1033b31
Fix time.time() references in the time module docs
by Petri Lehtinen
· 13 years ago
f7a6615
#14823: Simplify threading.Lock.acquire argument discussion.
by R David Murray
· 13 years ago
9729fd4
#14692 Fix json docs to reflect changes in json.load
by Hynek Schlawack
· 13 years ago
28e68ea
#1440472: reflow
by R David Murray
· 13 years ago
ea1badb
#1440472: Explain that email parser/generator isn't *quite* "idempotent"
by R David Murray
· 13 years ago
539f239
#14766: Reflow the altered paragraphs.
by R David Murray
· 13 years ago
9075d8b
#14766: Add correct algorithm for when a 'time' object is naive.
by R David Murray
· 13 years ago
3918b1e
Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
38b86b4
correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
by Sandro Tosi
· 13 years ago
a9494f6
Some nits in the pickle docs.
by Antoine Pitrou
· 13 years ago
bf3165b
#14763: document default maxsplit value for str.split.
by Ezio Melotti
· 13 years ago
b98b37f
Improve the grammar of a non-sentence.
by R David Murray
· 13 years ago
6cc7a41
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
2e20968
Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
by Ned Deily
· 13 years ago
3d6d7a5
#14558: document the module, argv, and testLoader args of unittest.main.
by Ezio Melotti
· 13 years ago
290416f
Issue11352 - Update cgi module docs
by Senthil Kumaran
· 13 years ago
a0b1d1e
#14519: fix the regex used in the scanf example.
by Ezio Melotti
· 13 years ago
b8e336b
Fix markup in unittest doc.
by Ezio Melotti
· 13 years ago
db727b4
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
by Senthil Kumaran
· 13 years ago
0a6b541
#14461: fix wording.
by Ezio Melotti
· 13 years ago
8dc5004
issue14427 - Document Request.get_header and Request.header_items
by Senthil Kumaran
· 13 years ago
285e51b
#14155: add a note about \b.
by Ezio Melotti
· 13 years ago
100b889
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions
by Sandro Tosi
· 13 years ago
d11d0d6
Issue #14448: mention pytz; patch by Andrew Svetlov
by Sandro Tosi
· 13 years ago
3e29d93
Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
e6c3462
Issue #13478: document timeit.default_timer()
by Sandro Tosi
· 13 years ago
a42665f
issue2193 - Update 3.2 docs about legal characters allowed in Cookie name
by Senthil Kumaran
· 13 years ago
cc19140
Remove webbrowser doc reference to the previously removed internet-config option.
by Ned Deily
· 13 years ago
1ee1719
fix typo; thanks to Jérôme Mainka from docs@
by Sandro Tosi
· 13 years ago
84e59aa
Fix highlight and spacing in json example.
by Ezio Melotti
· 13 years ago
f86b28e
#14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
e7bade5
#14553: fix word order.
by R David Murray
· 13 years ago
644cabe
#14552: remove redundant wording in 'test' docs.
by R David Murray
· 13 years ago
f6cd9b2
Improve the threading.Condition docs.
by Antoine Pitrou
· 13 years ago
2c58075
Closes #14545: make clearer what was added.
by Georg Brandl
· 13 years ago
b96a354
Small improvements to the threading docs: better publicize support for the with statement.
by Antoine Pitrou
· 13 years ago
2c9f104
Fix some markup in the threading docs.
by Antoine Pitrou
· 13 years ago
126aef7
Issue #8799: Fix and improve the threading.Condition documentation.
by Antoine Pitrou
· 13 years ago
074faff
Updated logging reference and HOWTO.
by Vinay Sajip
· 13 years ago
cc49790
minor .rst fix
by Senthil Kumaran
· 13 years ago
fee3fc7
Issue #14502: release() and unlocked lock generates a ThreadError
by Sandro Tosi
· 13 years ago
Next »