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
*
bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005)
Miss Islington (bot)
2022-03-20
1
-1/+1
*
[3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)
Ma Lin
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.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (...
Miss Islington (bot)
2022-03-14
1
-1/+2
*
[3.10] bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH...
Illia Volochii
2022-03-14
1
-1/+5
*
[3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
Jason R. Coombs
2022-03-13
1
-0/+1
*
[3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)
Jelle Zijlstra
2022-03-12
1
-5/+5
*
[3.10] bpo-46677: Add examples of inheritance and attributes to `TypedDict` d...
Charlie Zhao
2022-03-12
1
-3/+88
*
bpo-31327: Update time documentation to reflect possible errors (GH-31460)
Miss Islington (bot)
2022-03-11
1
-0/+6
*
Remove print race from task_done example. (GH-31795)
Miss Islington (bot)
2022-03-10
1
-4/+3
*
[3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)
Jelle Zijlstra
2022-03-09
1
-2/+2
*
Removed confusing reference to sys (GH-31638)
Miss Islington (bot)
2022-03-08
1
-3/+3
*
[3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764)
Jelle Zijlstra
2022-03-08
1
-1/+1
*
Removed ambiguity in __init_subclass__ docs (GH-31540)
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
*
importlib.metadata: Remove empty footnote section (GH-30451)
Miss Islington (bot)
2022-03-08
1
-3/+0
*
bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29...
Miss Islington (bot)
2022-03-08
1
-20/+30
*
bpo-38738: Fix formatting of True and False in the threading documentation (G...
Miss Islington (bot)
2022-03-04
1
-8/+8
*
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.10] bpo-45492: Corrected documentation for co_names in inspect library doc...
Irit Katriel
2022-03-02
1
-2/+3
*
bpo-42982: update pbkdf2 example & add another link (GH-30966) (#30968)
Miss Islington (bot)
2022-03-01
1
-5/+7
*
Add missing "to" to two tp_flags notes (GH-31624)
Miss Islington (bot)
2022-03-01
1
-2/+2
*
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
Miss Islington (bot)
2022-02-25
1
-14/+16
*
Update dict/OrderedDict differences with code equivalents. (GH-31563)
Miss Islington (bot)
2022-02-25
1
-6/+23
*
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
*
Minor fixes to C API docs (GH-31501)
Miss Islington (bot)
2022-02-23
4
-24/+28
*
[3.10] bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECT...
Miss Islington (bot)
2022-02-22
1
-0/+3
*
[3.10] bpo-36557: Updated wording for using/windows (GH-31457) (GH-31504)
Miss Islington (bot)
2022-02-22
1
-2/+2
*
[docs] Correct typos in SSLContext.sni_callback (GH-30623) (GH-31421)
Miss Islington (bot)
2022-02-21
1
-3/+3
*
Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437)
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
*
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Miss Islington (bot)
2022-02-18
7
-181/+82
*
docs: Link `match` statement in tutorial (GH-31396)
Miss Islington (bot)
2022-02-18
1
-1/+1
*
[3.10] Update html.parser.rst (GH-30678) (GH-31385)
Miss Islington (bot)
2022-02-17
1
-1/+1
*
Update the OMG link (GH-30383)
Miss Islington (bot)
2022-02-15
1
-1/+1
*
Fix the signature of multiprocessing.set_executable (GH-31276)
Miss Islington (bot)
2022-02-14
1
-2/+2
*
Update __main__.rst (GH-30896)
Miss Islington (bot)
2022-02-14
1
-1/+1
*
doc: use colon for all color's rangs (GH-28998) (#31336)
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
*
Fix a typo in Doc/faq/programming.rst (GH-31243)
Miss Islington (bot)
2022-02-14
1
-1/+1
*
[3.10] bpo-46747: Add missing key parameters in the bisect docs (GH-31323) (G...
Dennis Sweeney
2022-02-14
1
-2/+2
*
Corrections to format precision description. (GH-31291)
Miss Islington (bot)
2022-02-14
1
-5/+6
*
bpo-45447: Add entry to What's new 3.10 (GH-31304)
Miss Islington (bot)
2022-02-13
1
-1/+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
[next]