Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lpyu001
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
on
codeobj
User selector
All users
Datepicker
All time
Commit history
Commits on May 27, 2026
gh-141984: Remove accidental merge markers (GH-150517)
encukou
authored
d8ff4f8
View commit details
Copy full SHA for d8ff4f8
View code at this point
Browse repository at this point
gh-141984: Reword docs on "enclosed" atom grammar (GH-148622)
Show description for 55f2518
3 people
authored
55f2518
View commit details
Copy full SHA for 55f2518
View code at this point
Browse repository at this point
gh-149861: Fix rule in match statement `case_block` PEG grammar (GH-149908)
ByteFlowing1337
authored
99c254e
View commit details
Copy full SHA for 99c254e
View code at this point
Browse repository at this point
Commits on May 26, 2026
gh-62259: Add support of multi-byte encodings in the XML parser (GH-149860)
Show description for 8ab7b43
serhiy-storchaka
authored
8ab7b43
View commit details
Copy full SHA for 8ab7b43
View code at this point
Browse repository at this point
Commits on May 25, 2026
gh-131372: Configurable build-details.json name (#150098)
Show description for 9c23f34
stefanor
authored
9c23f34
View commit details
Copy full SHA for 9c23f34
View code at this point
Browse repository at this point
gh-145896: Fix typos and stale docstrings in the traceback module (GH-145897)
devdanzin
authored
832afed
View commit details
Copy full SHA for 832afed
View code at this point
Browse repository at this point
Commits on May 24, 2026
gh-148932: Docs / `profiling.sampling` Windows limitations (#150272)
edvilme
authored
0f32750
View commit details
Copy full SHA for 0f32750
View code at this point
Browse repository at this point
gh-148444: Use "zero of any numeric type" instead of "numeric zero of all types" (#148455)
siliconforks
authored
a38804b
View commit details
Copy full SHA for a38804b
View code at this point
Browse repository at this point
Commits on May 23, 2026
gh-150232: update Thread group parameter doc (#150283)
My-ABC
authored
82191c6
View commit details
Copy full SHA for 82191c6
View code at this point
Browse repository at this point
Commits on May 22, 2026
gh-82907: Document mtime=0 for reproducible tarfile gzip output (GH-150269)
omkar-334
authored
9df2b6c
View commit details
Copy full SHA for 9df2b6c
View code at this point
Browse repository at this point
gh-149189: Revert "Modern defaults for `pprint` (#149190)" (#150249)
hugovk
authored
de7c3bf
View commit details
Copy full SHA for de7c3bf
View code at this point
Browse repository at this point
gh-91372: Add mtime to gzip.open() (GH-32310)
ellaellela
authored
cf5c8c5
View commit details
Copy full SHA for cf5c8c5
View code at this point
Browse repository at this point
gh-149902: Remove dead packaging docs link and add a new section for external resources (#150030)
Show description for 9604fa8
4 people
authored
9604fa8
View commit details
Copy full SHA for 9604fa8
View code at this point
Browse repository at this point
gh-133998: Fix gzip file creation when time is out of range (GH-134278)
Show description for 1daad8a
adang1345
and
serhiy-storchaka
authored
1daad8a
View commit details
Copy full SHA for 1daad8a
View code at this point
Browse repository at this point
gh-149995: Update typing.py docstrings and documentation (#149996)
Show description for f159419
JelleZijlstra
authored
f159419
View commit details
Copy full SHA for f159419
View code at this point
Browse repository at this point
Commits on May 20, 2026
gh-143387: Add news blurb for importlib.metadata highlighting the change. (#150169)
jaraco
authored
cb3b4b9
View commit details
Copy full SHA for cb3b4b9
View code at this point
Browse repository at this point
Add summary table to the `unicodedata` doc (#149957)
StanFromIreland
authored
87a879f
View commit details
Copy full SHA for 87a879f
View code at this point
Browse repository at this point
Commits on May 19, 2026
gh-149321: Remove lazy_imports=none startup mode (#149389)
pablogsal
authored
1f3c267
View commit details
Copy full SHA for 1f3c267
View code at this point
Browse repository at this point
gh-134887: Add references to `locale` module for locale-aware number formatting references in `string` module docs (GH-134888)
stefmolin
authored
47723af
View commit details
Copy full SHA for 47723af
View code at this point
Browse repository at this point
gh-143387: Update docs to reflect the behavior and note the changed version. (#150095)
jaraco
authored
192796c
View commit details
Copy full SHA for 192796c
View code at this point
Browse repository at this point
gh-149473: Emit audit event on calling os.environ.clear() (#149768)
Show description for 29415c0
vstinner
and
picnixz
authored
29415c0
View commit details
Copy full SHA for 29415c0
View code at this point
Browse repository at this point
gh-148829: Make sentinels' repr and module customizable (#149654)
Show description for 0821803
JelleZijlstra
authored
0821803
View commit details
Copy full SHA for 0821803
View code at this point
Browse repository at this point
gh-146581: Update docs for dangerous filenames in ZIP files (GH-149994)
Show description for ba0aca3
serhiy-storchaka
and
sepastian
authored
ba0aca3
View commit details
Copy full SHA for ba0aca3
View code at this point
Browse repository at this point
gh-69619: Clarify whitespace definition in str.strip docs (GH-150021)
Daniil20xx
authored
17eb17d
View commit details
Copy full SHA for 17eb17d
View code at this point
Browse repository at this point
Commits on May 18, 2026
gh-79413: Add `qualname` parameter to `dataclass.make_dataclass`. (GH-150026)
Show description for 398d7e1
brass75
authored
398d7e1
View commit details
Copy full SHA for 398d7e1
View code at this point
Browse repository at this point
gh-86533: Restore os.makedirs() ability to apply *mode* recursively (GH-150011)
Show description for 9770e32
4 people
authored
9770e32
View commit details
Copy full SHA for 9770e32
View code at this point
Browse repository at this point
gh-72088: clarify `inspect.ismethod` and `inspect.isfunction` (and related) usage with class-level access (GH-150013)
Show description for 0aa59ce
stefmolin
and
Das-Chinmay
authored
0aa59ce
View commit details
Copy full SHA for 0aa59ce
View code at this point
Browse repository at this point
gh-140344: ast: Add deprecation warnings (#140345)
Show description for 806c997
jepler
and
JelleZijlstra
authored
806c997
View commit details
Copy full SHA for 806c997
View code at this point
Browse repository at this point
gh-95816: Fix TLS version range example in docs (GH-148574)
Show description for dbd8985
janbrasna
authored
dbd8985
View commit details
Copy full SHA for dbd8985
View code at this point
Browse repository at this point
gh-149464: Add `os.pidfd_getfd(pidfd, targetfd, flags=0)` function (#149465)
Show description for a2932e9
maurycy
and
picnixz
authored
a2932e9
View commit details
Copy full SHA for a2932e9
View code at this point
Browse repository at this point
Commits on May 17, 2026
gh-149857: Clarify multiprocessing Process argument wording (GH-149919)
Show description for 1bab6c9
ManiSalahmand
authored
1bab6c9
View commit details
Copy full SHA for 1bab6c9
View code at this point
Browse repository at this point
Commits on May 16, 2026
gh-67512: Document IMAP4.append() flags argument (#149907)
savagemechanic
authored
5f8d9d3
View commit details
Copy full SHA for 5f8d9d3
View code at this point
Browse repository at this point
Commits on May 15, 2026
gh-149567: Remove deprecated `shutil.ExecError` (#149568)
StanFromIreland
authored
9ee9f58
View commit details
Copy full SHA for 9ee9f58
View code at this point
Browse repository at this point
gh-142349: Add `help("lazy")` support (#149886)
sobolevn
authored
8be3fb1
View commit details
Copy full SHA for 8be3fb1
View code at this point
Browse repository at this point
gh-149801: Add IANA registered names and aliases with leading zeros (GH-149804)
Show description for 2043886
serhiy-storchaka
authored
2043886
View commit details
Copy full SHA for 2043886
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.