Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
mmaker
/
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
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 25, 2024
Merge branch 'main' into master
serhiy-storchaka
authored
1336e77
Copy full SHA for 1336e77
Add CODEOWNERS for dbm (gh-114555)
corona10
authored
841eacd
Copy full SHA for 841eacd
gh-107901: compiler replaces POP_BLOCK instruction by NOPs before optimisations (#114530)
iritkatriel
authored
ac5e53e
Copy full SHA for ac5e53e
gh-114561: Mark some tests in ``test_wincosoleio`` with `requires_resource('console')` decorator (GH-114565)
Eclips4
authored
33ae989
Copy full SHA for 33ae989
gh-114315: Make `threading.Lock` a real class, not a factory function (#114479)
Show description for d96358f
3 people
authored
d96358f
Copy full SHA for d96358f
gh-112529: Implement GC for free-threaded builds (#114262)
Show description for b52fc70
colesbury
authored
b52fc70
Copy full SHA for b52fc70
gh-112075: Add try-incref functions from nogil branch for use in dict thread safety (#114512)
Show description for 4850410
DinoV
and
colesbury
authored
4850410
Copy full SHA for 4850410
gh-111051: Check if file is modifed during debugging in `pdb` (#111052)
gaogaotiantian
authored
8278fa2
Copy full SHA for 8278fa2
Doc/library/sys.monitoring.rst: remove contradictory paragraph. (GH-113619)
nedbat
authored
07ef63f
Copy full SHA for 07ef63f
gh-77465: Increase test coverage for the numbers module (GH-111738)
Show description for e721adf
aisk
and
serhiy-storchaka
authored
e721adf
Copy full SHA for e721adf
gh-114265: remove i_loc_propagated, jump threading does not consider line numbers anymore (#114535)
iritkatriel
authored
0315941
Copy full SHA for 0315941
gh-114312: Collect stats for unlikely events (GH-114493)
mdboom
authored
ea3cd04
Copy full SHA for ea3cd04
gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)
zooba
authored
c63c614
Copy full SHA for c63c614
gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Store (GH-114358)
flagrama
authored
d5c21c1
Copy full SHA for d5c21c1
Commits on Jan 24, 2024
gh-108731: Add description of __slots__ to MemberDescriptorType docs (GH-108745)
plokmijnuhby
authored
6888ccc
Copy full SHA for 6888ccc
Update outdated comment in ``Python/bytecodes.c`` (#114522)
Eclips4
authored
191531f
Copy full SHA for 191531f
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Show description for 981d172
markshannon
authored
981d172
Copy full SHA for 981d172
Docs: mark up the FTP_TLS() docs with param list (#114510)
Show description for 6fadd68
erlend-aasland
authored
6fadd68
Copy full SHA for 6fadd68
gh-104360: remove reference to removed module-level wrap_socket (GH-104361)
Show description for 127a497
graingert
authored
127a497
Copy full SHA for 127a497
gh-101100: Fix Sphinx warnings in `c-api/structures.rst` (#113564)
Show description for 51d9068
hugovk
and
encukou
authored
51d9068
Copy full SHA for 51d9068
gh-101100: Fix sphinx warnings in `concurrent.futures.rst` (#114521)
sobolevn
authored
8744ecf
Copy full SHA for 8744ecf
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)
Show description for 384429d
markshannon
authored
384429d
Copy full SHA for 384429d
gh-101100: Fix sphinx warnings in `asyncio-task.rst` (#114469)
Show description for 1e4f00e
sobolevn
and
serhiy-storchaka
authored
1e4f00e
Copy full SHA for 1e4f00e
gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start (GH-114249)
serhiy-storchaka
authored
ce75b4c
Copy full SHA for ce75b4c
Fix a typo in the contextlib documentation (#114507)
danielhollas
authored
82cd8fe
Copy full SHA for 82cd8fe
Commits on Jan 23, 2024
GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)
Show description for f59f90b
brettcannon
authored
f59f90b
Copy full SHA for f59f90b
gh-112075: Adapt more dict methods to Argument Clinic (#114256)
Show description for afe8f37
DinoV
and
erlend-aasland
authored
afe8f37
Copy full SHA for afe8f37
gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495)
Show description for d22c066
serhiy-storchaka
authored
d22c066
Copy full SHA for d22c066
gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)
Show description for ce01ab5
colesbury
authored
ce01ab5
Copy full SHA for ce01ab5
Docs: use placeholders in dbm flag param docs (#114482)
Show description for 8c26540
erlend-aasland
authored
8c26540
Copy full SHA for 8c26540
gh-113884: Make queue.SimpleQueue thread-safe when the GIL is disabled (#114161)
Show description for 925907e
mpage
and
erlend-aasland
authored
925907e
Copy full SHA for 925907e
gh-111964: Implement stop-the-world pauses (gh-112471)
Show description for 441affc
colesbury
authored
441affc
Copy full SHA for 441affc
gh-112984: Fix link error on free-threaded Windows build (GH-114455)
Show description for 5f19978
colesbury
authored
5f19978
Copy full SHA for 5f19978
gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)
sobolevn
authored
ba253a4
Copy full SHA for ba253a4
Docs: mark up FTP.connect() and FTP.login() with param lists (#114395)
Show description for 01105c7
3 people
authored
01105c7
Copy full SHA for 01105c7
Pagination
Previous
Next
You can’t perform that action at this time.