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
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 }}
devdanzin
/
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
Misc
on
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 25, 2024
gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP 563 (#120272)
AlexWaygood
authored
2d3187b
View commit details
Copy full SHA for 2d3187b
View code at this point
Browse repository at this point
gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)
JelleZijlstra
authored
42b2c9d
View commit details
Copy full SHA for 42b2c9d
View code at this point
Browse repository at this point
gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (#120822)
Show description for 2106c9b
allsey87
authored
2106c9b
View commit details
Copy full SHA for 2106c9b
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
gh-120858: PyDict_Next should not lock the dict (#120859)
Show description for 375b723
colesbury
authored
375b723
View commit details
Copy full SHA for 375b723
View code at this point
Browse repository at this point
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
vstinner
authored
2e15785
View commit details
Copy full SHA for 2e15785
View code at this point
Browse repository at this point
gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365)
Show description for 6eb23b1
serhiy-storchaka
authored
6eb23b1
View commit details
Copy full SHA for 6eb23b1
View code at this point
Browse repository at this point
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680)
Show description for ac61d58
pablogsal
and
encukou
authored
ac61d58
View commit details
Copy full SHA for ac61d58
View code at this point
Browse repository at this point
gh-119614: Fix truncation of strings with embedded null characters in Tkinter (GH-120909)
Show description for c38e2f6
serhiy-storchaka
authored
c38e2f6
View commit details
Copy full SHA for c38e2f6
View code at this point
Browse repository at this point
gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709)
Show description for 1500a23
serhiy-storchaka
authored
1500a23
View commit details
Copy full SHA for 1500a23
View code at this point
Browse repository at this point
Commits on Jun 23, 2024
GH-73991: Add `pathlib.Path.copytree()` (#120718)
Show description for 35e998f
barneygale
and
nineteendo
authored
35e998f
View commit details
Copy full SHA for 35e998f
View code at this point
Browse repository at this point
gh-120910: Fix issue resolving relative paths outside site-packages. (#120911)
Show description for 1ba0bb2
jaraco
authored
1ba0bb2
View commit details
Copy full SHA for 1ba0bb2
View code at this point
Browse repository at this point
gh-101830: Fix Tcl_Obj to string conversion (GH-120884)
Show description for f4ddaa3
serhiy-storchaka
authored
f4ddaa3
View commit details
Copy full SHA for f4ddaa3
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-119344: Make critical section API public (#119353)
Show description for 8f17d69
colesbury
authored
8f17d69
View commit details
Copy full SHA for 8f17d69
View code at this point
Browse repository at this point
Amend categories of @nineteendo's news entries (#120735)
nineteendo
authored
1dadcb5
View commit details
Copy full SHA for 1dadcb5
View code at this point
Browse repository at this point
gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)
Show description for aed31be
ZeroIntensity
and
kumaraditya303
authored
aed31be
View commit details
Copy full SHA for aed31be
View code at this point
Browse repository at this point
gh-120782: Update internal type cache when reloading datetime (#120829)
neonene
authored
a81d434
View commit details
Copy full SHA for a81d434
View code at this point
Browse repository at this point
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Show description for 6f1d448
encukou
and
ericsnowcurrently
authored
6f1d448
View commit details
Copy full SHA for 6f1d448
View code at this point
Browse repository at this point
gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and `bytearray` objects in protocol version 5. (GH-120422)
picnixz
authored
7595e67
View commit details
Copy full SHA for 7595e67
View code at this point
Browse repository at this point
gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (#120442)
sobolevn
authored
8334a1b
View commit details
Copy full SHA for 8334a1b
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
gh-120801: Refactor importlib.metadata fixtures. (#120803)
Show description for 85d90b5
jaraco
authored
85d90b5
View commit details
Copy full SHA for 85d90b5
View code at this point
Browse repository at this point
gh-120769: Add pdb meta command to print frame status. (#120770)
gaogaotiantian
authored
31ce5c0
View commit details
Copy full SHA for 31ce5c0
View code at this point
Browse repository at this point
gh-117511: Make PyMutex public in the non-limited API (#117731)
colesbury
authored
3af7263
View commit details
Copy full SHA for 3af7263
View code at this point
Browse repository at this point
gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)
JelleZijlstra
authored
e8e151d
View commit details
Copy full SHA for e8e151d
View code at this point
Browse repository at this point
gh-98442: fix locations of with statement's cleanup instructions (#120763)
Show description for 55596ae
iritkatriel
authored
55596ae
View commit details
Copy full SHA for 55596ae
View code at this point
Browse repository at this point
gh-111259: Optimize complementary character sets in RE (GH-120742)
Show description for 8bc76ae
serhiy-storchaka
authored
8bc76ae
View commit details
Copy full SHA for 8bc76ae
View code at this point
Browse repository at this point
gh-119698: fix `symtable.Class.get_methods` and document its behaviour correctly (#120151)
Show description for b8a8e04
picnixz
and
JelleZijlstra
authored
b8a8e04
View commit details
Copy full SHA for b8a8e04
View code at this point
Browse repository at this point
GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120604)
xarblu
authored
285f42c
View commit details
Copy full SHA for 285f42c
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
gh-120606: Allow EOF to exit pdb commands definition (#120607)
gaogaotiantian
authored
4bbb027
View commit details
Copy full SHA for 4bbb027
View code at this point
Browse repository at this point
gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_autospec` (#120737)
sobolevn
authored
1e48156
View commit details
Copy full SHA for 1e48156
View code at this point
Browse repository at this point
GH-120097: Make FrameLocalsProxy a mapping (#120101)
Show description for d1c673b
markshannon
authored
d1c673b
View commit details
Copy full SHA for d1c673b
View code at this point
Browse repository at this point
GH-119462: Enforce invariants of type versioning (GH-120731)
Show description for 00257c7
markshannon
authored
00257c7
View commit details
Copy full SHA for 00257c7
View code at this point
Browse repository at this point
gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712)
Show description for f385d99
Zheaoli
and
Fidget-Spinner
authored
f385d99
View commit details
Copy full SHA for f385d99
View code at this point
Browse repository at this point
gh-120722: Set position on RETURN_VALUE in lambda (#120724)
JelleZijlstra
authored
d8f27cb
View commit details
Copy full SHA for d8f27cb
View code at this point
Browse repository at this point
gh-120633: Move scrollbar and remove tear-off menus in turtledemo (#120634)
Show description for 89f7208
Wulian233
and
terryjreedy
authored
89f7208
View commit details
Copy full SHA for 89f7208
View code at this point
Browse repository at this point
GH-119726: Deduplicate JIT trampolines for out-of-range jumps (GH-120250)
diegorusso
authored
a0dce37
View commit details
Copy full SHA for a0dce37
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.