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.
738c730b5cde0c07151dcca375d8983a7e4d5b7d
Select Git revision
Selected
738c730b5cde0c07151dcca375d8983a7e4d5b7d
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
17
Jun
16
17
16
15
14
15
14
13
12
13
12
11
10
9
8
7
8
7
6
7
6
5
4
3
4
3
2
3
2
1
31
May
1
Jun
31
May
1
Jun
31
May
30
29
30
29
28
29
28
27
26
27
26
25
26
25
24
25
24
25
24
23
24
23
22
23
22
21
20
19
18
19
18
17
18
17
16
15
16
15
14
13
12
test_logging: Fix BytesWarning in SysLogHandlerTest (GH-93920)
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (GH-93364)
gh-93847: Fix repr of enum of generic aliases (GH-93885)
gh-93820: Fix copy() regression in enum.Flag (GH-93876) (#93886)
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calculation (GH-93641)
GH-91389: Fix dis position information for CACHEs (GH-93663)
gh-93353: regrtest supports checking tmp files with -j2 (#93909)
gh-93847: Fix repr of enum of generic aliases (GH-93885)
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338) (#93805)
gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93790)
gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid UB (GH-93700)
gh-91577: SharedMemory move imports out of methods (GH-91579)
gh-91577: SharedMemory move imports out of methods (GH-91579)
Fix BINARY_SUBSCR_GETITEM stats (GH-93903)
gh-92547: Amend What's New (#93872)
gh-91577: SharedMemory move imports out of methods (#91579)
gh-91321: Fix test_cppext for C++03 (GH-93902) (#93904)
gh-91321: Fix test_cppext for C++03 (#93902)
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Call busy_retry() and sleeping_retry() with error=True (#93871)
[3.11] GH-93662: Make sure that column offsets are correct in multi-line method calls. (GH-93673) (#93895)
[3.10] gh-93735: Split Docs CI to speed-up the build (GH-93736) (GH-93833)
gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426) (GH-93791)
[3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) (GH-93792)
gh-93820: Fix copy() regression in enum.Flag (GH-93876)
gh-84461: Document how to install SDKs manually (GH-93844)
gh-84461: Document how to install SDKs manually (GH-93844)
Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)
gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)
test_asyncore: Optimize capture_server() (#93867)
test_asyncio: run_until() implements exponential sleep (#93866)
gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)
GH-93850: Fix test_asyncio exception ignored tracebacks (GH-93854)
GH-93850: Fix test_asyncio exception ignored tracebacks (#93854)
gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)
gh-93857: Fix broken audit-event targets in sqlite3 docs (GH-93859)
gh-93857: Fix broken audit-event targets in sqlite3 docs (#93859)
Update includes in call.c (GH-93786)
Use support.sleeping_retry() and support.busy_retry() (#93848)
test_thread uses support.sleeping_retry() (#93849)
Loading