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
Branch selector
test_python_basic_repl
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 26, 2024
Apply suggestions from code review to double-check that the tests are working as expected.
Show description for 0f0ee39
devdanzin
and
AlexWaygood
authored
0f0ee39
View commit details
Copy full SHA for 0f0ee39
Browse repository at this point
Commits on Jun 25, 2024
Guard test_python_basic_repl against PyREPL not being available.
devdanzin
committed
7baa95b
View commit details
Copy full SHA for 7baa95b
Browse repository at this point
Test that PYTHON_BASIC_REPL works to set the REPL to basic.
devdanzin
committed
4001f3d
View commit details
Copy full SHA for 4001f3d
Browse repository at this point
gh-120155: Fix Coverity issue in parse_string() (#120997)
vstinner
authored
769aea3
View commit details
Copy full SHA for 769aea3
Browse repository at this point
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
Browse repository at this point
GH-120982: Add stack check assertions to generated interpreter code (GH-120992)
markshannon
authored
8f5a017
View commit details
Copy full SHA for 8f5a017
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
Browse repository at this point
Doc/README: Document 'make htmllive' (#120692)
Show description for ead6765
hugovk
authored
ead6765
View commit details
Copy full SHA for ead6765
Browse repository at this point
Add fast path in count_elements (gh-120983)
rhettinger
authored
9b32b89
View commit details
Copy full SHA for 9b32b89
Browse repository at this point
gh-120661: improve example for basic type hints (#120934)
picnixz
authored
bb057ea
View commit details
Copy full SHA for bb057ea
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
Browse repository at this point
Commits on Jun 24, 2024
Add --with-lto back to Linux JIT CI (GH-120921)
savannahostrowski
authored
fd0f814
View commit details
Copy full SHA for fd0f814
Browse repository at this point
GH-119054: Add "Permissions and ownership" section to pathlib docs. (#120505)
Show description for e4a97a7
barneygale
and
hugovk
authored
e4a97a7
View commit details
Copy full SHA for e4a97a7
Browse repository at this point
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
Browse repository at this point
gh-120860: Fix a few bugs in `type_setattro` error paths. (#120861)
Show description for dee63cb
colesbury
authored
dee63cb
View commit details
Copy full SHA for dee63cb
Browse repository at this point
Fix typos in comments (#120821)
xyb
authored
0153fd0
View commit details
Copy full SHA for 0153fd0
Browse repository at this point
gh-120834: fix over-allocation in PyGenObject, PyCoroObject, PyAsyncGenObject. (#120941)
iritkatriel
authored
8ac08f3
View commit details
Copy full SHA for 8ac08f3
Browse repository at this point
gh-120956: Avoid comparison of int to Py_ssize_t in parser (#120959)
lysnikolaou
authored
3481848
View commit details
Copy full SHA for 3481848
Browse repository at this point
Fixes loop variables to be the same types as their limit (GH-120958)
zooba
authored
e731554
View commit details
Copy full SHA for e731554
Browse repository at this point
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
vstinner
authored
2e15785
View commit details
Copy full SHA for 2e15785
Browse repository at this point
GH-117062: Make _JUMP_TO_TOP a general absolute jump (GH-120854)
brandtbucher
authored
a47abdb
View commit details
Copy full SHA for a47abdb
Browse repository at this point
gh-119521: Use `PyAPI_DATA`, not `extern`, for `_PyExc_IncompleteInputError` (GH-120955)
encukou
authored
ce1064e
View commit details
Copy full SHA for ce1064e
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
Browse repository at this point
docs: puremagic.what() as replacement for imghdr.what() (#120871)
cclauss
authored
22b8a35
View commit details
Copy full SHA for 22b8a35
Browse repository at this point
gh-120373: Mark test_audit.test_http as requiring the network resource (#120374)
itamaro
authored
b0e1c51
View commit details
Copy full SHA for b0e1c51
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
Browse repository at this point
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
iritkatriel
authored
65a12c5
View commit details
Copy full SHA for 65a12c5
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
Browse repository at this point
gh-112169: Documented getaddrinfo/getnameinfo default loop executor usage and implications. (#112191)
Show description for fc297b4
4 people
authored
fc297b4
View commit details
Copy full SHA for fc297b4
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
Browse repository at this point
Use _PyLong_IsNegative instead of _PyLong_Sign if appropriate. (GH-120493)
Show description for 02df679
serhiy-storchaka
authored
02df679
View commit details
Copy full SHA for 02df679
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
Browse repository at this point
Docs makefile/RTD: Use uv if installed (#120711)
hugovk
authored
bc37ac7
View commit details
Copy full SHA for bc37ac7
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
Browse repository at this point
Typing docs: normalize some indents in code examples (#120912)
SigureMo
authored
0b918e8
View commit details
Copy full SHA for 0b918e8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.