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 }}
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
Lib
test
on
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
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
Commits on Jun 24, 2024
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-120373: Mark test_audit.test_http as requiring the network resource (#120374)
itamaro
authored
b0e1c51
View commit details
Copy full SHA for b0e1c51
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
GH-120804: Remove `PidfdChildWatcher`, `ThreadedChildWatcher` and `AbstractChildWatcher` from asyncio APIs (#120893)
kumaraditya303
authored
9d2e1ea
View commit details
Copy full SHA for 9d2e1ea
View code at this point
Browse repository at this point
GH-120804: Remove `get_child_watcher` and `set_child_watcher` from asyncio (#120818)
kumaraditya303
authored
96ead91
View commit details
Copy full SHA for 96ead91
View code at this point
Browse repository at this point
Commits on Jun 22, 2024
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Show description for 4717aaa
kumaraditya303
and
itamaro
authored
4717aaa
View commit details
Copy full SHA for 4717aaa
View code at this point
Browse repository at this point
gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877)
serhiy-storchaka
authored
a046c84
View commit details
Copy full SHA for a046c84
View code at this point
Browse repository at this point
gh-120873: Add test for "state" option in ttk.Scale (GH-120874)
Show description for 974a978
serhiy-storchaka
authored
974a978
View commit details
Copy full SHA for 974a978
View code at this point
Browse repository at this point
gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824)
Show description for 6ad26de
serhiy-storchaka
and
terryjreedy
authored
6ad26de
View commit details
Copy full SHA for 6ad26de
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)
vstinner
authored
913a956
View commit details
Copy full SHA for 913a956
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
GH-120804: Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatcher from asyncio (#120805)
Show description for 733dac0
kumaraditya303
authored
733dac0
View commit details
Copy full SHA for 733dac0
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-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
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
Previous
Next
You can’t perform that action at this time.