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.
a5f092f3c469b674b8d9ccbd4e4377230c9ac7cf
Select Git revision
Selected
a5f092f3c469b674b8d9ccbd4e4377230c9ac7cf
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
7
Oct
6
7
6
7
6
5
4
5
4
5
4
5
4
5
4
3
4
3
4
3
2
3
2
3
2
3
2
1
2
1
30
Sep
29
28
29
28
29
28
27
26
25
26
25
24
23
22
23
22
21
20
19
20
19
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
7
6
5
4
Add note on capture_output arg to subprocess.run() docstring (#98012)
gh-94808: Cover `%p` in `PyUnicode_FromFormat` (#96677)
Fix memory leaks in test_capi (#98017)
[3.10] gh-71316: Update dis documentation to include changes to jump arguments (GH-95798). (GH-98029)
gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams: port server cases to IsolatedAsyncioTestCase" (#98015)
gh-71316: Update dis documentation to include changes to jump arguments (GH-95798)
gh-71316: Update dis documentation to include changes to jump arguments (GH-95798)
Misc updates to the itertools recipes and tests (GH-98018)
Misc updates to the itertools recipes and tests (GH-98018)
Doc: sphinx-lint finds two other default roles. (GH-98019)
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965)
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965)
gh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (GH-97803)
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
gh-82874: Convert remaining importlib format uses to f-str. (#98005)
Docs: Fix backtick errors found by sphinx-lint (#97998)
[3.10] gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (GH-97949) (GH-97989)
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
[3.10] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98008)
[3.11] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98007)
Remove extra spaces in custom openSSL documentation. (#93568)
[3.11] GH-97002: Prevent _PyInterpreterFrames from backing more than one PyFrameObject (GH-98002)
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
bpo-35540 dataclasses.asdict now supports defaultdict fields (gh-32056)
GH-91052: Add C API for watching dictionaries (GH-31787)
bpo-38693: Use f-strings instead of str.format() within importlib (#17058)
GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameObject` (GH-97996)
gh-97973: Return all necessary information from the tokenizer (GH-97984)
fixes gh-96078: os.sched_yield release the GIL while calling sched_yield(2). (gh-97965)
gh-65961: Do not rely solely on `__cached__` (GH-97990)
[3.11] gh-97850: Remove the open issues section from the import reference (GH-97935) (GH-97994)
gh-97850: Remove the open issues section from the import reference (GH-97935)
[3.11] Docs: pin sphinx-lint (GH-97992) (GH-97993)
gh-97850: Remove the open issues section from the import reference (#97935)
Docs: pin sphinx-lint (GH-97992)
[3.11] Backport effc25f 3.11 (#97991)
gh-94590: add signatures to operator itemgetter, attrgetter, methodcaller (#94591)
Add Pynche's move to the What's new in 3.11 (#97974)
gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (GH-97949)
gh-86482: Document assignment expression need for ()s (GH-23291)
Loading