Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5c676f67d135bd09999ca4160c34be1f39051840
/
Doc
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
a1005ed
#24584: replace dead link with pointer to archive.org.
by R David Murray
· 9 years ago
3ef8058
remove stray '(' (closes #24547)
by Benjamin Peterson
· 9 years ago
89584c9
Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects.
by Berker Peksag
· 9 years ago
1096f76
Issue #24509: Clarify Handle.cancel() and loop.call_* methods.
by Yury Selivanov
· 9 years ago
bb96134
asyncio.docs: Use less confusing title
by Yury Selivanov
· 9 years ago
03863d2
Fixed documentation of functions with const char* arguments.
by Serhiy Storchaka
· 9 years ago
5fa22fc
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
by Serhiy Storchaka
· 9 years ago
b4760ef
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
by Senthil Kumaran
· 9 years ago
1c90670
Issue #24453: Fix doubled word.
by Raymond Hettinger
· 9 years ago
6ac5cc1
whitespace
by Terry Jan Reedy
· 9 years ago
fe63c9a
Issue #24406: Add sentences on dict comparisons, similar to those for Sequence
by Terry Jan Reedy
· 9 years ago
f5d4523
Closes issue #24405: mark set display as code.
by Terry Jan Reedy
· 9 years ago
17d5f47
- Issue #24351: Clarify what is meant by "identifier" in the context of
by Barry Warsaw
· 9 years ago
f330d53
#23891: correctly refer to PyPI as "Python Package Index"
by Tal Einat
· 9 years ago
d004071
#23891: remove extra words
by Andrew Kuchling
· 9 years ago
dd15b36
#23891: add a section to the Tutorial describing virtual environments and pip
by Andrew Kuchling
· 9 years ago
4a75174
Add link to pyvideoorg
by Andrew Kuchling
· 9 years ago
ecacfd8
#23891: rework discussion of python-list a bit
by Andrew Kuchling
· 9 years ago
d71b170
#23891: describe a few more modules in the tutorial
by Andrew Kuchling
· 10 years ago
d9ede87
that this is "for Python" is obvious
by Benjamin Peterson
· 9 years ago
12b50ce
Issue #23659: Document **fmtparams in csv.register_dialect docstring.
by Berker Peksag
· 9 years ago
2558774
Issue #24148: Fix incorrect Stats.sort_stats() example.
by Berker Peksag
· 9 years ago
11cf4f6
Issue #24357: use example.org instead
by Ned Deily
· 9 years ago
834f029
Issue #24357: fix real typo
by Ned Deily
· 9 years ago
9e2dc3f
Issue #24357: fix typo
by Ned Deily
· 9 years ago
1b79e2d
Issue #24357: Change host in socket.getaddrinfo example to one that
by Ned Deily
· 9 years ago
0339568
Issue 22357: Document __qualname__ in inspect.rst
by Yury Selivanov
· 9 years ago
68fe9aa
update for 3.6 emerging
by Benjamin Peterson
· 9 years ago
72c2400
Issue 24304: Fix broken license link in FAQ.
by Ned Deily
· 9 years ago
410d77f
Remove UTF-8 BOMs.
by Serhiy Storchaka
· 9 years ago
a6f6a68
whitespace
by Terry Jan Reedy
· 9 years ago
571164f
Add pointer to IDLE what's new file.
by Terry Jan Reedy
· 9 years ago
43cba21
Make expression legal python by adding '1'.
by Terry Jan Reedy
· 9 years ago
9ecf9e2
Issue #24219: Remove duplicate literal in docs.
by Raymond Hettinger
· 9 years ago
315e104
Issue #24232: Fix typos. Patch by Ville Skyttä.
by Berker Peksag
· 9 years ago
2a8baed
Issue #24233: Add a proper link to socket.getfqdn() documentation.
by Berker Peksag
· 9 years ago
d986563
Issue #22155: Add File Handlers subsection with createfilehandler to tkinter
by Terry Jan Reedy
· 9 years ago
0e8168c
#24216: fix typo
by R David Murray
· 9 years ago
8279619
Issue 24191: Document BoundArguments.signature
by Yury Selivanov
· 9 years ago
2249d9f
Make sentence correct English.
by R David Murray
· 9 years ago
0a560a1
#23088: Clarify null termination of bytes and strings in C API.
by R David Murray
· 9 years ago
3afdb28
Fix mangled wording
by Raymond Hettinger
· 9 years ago
a378025
Issue #19934: Document *None* as an acceptable input to Counter.most_common([n])
by Raymond Hettinger
· 9 years ago
19a3f17
use imperative
by Benjamin Peterson
· 9 years ago
c2dd680
Issue #23983: Update the pty module example.
by Berker Peksag
· 9 years ago
d7e19bb
docs/asyncio: Document new ensure_future() and deprecated async()
by Yury Selivanov
· 10 years ago
7185461
docs/asyncio: Document set_task_factory/get_task_factory
by Yury Selivanov
· 10 years ago
b79e012
Fix doc: asyncio.Semaphore.release() actually is a regular function, not coroutine
by Andrew Svetlov
· 10 years ago
ad643b5
remove word we don't need
by Benjamin Peterson
· 10 years ago
828946e
Fix copy/paste errors.
by Zachary Ware
· 10 years ago
d0150ad
Issue 24088: Clarify semantics of yield expression.
by Guido van Rossum
· 10 years ago
ac87ed7
update example, since python.org is HTTPS-only now (closes #24118)
by Benjamin Peterson
· 10 years ago
4590c3d
#24108: Update fnmatch.translate example to show correct output.
by R David Murray
· 10 years ago
6d877ef
#24081: Remove obsolete caveat from import docs.
by R David Murray
· 10 years ago
a7db057
Fixed a typo.
by Serhiy Storchaka
· 10 years ago
bbd95a9
Issue #24060: Made logging.Formatter documentation a little clearer.
by Vinay Sajip
· 10 years ago
2034caa
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
by Berker Peksag
· 10 years ago
8c99a6d
Issue #23356: Simplify convert_arg_line_to_args example.
by Berker Peksag
· 10 years ago
d87dd43
fix relative link (closes #24057)
by Benjamin Peterson
· 10 years ago
9bdd613
remove dead *-import checking code (closes #24049)
by Benjamin Peterson
· 10 years ago
2097f53
Issue #24029: Document the name binding behavior for submodule imports.
by Barry Warsaw
· 10 years ago
333518e
#15183: clarify timeit documentation to say that setup statement isn't timed
by Andrew Kuchling
· 10 years ago
6de708f
recommend requests library (closes #23989)
by Benjamin Peterson
· 10 years ago
cdbe299
fix grammar
by Benjamin Peterson
· 10 years ago
37de910
Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods.
by Berker Peksag
· 10 years ago
e4dde50
Issue #15566: Document encoding and errors parameters of TarInfo.frombuf().
by Berker Peksag
· 10 years ago
2d965c2
Issue #23536: Clarified scope of fileConfig()'s API.
by Vinay Sajip
· 10 years ago
5be7f15
#23957: fix typo.
by R David Murray
· 10 years ago
0f2f3bc
issue9014: Include more formatting on :c:type:`PyObject` etc.
by Gregory P. Smith
· 10 years ago
1b24465
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
by Gregory P. Smith
· 10 years ago
23a6a0d
remove trailing space :)
by Gregory P. Smith
· 10 years ago
f2a448a
issue22046: mention that zipfile can raise NotImplementedError on unsupported
by Gregory P. Smith
· 10 years ago
4882cac
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 10 years ago
ae9f0fe
Issue #23730: Document the return value of ZipFile.extract
by Zachary Ware
· 10 years ago
97aa953
Fix duplicate doc entry for SSLContext.get_ca_certs()
by Antoine Pitrou
· 10 years ago
4c9c848
Issue #17202: Add .bat to .hgeol to force them to CRLF.
by Zachary Ware
· 10 years ago
f3b990e
Issue #23932: Update the tutorial section on function annotations.
by Zachary Ware
· 10 years ago
354c740
#17380: Document tp_init return value in extending docs.
by R David Murray
· 10 years ago
9575e18
Issue #12955: Change the urlopen() examples to use context managers where appropriate.
by Berker Peksag
· 10 years ago
8ad751e
Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor
by Antoine Pitrou
· 10 years ago
770319d
Issue #23912: Fix code formatting in datamodel.rst.
by Berker Peksag
· 10 years ago
1c69c3e
use imperative
by Benjamin Peterson
· 10 years ago
eb7a97c
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs.
by Berker Peksag
· 10 years ago
fe5ac52
Fix typo in telnet docs (reported by Keith Briggs)
by Tim Golden
· 10 years ago
6f362fa
actually ssl3 is just completely broken
by Benjamin Peterson
· 10 years ago
7ecfc82
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
by Berker Peksag
· 10 years ago
42c235e
Added missing right bracket (reported by Daryl Klakouski)
by Tim Golden
· 10 years ago
72dcb0a
Issue #23219: Update asyncio.wait_for() documentation
by Victor Stinner
· 10 years ago
8218bd4
document what exactly str.splitlines() splits on (closes #12855)
by Benjamin Peterson
· 10 years ago
c43a666
Issue #23729: Improve docs for ElementTree namespace parsing
by Raymond Hettinger
· 10 years ago
2e3998f
#11468: improve unittest basic example. Initial patch by Florian Preinstorfer.
by Ezio Melotti
· 10 years ago
f6e31b7
Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table.
by Raymond Hettinger
· 10 years ago
beed840
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
by R David Murray
· 10 years ago
218144a
clarify behavior of shutil.move when destination exists (closes #22933)
by Benjamin Peterson
· 10 years ago
63998a3
#11726: Make linecache docs reflect that all files are treated the same.
by R David Murray
· 10 years ago
376658f
Issue #11726: Fix linecache example in the doc
by Victor Stinner
· 10 years ago
Next »