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.12] GH-109190: Copyedit 3.12 What's New: asyncio (GH-109661) (#109733)
Miss Islington (bot)
2023-09-22
1
-4/+4
*
[3.12] GH-109190: Copyedit 3.12 What's New: PEP 669 (GH-109658) (#109732)
Miss Islington (bot)
2023-09-22
1
-3/+5
*
[3.12] GH-109190: Copyedit 3.12 What's New: Other Language Changes (GH-109660...
Miss Islington (bot)
2023-09-22
1
-8/+8
*
[3.12] GH-109190: Copyedit 3.12 What's New: PEP 684 (GH-109657) (#109729)
Miss Islington (bot)
2023-09-22
1
-4/+4
*
[3.12] GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (GH-109665...
Miss Islington (bot)
2023-09-22
1
-2/+2
*
[3.12] gh-106967: remove Release and Date fields from whatsnew for 3.12 (#109...
Hugo van Kemenade
2023-09-22
1
-2/+1
*
[3.12] GH-109190: Copyedit 3.12 What's New: Consistently show module names (G...
Miss Islington (bot)
2023-09-22
1
-19/+19
*
[3.12] GH-109190: Copyedit 3.12 What's New: calendar (GH-109662) (#109716)
Hugo van Kemenade
2023-09-22
1
-1/+2
*
[3.12] GH-109190: Copyedit 3.12 What's New: tokenize (GH-109663) (#109715)
Miss Islington (bot)
2023-09-22
1
-2/+2
*
[3.12] GH-109190: Copyedit 3.12 What's New: PEP 701 (GH-109655) (#109689)
Miss Islington (bot)
2023-09-22
1
-15/+17
*
[3.12] GH-109190: Copyedit 3.12 What's New: Improved Error Messages (GH-10965...
Miss Islington (bot)
2023-09-22
1
-6/+5
*
[3.12] GH-109190: Copyedit 3.12 What's New: Typing PEPs (GH-109659) (#109684)
Miss Islington (bot)
2023-09-22
1
-4/+6
*
[3.12] GH-109190: Copyedit 3.12 What's New: PEP 709 (GH-109656) (#109681)
Miss Islington (bot)
2023-09-22
1
-7/+5
*
[3.12] Misc itertool recipe improvements, mostly docstrings and comments (gh-...
Miss Islington (bot)
2023-09-22
1
-37/+44
*
[3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109636)
Miss Islington (bot)
2023-09-22
2
-7/+5
*
[3.12] Fix extraneous backslashes in hashlib docs (GH-109468) (#109530)
Miss Islington (bot)
2023-09-18
1
-12/+12
*
[3.12] gh-109451: Fix wrong format specifier in logging documentation (GH-109...
Miss Islington (bot)
2023-09-17
1
-1/+1
*
[3.12] gh-109414: Add some basic information about venvs in the introduction....
Miss Islington (bot)
2023-09-17
1
-0/+19
*
[3.12] gh-109474: Update two Unix packaging URLs (GH-109307) (#109477)
Miss Islington (bot)
2023-09-17
1
-2/+2
*
[3.12] Docs: Superseded modules: list only module names (GH-109439) (#109445)
Miss Islington (bot)
2023-09-15
1
-0/+1
*
[3.12] gh-101100: Fix sphinx warnings in `turtle.rst` (GH-109394) (#109416)
Miss Islington (bot)
2023-09-14
2
-5/+4
*
[3.12] Fix variable name in dis documentation example (GH-109343) (#109364)
Miss Islington (bot)
2023-09-13
1
-1/+1
*
[3.12] gh-105189: fix importlib.resources.abc deprecation docs (GH-105232) (#...
Miss Islington (bot)
2023-09-13
2
-12/+154
*
[3.12] GH-104395: Add a link in 'Meta Information' to the docs download page ...
Miss Islington (bot)
2023-09-13
1
-0/+1
*
[3.12] gh-109184: update traceback module doc w.r.t notes (message is no long...
Irit Katriel
2023-09-13
1
-19/+21
*
[3.12] Fix iter_index() to work with lists which do not support stop=None. (g...
Miss Islington (bot)
2023-09-12
1
-0/+11
*
[3.12] gh-109292: add symtable impact of PEP 709 to What's New (GH-109293) (#...
Miss Islington (bot)
2023-09-12
1
-0/+3
*
[3.12] gh-107322: zipapp: Remove the suggestion to remove .dist-info director...
Miss Islington (bot)
2023-09-12
1
-6/+1
*
[3.12] gh-109190: What's New in 3.12: Add subheadings to removals for easy li...
Miss Islington (bot)
2023-09-12
1
-52/+107
*
[3.12] Fix "FSTRING_MIDDLE" typo in py312 "What's New" (GH-109222) (#109223)
Miss Islington (bot)
2023-09-12
1
-1/+1
*
[3.12] Improve the sieve() recipe in the itertools docs (gh-109199) (#109203)
Miss Islington (bot)
2023-09-12
1
-4/+7
*
[3.12] Add version directives to ast docs (GH-108788) (#109106)
Miss Islington (bot)
2023-09-08
1
-4/+42
*
[3.12] gh-107924: re-order os.sendfile() flag documentation (GH-107926) (#109...
Miss Islington (bot)
2023-09-08
1
-19/+20
*
[3.12] gh-102823: Document return type of floor division on floats (GH-102824...
Miss Islington (bot)
2023-09-08
1
-3/+5
*
[3.12] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109073)
Miss Islington (bot)
2023-09-08
1
-2/+2
*
[3.12] gh-71770: Add more details on behavior of configparser's default_secti...
Miss Islington (bot)
2023-09-08
1
-2/+4
*
[3.12] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-...
Miss Islington (bot)
2023-09-08
1
-1/+1
*
[3.12] bpo-38157: Add example about per file output for mock_open. (GH-16090)...
Miss Islington (bot)
2023-09-08
1
-0/+24
*
[3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019)
Victor Stinner
2023-09-08
1
-0/+23
*
[3.12] gh-107755: Document the correct default value of slice step (GH-107756...
Miss Islington (bot)
2023-09-08
1
-1/+1
*
[3.12] gh-107732: Mention dir support in importlib.resources docs (GH-107734)...
Hugo van Kemenade
2023-09-08
2
-5/+14
*
[3.12] GH-108202: Document ``calendar``'s command-line interface (GH-109020) ...
Miss Islington (bot)
2023-09-08
1
-0/+143
*
[3.12] GH-90690: Mention removal of ``PRECALL`` in What's New (GH-103910) (#1...
Miss Islington (bot)
2023-09-08
1
-0/+3
*
[3.12] gh-108857: improve markup in inspect.Signature.replace() docs (GH-1088...
Miss Islington (bot)
2023-09-06
1
-1/+1
*
[3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107...
Miss Islington (bot)
2023-09-05
4
-0/+323
*
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...
Mark Shannon
2023-09-05
1
-2888/+2908
*
[3.12] Link to PEP sections in What's New in 3.12 (GH-108878) (#108890)
Miss Islington (bot)
2023-09-05
1
-3/+7
*
[3.12] Resolve reference warnings in faq/gui.rst (GH-108147) (#108193)
Miss Islington (bot)
2023-09-04
2
-6/+6
*
[3.12] gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-10883...
Miss Islington (bot)
2023-09-04
1
-12/+23
*
[3.12] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108...
Nikita Sobolev
2023-09-02
2
-7/+7
[next]