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.
19710145b496b5e5341630d80be9c400aa792bd1
Select Git revision
Selected
19710145b496b5e5341630d80be9c400aa792bd1
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
15
Jun
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
11
12
11
12
11
12
11
12
11
10
11
[docs] Fix LOAD_ATTR version changed (GH-93816)
gh-93353: Fix regrtest for -jN with N >= 2 (GH-93813)
Rename 'LOAD_METHOD' specialization stat consts to 'ATTR'. (GH-93812)
[3.10] gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (GH-93796). (#93809)
[3.11] gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (GH-93796) (#93808)
gh-91321: Fix compatibility with C++ older than C++11 (#93784) (#93802)
Remove LOAD_METHOD stats. (GH-93807)
gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (#93796)
Include freelists in allocation total. (GH-93799)
GH-93429: Document `LOAD_METHOD` removal (GH-93803)
[3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801)
[3.11] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93800)
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338)
GH-93678: reduce boilerplate and code repetition in the compiler (GH-93682)
gh-79579: Improve DML query detection in sqlite3 (#93623)
gh-93353: regrtest checks for leaked temporary files (#93776)
GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)
gh-90473: Include stdlib dir in wasmtime PYTHONPATH (GH-93797)
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
GH-93662: Make sure that column offsets are correct in multi-line method calls. (GH-93673)
gh-91321: Fix compatibility with C++ older than C++11 (#93784)
gh-89546: Clean up PyType_FromMetaclass (GH-93686)
[3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) (GH-93792)
gh-93761: Fix test to avoid simple delay when synchronizing. (GH-93779)
gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426)
gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
gh-93353: Add test.support.late_deletion() (#93774)
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)
gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)
gh-93353: Fix importlib.resources._tempfile() finalizer (#93377)
gh-84623: Remove unused imports in tests (#93772)
gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid UB (GH-93700)
gh-84623: Remove unused imports in stdlib (#93773)
Remove ANY_VARARGS() macro from the C API (#93764)
gh-89653: PEP 670: Convert PyFunction macros (#93765)
gh-93461: Invalidate sys.path_importer_cache entries with relative paths (GH-93653)
Loading