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
*
[3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-3...
Hugo van Kemenade
2022-03-23
26
-22/+92
*
[3.9] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31...
Jelle Zijlstra
2022-03-23
2
-21/+89
*
[doc] configparser: avoid inline comments. (GH-31247)
Miss Islington (bot)
2022-03-23
1
-2/+4
*
Fix typo in Path.iterdir docs (GH-31822)
Miss Islington (bot)
2022-03-23
1
-1/+1
*
[3.9] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-3...
Hugo van Kemenade
2022-03-22
4
-6/+14
*
bpo-12029: [doc] clarify that except does not match virtual subclasses of the...
Irit Katriel
2022-03-21
2
-5/+7
*
bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32006)
Miss Islington (bot)
2022-03-20
1
-1/+1
*
[3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)
Miss Islington (bot)
2022-03-20
2
-12/+9
*
bpo-44544: add textwrap placeholder arg (GH-27671)
Miss Islington (bot)
2022-03-19
1
-2/+3
*
bpo-31415: importtime was made by Inada Naoki (GH-31875)
Miss Islington (bot)
2022-03-14
1
-1/+1
*
[3.9] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (G...
Miss Islington (bot)
2022-03-14
1
-1/+2
*
[3.9] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-...
Illia Volochii
2022-03-14
1
-1/+6
*
[3.9] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31859)
Jason R. Coombs
2022-03-13
1
-0/+2
*
[3.9] bpo-46677: Add examples of inheritance and attributes to `TypedDict` do...
Charlie Zhao
2022-03-12
1
-12/+106
*
[3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807)
Jelle Zijlstra
2022-03-12
1
-5/+5
*
bpo-31327: Update time documentation to reflect possible errors (GH-31460)
Miss Islington (bot)
2022-03-11
1
-0/+6
*
[3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778)
Jelle Zijlstra
2022-03-09
1
-2/+2
*
Removed confusing reference to sys (GH-31638)
Miss Islington (bot)
2022-03-08
1
-3/+3
*
Removed ambiguity in __init_subclass__ docs (GH-31540)
Miss Islington (bot)
2022-03-08
1
-1/+1
*
docs: Don't use code formatting for emphasis (GH-30519)
Miss Islington (bot)
2022-03-08
1
-1/+1
*
bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
Miss Islington (bot)
2022-03-08
1
-0/+4
*
bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29...
Miss Islington (bot)
2022-03-08
1
-20/+30
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
Miss Islington (bot)
2022-03-04
1
-7/+4
*
bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter ...
Miss Islington (bot)
2022-03-03
1
-5/+3
*
bpo-21910: Clarify docs for codecs writelines method (GH-31245)
Miss Islington (bot)
2022-03-03
1
-2/+3
*
[3.9] Minor fixes to C API docs (GH-31501) (GH-31526)
Jelle Zijlstra
2022-03-02
4
-24/+28
*
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
Miss Islington (bot)
2022-02-25
1
-14/+16
*
bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-3...
Miss Islington (bot)
2022-02-25
1
-0/+3
*
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
Miss Islington (bot)
2022-02-23
1
-2/+2
*
[3.9] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTC...
Miss Islington (bot)
2022-02-22
1
-0/+3
*
bpo-36557: Updated wording for using/windows (GH-31457)
Miss Islington (bot)
2022-02-22
1
-2/+2
*
Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31438)
Miss Islington (bot)
2022-02-20
1
-9/+7
*
Counter doc mentions three methods, but lists four (GH-30706)
Miss Islington (bot)
2022-02-19
1
-1/+1
*
[docs] Correct typos in SSLContext.sni_callback (GH-30623)
Miss Islington (bot)
2022-02-19
1
-3/+3
*
Update html.parser.rst (GH-30678)
Miss Islington (bot)
2022-02-17
1
-1/+1
*
Update the OMG link (GH-30383)
Miss Islington (bot)
2022-02-14
1
-1/+1
*
doc: use colon for all color's rangs (GH-28998)
Miss Islington (bot)
2022-02-14
1
-2/+2
*
bpo-38619: Update the documentation for UUID.hex (GH-29830)
Miss Islington (bot)
2022-02-14
1
-1/+1
*
Fix minor grammar error (GH-31325)
Miss Islington (bot)
2022-02-14
1
-1/+1
*
[3.9] Corrections to format precision description. (GH-31291) (GH-31321)
John Belmonte
2022-02-14
1
-5/+6
*
bpo-45447: Add entry to What's new 3.9 (GH-31305)
Miss Islington (bot)
2022-02-13
1
-0/+3
*
bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...
Miss Islington (bot)
2022-02-11
1
-4/+0
*
Fix the signature of multiprocessing.set_executable (GH-31276)
Miss Islington (bot)
2022-02-11
1
-2/+2
*
[3.9] bpo-46609: Update asyncio-task coroutine doc (GH-31132)
Miss Islington (bot)
2022-02-04
1
-2/+2
*
Optimize images by IMGbot (GH-21348)
Miss Islington (bot)
2022-02-04
5
-1/+1
*
bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...
Miss Islington (bot)
2022-01-27
2
-17/+18
*
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
Miss Islington (bot)
2022-01-27
1
-4/+6
*
[3.9] bpo-46502: Remove "How do I tell incomplete input" from FAQ (GH-30925) ...
Pablo Galindo Salgado
2022-01-27
1
-156/+0
*
bpo-43698: do not use `...` as argument name in docs (GH-30502)
Miss Islington (bot)
2022-01-26
4
-19/+16
*
bpo-41844: Update IDLE part of What's New 3.9 to 20228 (GH-30905)
Miss Islington (bot)
2022-01-26
1
-0/+14
[next]