index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add doctest and improve readability for move_to_end() example. (GH-30370) (GH...
Miss Islington (bot)
2022-01-04
1
-3/+5
*
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
Miss Islington (bot)
2022-01-03
1
-35/+1
*
bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multipl...
Miss Islington (bot)
2022-01-03
1
-1/+6
*
argparse docs: prog default is the basename of argv[0] (GH-30298) (GH-30339)
Miss Islington (bot)
2022-01-02
1
-1/+2
*
[3.10] Update copyright year to 2022. (GH-30335) (GH-30336)
Miss Islington (bot)
2022-01-02
2
-2/+2
*
bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330)
Miss Islington (bot)
2022-01-01
2
-21/+10
*
bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH...
Miss Islington (bot)
2022-01-01
1
-6/+6
*
[3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250)
Miss Islington (bot)
2021-12-29
1
-1/+1
*
Fix typo in io.rst (GH-30218)
Miss Islington (bot)
2021-12-26
1
-1/+1
*
doc: fix a typo in unittest.mock.rst (GH-30227)
Miss Islington (bot)
2021-12-26
1
-1/+1
*
docs: Fix typos and use anchor for internal link (GH-30236)
Miss Islington (bot)
2021-12-26
1
-9/+9
*
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
Miss Islington (bot)
2021-12-26
1
-2/+3
*
Update potentially confusing note for mean. (GH-30174) (GH-30220)
Miss Islington (bot)
2021-12-21
1
-4/+5
*
[3.10] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30209)
Miss Islington (bot)
2021-12-20
1
-1/+1
*
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...
Miss Islington (bot)
2021-12-19
1
-3/+6
*
bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199)
Miss Islington (bot)
2021-12-19
1
-1/+2
*
bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186)
Miss Islington (bot)
2021-12-18
1
-8/+8
*
[3.10] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) ...
Miss Islington (bot)
2021-12-18
1
-9/+8
*
[3.10] bpo-46044: Annotate deprecated sdists formats (GH-30043) (#30154)
Miss Islington (bot)
2021-12-17
1
-19/+22
*
bpo-28816: [doc] clarify that zipimport invokes importers only for python fil...
Miss Islington (bot)
2021-12-16
1
-2/+2
*
Fix the output of built-in iter() function example in Iterators (Section 9.8)...
Miss Islington (bot)
2021-12-16
1
-1/+1
*
Add Positional only arguments forward slash (/) to sorted() function in Built...
Miss Islington (bot)
2021-12-15
1
-1/+1
*
bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079)
Miss Islington (bot)
2021-12-14
1
-3/+5
*
[3.10] bpo-46063: Improve algorithm for computing which rolled-over log fileā...
Miss Islington (bot)
2021-12-14
1
-0/+17
*
Clarify new_event_loop return value. (GH-30078) (GH-30088)
Miss Islington (bot)
2021-12-13
1
-1/+1
*
[3.10] bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definit...
Irit Katriel
2021-12-13
1
-1/+2
*
bpo-45840: Improve cross-references in the data model documentation (GH-29633...
Alex Waygood
2021-12-13
1
-54/+76
*
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-3...
Miss Islington (bot)
2021-12-12
1
-758/+768
*
[3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061)
Andrew Svetlov
2021-12-11
1
-1/+1
*
bpo-19737: Improved the documentation for globals (GH-29823) (GH-30041)
Miss Islington (bot)
2021-12-11
1
-3/+3
*
Fix markup buglet in Doc/howto/annotations.rst (GH-29802) (GH-29805)
Miss Islington (bot)
2021-12-11
1
-1/+1
*
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (...
Miss Islington (bot)
2021-12-11
1
-1/+1
*
bpo-42114: ctypes documentation: fix winmode parameter default value (GH-2997...
Miss Islington (bot)
2021-12-10
1
-3/+3
*
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH...
Miss Islington (bot)
2021-12-10
1
-9/+10
*
bpo-45391: mark UnionType as a class in documentation (GH-28757)
Miss Islington (bot)
2021-12-09
1
-1/+1
*
[3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-2998...
Mark Shannon
2021-12-08
1
-3/+2
*
doc: Add link issue 44010 (GH-29454)
Miss Islington (bot)
2021-12-08
1
-1/+1
*
[3.10] bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-299...
Miss Islington (bot)
2021-12-07
1
-5/+5
*
[3.10] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841...
Miss Islington (bot)
2021-12-07
1
-0/+9
*
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ...
Miss Islington (bot)
2021-12-07
1
-2/+2
*
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
Miss Islington (bot)
2021-12-02
1
-1/+1
*
docs: Improve example for urlparse() (GH-29816) (GH-29888)
Miss Islington (bot)
2021-12-02
1
-31/+42
*
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29877)
Miss Islington (bot)
2021-12-01
1
-3/+4
*
bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...
Miss Islington (bot)
2021-11-30
1
-2/+2
*
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
Miss Islington (bot)
2021-11-29
1
-4/+18
*
[3.10] [Doc] Add info to logging cookbook about running logging socket listen...
Miss Islington (bot)
2021-11-29
1
-0/+22
*
bpo-45619: documentation of execution model: clarify and update binding summa...
Miss Islington (bot)
2021-11-26
1
-9/+19
*
[3.10] bpo-45568: Actually use @asynccontextmanager in usage example (GH-2915...
Andrew Svetlov
2021-11-25
1
-0/+2
*
bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-2...
Miss Islington (bot)
2021-11-24
1
-0/+5
*
[3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsist...
Brett Cannon
2021-11-22
6
-47/+49
[next]