Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
6c439b978bf55b29f21c595e9375202d63c8208d
Select Git revision
Selected
6c439b978bf55b29f21c595e9375202d63c8208d
Branches
13
main
default
protected
3.10
3.11
3.7
3.8
3.9
backport-c3648f4-3.11
branch-v3.11.0
enum-fix_auto
gh-93963/remove-importlib-resources-abcs
refactor-wait_for
revert-15688-bpo-38031-_io-FileIO-opener-crash
shared-testcase
Tags
20
v3.12.0a2
v3.12.0a1
v3.11.0
v3.8.15
v3.9.15
v3.10.8
v3.7.15
v3.11.0rc2
v3.8.14
v3.9.14
v3.7.14
v3.10.7
v3.11.0rc1
v3.10.6
v3.11.0b5
v3.11.0b4
v3.10.5
v3.11.0b3
v3.11.0b2
v3.9.13
34 results
Begin with the selected commit
Created with Raphaël 2.2.0
18
Aug
17
16
15
14
15
14
13
12
13
12
11
12
11
10
11
10
9
8
6
5
4
5
4
5
4
3
4
3
2
1
2
1
2
1
2
1
31
Jul
1
Aug
31
Jul
1
Aug
31
Jul
30
31
30
29
30
29
30
29
28
29
28
27
26
27
26
25
26
25
24
25
24
25
24
23
24
23
24
23
22
21
20
21
20
19
20
19
18
17
gh-95913: Add traceback module additions to what's new in 3.11 (GH-95980)
gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private (GH-96053)
Remove dead code in _PyDict_GetItemHint and rename to _PyDict_LookupIndex (GH-95948)
gh-90110: Update the c-analyzer Tool (gh-96058)
gh-90110: Get the C Analyzer Tool Working Again (gh-96057)
GH-95704: Don't suppress errors from tasks when TG is cancelled (GH-95761)
Correct news entry. (GH-96043)
GH-95589: Dont crash when subclassing extension classes with multiple inheritance (GH-96028)
gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95992)
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
gh-95736: Fix event loop creation in IsolatedAsyncioTestCase (GH-96033)
gh-96005: FreeBSD has ENOTCAPABLE, too (GH-96034)
GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761)
GH-95909: Make `_PyArg_Parser` initialization thread safe (GH-95958)
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
[3.11] gh-94823: Improve coverage in tokenizer.c:valid_utf8 (GH-94856) (#96029)
gh-94823: Improve coverage in tokenizer.c:valid_utf8 (GH-94856)
GH-95736: fix IsolatedAsyncioTestCase to initialize Runner before calling setup functions (#95898)
remove repetitive credit from what's new in 3.11 rst (GH-96024) (GH-96025)
GH-95245: Move weakreflist into the pre-header. (GH-95996)
remove repetitive credit from what's new in 3.11 rst (GH-96024)
gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7 (#95964)
gh-95808: Add missing early returns in _asynciomodule.c (GH-95809)
Change CODEOWNERS entries for iritkatriel (GH-96008)
gh-78143: IDLE - fix settings dialog page label. (GH-96009)
gh-95808: Add missing early returns in _asynciomodule.c (#95809)
gh-78143: IDLE - fix settings dialog page label. (GH-96009)
gh-78143: IDLE - fix settings dialog page label. (#96009)
GH-95899: fix asyncio.Runner to call set_event_loop only once (GH-95900) (#96003)
GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932)
GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)
gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
gh-95707: Fix function signature (GH-95995)
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
gh-95853: Address wasm build and test issues (GH-95985)
Clarify asyncio.Runner docs re: loop_factory (GH-95979)
Clarify asyncio.Runner docs re: loop_factory (#95979)
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh-95978)
bpo-40222: Mark exception table function in the dis module as private (GH-95961)
Loading