Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
023532e558bb0c5bf60195aebbafe63a0bebd85e
/
Doc
1b93ed4
Fixed a handful of typos (GH-343) (GH-364)
by Mariatta
· 8 years ago
8458b2b
correct documentation for enum.html (GH-358) (GH-367)
by Mariatta
· 8 years ago
bc10e6b
Asyncio documentation: remove `self` from method signatures (GH-334) (GH-337)
by Mariatta
· 8 years ago
8aa1ad8
bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333)
by Xiang Zhang
· 8 years ago
7e4897a
bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)
by Mariatta
· 8 years ago
6b81003
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323)
by Berker Peksag
· 8 years ago
deea29e
bpo-26184: import.rst: Improve versionchanged note (GH-277) (#320)
by Mariatta
· 8 years ago
893e86e
bpo-29121: Remove outdated documentation about transactions (#313) (#319)
by Berker Peksag
· 8 years ago
1457984
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316)
by Mariatta
· 8 years ago
7333d17
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-314)
by Mariatta
· 8 years ago
b002328
Fix small typos in introduction and datastructures of tutorial (GH-272) (GH-297)
by Mariatta
· 8 years ago
814213b
[3.6] Backport README.rst changes (GH-294)
by Mariatta
· 8 years ago
f28db60
[3.6] Fix small typos in expressions.rst (GH-276) (GH-281)
by Mariatta
· 8 years ago
0a1b656
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278)
by Barry Warsaw
· 8 years ago
2197eac
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243)
by Berker Peksag
· 8 years ago
55b82e1
bpo-28911: Clarify the behaviour of assert_called_once_with. (#252)
by Arne de Laat
· 8 years ago
b067a5e
bpo-29554: Improve docs for pstat module and profile. (#88) (#227)
by Berker Peksag
· 8 years ago
9b49133
bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) (#208)
by Mariatta
· 8 years ago
51a477c
doc: fix compile error on "shoddy" example extension (GH-216)
by INADA Naoki
· 8 years ago
a4afdfc
Change some mercurial/ hg.python.org references. (#8) (#185)
by Senthil Kumaran
· 8 years ago
7970cd4
bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-178)
by INADA Naoki
· 8 years ago
b121d73
Tweak PEP 519 documentation in stdlib (#164)
by Berker Peksag
· 8 years ago
b300c66
Backport36 doc fixes: PR#68 and PR#124 (#125)
by Victor Stinner
· 8 years ago
7224a04
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108)
by Mariatta
· 8 years ago
db3deb9
bpo-29521 Fix two minor documentation build warnings (#41) (#83)
by Mariatta
· 8 years ago
9268855
Fix some sphinx warnings (#9) (#81)
by Mariatta
· 8 years ago
f66c81f
[backport to 3.6] bpo-28929: Link the documentation to its source file on GitHub (#37)
by Mariatta
· 8 years ago
308f789
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22)
by Mariatta
· 8 years ago
c2328ec
[backport to 3.6] Support "bpo-" in Misc/NEWS (#42)
by Mariatta
· 8 years ago
35a1f7f
massage English for -X descriptions a bit
by Benjamin Peterson
· 8 years ago
e185757
Merge issue #26355 fix from Python 3.5
by Nick Coghlan
· 8 years ago
e662445
Issue #26355: Specify canonical URLs in docs pages
by Nick Coghlan
· 8 years ago
0885076
Issue #29441: Merge from 3.5
by Berker Peksag
· 8 years ago
f592867
Issue #29441: Update examples to use async and await keywords in asyncio-task.rst
by Berker Peksag
· 8 years ago
e39262c
Issue #29371: merge with 3.5
by Mariatta Wijaya
· 8 years ago
81b8977
Issue #29371: Clarify bitwise OR operation in doctest option flags.
by Mariatta Wijaya
· 8 years ago
d0b9158
Substitute a more readable f-string
by Raymond Hettinger
· 8 years ago
d93c4de
Fix usage of data directive
by Berker Peksag
· 8 years ago
5a001ee
Issue #29198: Merge from 3.5
by Berker Peksag
· 8 years ago
5702fb7
Issue #29198: Fix indentation and markup in typing.rst
by Berker Peksag
· 8 years ago
14169b2
Issue #29198: Merge from 3.5
by Berker Peksag
· 8 years ago
38962a6
Issue #29198: Document typing.AsyncGenerator
by Berker Peksag
· 8 years ago
23dcccb
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line
by Mariatta Wijaya
· 8 years ago
77bb0f4
Backed out changeset 3d712292f2fa
by Mariatta Wijaya
· 8 years ago
e2d8bc5
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line
by Mariatta Wijaya
· 8 years ago
c6fe419
Issue #29407: Merge from 3.5
by Berker Peksag
· 8 years ago
d5adb63
Issue #29407: Remove redundant ensure_future() calls in factorial example
by Berker Peksag
· 8 years ago
e334a53
Issues #11670: Merge configparser doc from 3.5
by Martin Panter
· 8 years ago
b154113
Issues #29349: Merge Py 2.6+ compatibility from 3.5
by Martin Panter
· 8 years ago
1f10671
Issue #11670: readfp(fp) parameter name is different to read_file(f)
by Martin Panter
· 8 years ago
9a45402
Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+
by Martin Panter
· 8 years ago
e61592e
Issues #29349: Merge Py 2 fix 3.5
by Martin Panter
· 8 years ago
2be9889
Issues #12067: Merge hash recommendation from 3.5
by Martin Panter
· 8 years ago
8f3fb72
Issue #29349: Fix Python 2 syntax in documentation build code
by Martin Panter
· 8 years ago
8dbb0ca
Issue #12067: Recommend that hash and equality be consistent
by Martin Panter
· 8 years ago
e53bd8e
Issue 29310: Document typing.NamedTuple default argument syntax
by Raymond Hettinger
· 8 years ago
dc4ce0e
Fixes #28784: Clarified use of shlex.shlex with punctuation_chars.
by Vinay Sajip
· 8 years ago
b0d0e19
issue26149 - Point to Wiki for Editors and Python IDEs on Unix.
by Senthil Kumaran
· 8 years ago
574ff06
Issues #29189: Merge indentation fixes from 3.5
by Martin Panter
· 8 years ago
ef107ee
Issue #29189: Fix indentation in RST markup
by Martin Panter
· 8 years ago
01f5ae7
Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION
by Victor Stinner
· 8 years ago
4459e00
Issue #29092: Sync os.stat's doc and docstring on path type.
by Xiang Zhang
· 8 years ago
d7d87ca
Issue #29092: Sync os.stat's doc and docstring on path type.
by Xiang Zhang
· 8 years ago
67c1cb2
Issue #29316: Restore the provisional status of typing module and add
by Ned Deily
· 8 years ago
a57a8a3
Issue #29281: Fill-in a missing versionchanged entry
by Raymond Hettinger
· 8 years ago
346454c
Issue #29292: Merge 3.5.
by Xiang Zhang
· 8 years ago
6ad85bf
Issue #29292: Update outdated doc of PyEval_EvalCodeEx.
by Xiang Zhang
· 8 years ago
4710935
Issue 29274: Merge doc fixes from 3.5
by Martin Panter
· 8 years ago
37f183d
Issue #29274: tests cases → test cases
by Martin Panter
· 8 years ago
e12c313
merge
by Raymond Hettinger
· 8 years ago
8049052
Issue #29011: Fix an important omission by adding Deque to the typing module.
by Raymond Hettinger
· 8 years ago
2e1b6ea
Issue #29062: Doc: Fix make suspicious
by INADA Naoki
· 8 years ago
4659ddc
Merge doc fixes from 3.5
by Martin Panter
· 8 years ago
8f13783
Avoid line breaks after hyphens, otherwise they are turned into spaces
by Martin Panter
· 8 years ago
536d70e
Fix grammar, typos and markup in documentation and code comments
by Martin Panter
· 8 years ago
e2f9e77
Issue #29062: Merge hashlib-blake2.rst into hashlib.rst
by INADA Naoki
· 8 years ago
3159b33
Merge with 3.5.
by Serhiy Storchaka
· 8 years ago
87006a3
Issue #20804: Document the limitation of the unittest.mock.sentinel attributes.
by Serhiy Storchaka
· 8 years ago
ced4b90
Issue #29239: Fix --enable-optimizations bug number
by Martin Panter
· 8 years ago
a27b3b3
Issue #15657: Merge other doc fix from 3.5
by Martin Panter
· 8 years ago
5b66723
Issue #15657: Delete incorrect statement from PyMethodDef documentation
by Martin Panter
· 8 years ago
9da31f7
Issue #15657: METH_KEYWORDS cannot be used alone in Python 3
by Martin Panter
· 8 years ago
2427d00
Issue #29217: Merge 3.5.
by Xiang Zhang
· 8 years ago
8a17995
Issue #29217: Fix the wrong type description of UUID.variant.
by Xiang Zhang
· 8 years ago
aa655b3
Fixes #29133: clarified shlex documentation.
by Vinay Sajip
· 8 years ago
d15bb26
Update OrderedDict docs to reflect acceptance of PEP 468
by Raymond Hettinger
· 8 years ago
631ada8
Issue #16026: Fix parameter names of DictReader and DictWriter
by Berker Peksag
· 8 years ago
406c252
Issue #29012: Merge from 3.5
by Berker Peksag
· 8 years ago
7b4e551
Issue #29012: Remove another outdated information
by Berker Peksag
· 8 years ago
5848e72
merge 3.5
by Benjamin Peterson
· 8 years ago
4365833
merge 3.4
by Benjamin Peterson
· 8 years ago
b6e2142
merge 3.3
by Benjamin Peterson
· 8 years ago
e527dd3
ring in 2017 for Python
by Benjamin Peterson
· 8 years ago
5430293
Issue #29013: Merge from 3.5
by Berker Peksag
· 8 years ago
4950ae1
Issue #29013: Fix allowZip64 documentation
by Berker Peksag
· 8 years ago
a22457e
Issue #29012: Merge from 3.5
by Berker Peksag
· 8 years ago
14adafd
Issue #29012: Remove outdated information about __bases__
by Berker Peksag
· 8 years ago
2a267a1
Issue #29129: Fix typo in "Using auto" section
by Berker Peksag
· 8 years ago
37023b6
Issue #29024: Merge from 3.5
by Berker Peksag
· 8 years ago
d2d673f
Issue #29024: Add Kivy entry to GUI FAQ
by Berker Peksag
· 8 years ago
Next »