Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
e841ffc915e82e5ea6e3b473205417d63494808d
Select Git revision
Selected
e841ffc915e82e5ea6e3b473205417d63494808d
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
Select display option
Display full history
Display full history
Display up to revision
Created with Raphaël 2.2.0
5
Oct
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
3
2
3
2
1
31
Aug
30
31
30
29
30
29
28
27
26
27
26
25
26
25
gh-95913: Copyedit/improve Other Language Changes What's New section (#97719)
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (#97776)
gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`PyInterpreterState *`) (#97777)
gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupleObject*`) (#97780)
gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyBytesObject*`) (#97782)
gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUnicodeObject*`) (#97783)
gh-93738: Documentation C syntax (:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`) (#97784)
gh-95913: Move py.exe to appropriate What's New section & refine text (GH-97718)
[3.10] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97855)
[3.11] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97854)
gh-88355: Fix backslashes in AF_PIPE (#96543)
gh-95913: Move py.exe to appropriate What's New section & refine text (#97718)
gh-58451: Add optional delete_on_close parameter to NamedTemporaryFile (GH-97015)
gh-97008: Add a Python implementation of AttributeError and NameError suggestions (#97022)
[3.10] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) (#97852)
[3.11] gh-96448: fix documentation for _thread.lock.acquire (GH-96449) (#97851)
gh-96448: fix documentation for _thread.lock.acquire (#96449)
gh-90301: Doc: Add references to PEP 686 (GH-96816)
gh-90301: Doc: Add references to PEP 686 (#96816)
[3.10] gh-97731: fix distclean target to clean docs GH-97732 (#97846)
[3.11] gh-97731: fix distclean target to clean docs GH-97732 (#97844)
[3.10] gh-97709: Included newline separator in Mandelbrot set (GH-97737) (#97823)
[3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97836)
[3.8] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97835)
[3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97574)
[3.8] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97575)
GH-95913: Update what's new in 3.11 for asyncio (GH-97806)
GH-95913: Update what's new in 3.11 for asyncio (#97806)
[3.8] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96658)
[3.8] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97013)
gh-93357: Start porting asyncio server test cases to IsolatedAsyncioTestCase (#93369)
[3.8] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97628)
[3.8] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (GH-97633)
[3.9] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96657)
[3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874) (#96877)
[3.9] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97012)
[3.9] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97627)
[3.9] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (GH-97632)
[3.9] gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685) (GH-97688)
[3.9] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515) (GH-97761)
Loading