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
_pyrepl
on
test_python_basic_repl
User selector
All users
All time
Commit history
Commits on Jun 12, 2024
gh-120417: Remove unused imports in the stdlib (#120420)
vstinner
authored
4c6d4f5
View commit details
Copy full SHA for 4c6d4f5
View code at this point
Browse repository at this point
gh-118908: Fix completions after namespace change in REPL (#120370)
lysnikolaou
authored
02e74c3
View commit details
Copy full SHA for 02e74c3
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (#120354)
pablogsal
authored
34e4d32
View commit details
Copy full SHA for 34e4d32
View code at this point
Browse repository at this point
gh-118908: Limit exposed globals from internal imports and definitions on new REPL startup (#119547)
eugenetriguba
authored
86a8a1c
View commit details
Copy full SHA for 86a8a1c
View code at this point
Browse repository at this point
gh-119517: Fixes for pasting in pyrepl (#120253)
Show description for 32a0fab
godlygeek
and
pablogsal
authored
32a0fab
View commit details
Copy full SHA for 32a0fab
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
gh-119553: Fix console when pressing Ctrl-C within a multiline block (#120075)
lysnikolaou
authored
69b3e8e
View commit details
Copy full SHA for 69b3e8e
View code at this point
Browse repository at this point
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Show description for d909519
3 people
authored
d909519
View commit details
Copy full SHA for d909519
View code at this point
Browse repository at this point
gh-119553: Clear reader on Ctrl-C command (GH-119801)
lysnikolaou
authored
010ea93
View commit details
Copy full SHA for 010ea93
View code at this point
Browse repository at this point
gh-120041: Refactor check for visible completion menu in completing_reader (#120055)
lysnikolaou
authored
bf8e5e5
View commit details
Copy full SHA for bf8e5e5
View code at this point
Browse repository at this point
gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
lysnikolaou
authored
8fc7653
View commit details
Copy full SHA for 8fc7653
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
gh-118835: pyrepl: Fix prompt length computation for custom prompts containing ANSI escape codes (#119942)
danielhollas
authored
2e0aa73
View commit details
Copy full SHA for 2e0aa73
View code at this point
Browse repository at this point
Commits on May 31, 2024
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
ambv
authored
2237946
View commit details
Copy full SHA for 2237946
View code at this point
Browse repository at this point
gh-111201: Improve pyrepl auto indentation (#119606)
Show description for dae0375
wiggin15
authored
dae0375
View commit details
Copy full SHA for dae0375
View code at this point
Browse repository at this point
gh-111201: Support pyrepl on Windows (#119559)
Show description for 0d07182
3 people
authored
0d07182
View commit details
Copy full SHA for 0d07182
View code at this point
Browse repository at this point
Commits on May 29, 2024
gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (#119557)
skirpichev
authored
86d1a1a
View commit details
Copy full SHA for 86d1a1a
View code at this point
Browse repository at this point
gh-119443: Turn off from __future__ import annotations in REPL (#119493)
JelleZijlstra
authored
a8e35e8
View commit details
Copy full SHA for a8e35e8
View code at this point
Browse repository at this point
Commits on May 25, 2024
gh-119548: Add a 'clear' command to the REPL (#119549)
pablogsal
authored
e3bac04
View commit details
Copy full SHA for e3bac04
View code at this point
Browse repository at this point
Commits on May 22, 2024
gh-119434: Fix culmitive errors in wrapping as lines proceed (#119435)
Show description for e3bf538
DinoV
authored
e3bf538
View commit details
Copy full SHA for e3bf538
View code at this point
Browse repository at this point
gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (#119432)
lysnikolaou
authored
14b063c
View commit details
Copy full SHA for 14b063c
View code at this point
Browse repository at this point
Remove almost all unpaired backticks in docstrings (#119231)
Show description for ef17252
geofft
authored
ef17252
View commit details
Copy full SHA for ef17252
View code at this point
Browse repository at this point
gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (#119355)
Show description for 5091c44
aelsayed95
and
ambv
authored
5091c44
View commit details
Copy full SHA for 5091c44
View code at this point
Browse repository at this point
gh-111201: Speed up paste mode in the REPL (#119341)
Show description for e6572e8
pablogsal
and
ambv
authored
e6572e8
View commit details
Copy full SHA for e6572e8
View code at this point
Browse repository at this point
gh-111201: auto-indentation in _pyrepl (#119348)
Show description for cd516cd
wiggin15
and
ambv
authored
cd516cd
View commit details
Copy full SHA for cd516cd
View code at this point
Browse repository at this point
gh-119357: Increase test coverage for keymap in _pyrepl (#119358)
Show description for 73ab83b
eugenetriguba
and
ambv
authored
73ab83b
View commit details
Copy full SHA for 73ab83b
View code at this point
Browse repository at this point
gh-111201: Add append to screen method to avoid recalculation (#119274)
Show description for c886bec
lysnikolaou
and
ambv
authored
c886bec
View commit details
Copy full SHA for c886bec
View code at this point
Browse repository at this point
Commits on May 21, 2024
gh-119205: Fix autocompletion bug in new repl (#119229)
Show description for 506b1a3
koxudaxi
and
ambv
authored
506b1a3
View commit details
Copy full SHA for 506b1a3
View code at this point
Browse repository at this point
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Show description for a3e4fec
pablogsal
and
ambv
authored
a3e4fec
View commit details
Copy full SHA for a3e4fec
View code at this point
Browse repository at this point
gh-111201: Remove readline dependency from the PyREPL (#119262)
lysnikolaou
authored
561ff1f
View commit details
Copy full SHA for 561ff1f
View code at this point
Browse repository at this point
gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl (#119248)
Show description for 0398d93
optim-ally
authored
0398d93
View commit details
Copy full SHA for 0398d93
View code at this point
Browse repository at this point
Commits on May 20, 2024
gh-118877: Fix AssertionError crash in pyrepl (#118936)
danielhollas
authored
c0d81b2
View commit details
Copy full SHA for c0d81b2
View code at this point
Browse repository at this point
gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager` (#118881)
Show description for 05e1dce
Sachaa-Thanasius
authored
05e1dce
View commit details
Copy full SHA for 05e1dce
View code at this point
Browse repository at this point
Enable some stricter mypy settings on `Lib/_pyrepl` (#119077)
AlexWaygood
authored
0883fd2
View commit details
Copy full SHA for 0883fd2
View code at this point
Browse repository at this point
Commits on May 17, 2024
Improve `pyrepl` type-annotation coverage (#119081)
AlexWaygood
authored
033f5c8
View commit details
Copy full SHA for 033f5c8
View code at this point
Browse repository at this point
Commits on May 7, 2024
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712)
Show description for a94ac56
pablogsal
and
ambv
authored
a94ac56
View commit details
Copy full SHA for a94ac56
View code at this point
Browse repository at this point
gh-118682: Revert forcing str commands, allow class commands in pyrepl (#118709)
lysnikolaou
authored
e5413ec
View commit details
Copy full SHA for e5413ec
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.