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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
_pyrepl
windows_console.py
on
3.13
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 12, 2026
[3.13] gh-140131: Fix REPL cursor position on Windows when module completion suggestion line hits console width (GH-140333) (GH-145872)
Show description for 3ae8cc8
ambv
and
tanloong
authored
3ae8cc8
View commit details
Copy full SHA for 3ae8cc8
View code at this point
Browse repository at this point
Commits on Jan 2, 2026
[3.13] gh-139262: Prevent swallowing REPL input on Windows (GH-139263) (GH-143363)
Show description for 5ad91cd
3 people
authored
5ad91cd
View commit details
Copy full SHA for 5ad91cd
View code at this point
Browse repository at this point
[3.13] gh-128067: Fix pyrepl overriding printed output without newlines (GH-138732) (GH-143351)
Show description for c09d6a4
3 people
authored
c09d6a4
View commit details
Copy full SHA for c09d6a4
View code at this point
Browse repository at this point
Commits on May 5, 2025
[3.13] gh-131878: Fix input of unicode characters with two or more code points in new pyrepl on Windows (gh-131901) (gh-133468)
Show description for 891232f
4 people
authored
891232f
View commit details
Copy full SHA for 891232f
View code at this point
Browse repository at this point
[3.13] GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-132440) (GH-133460)
Show description for e4d6848
3 people
authored
e4d6848
View commit details
Copy full SHA for e4d6848
View code at this point
Browse repository at this point
[3.13] gh-124096: Enable REPL virtual terminal support on Windows (GH-124119) (GH-133457)
Show description for a2bf7a0
6 people
authored
a2bf7a0
View commit details
Copy full SHA for a2bf7a0
View code at this point
Browse repository at this point
Commits on Mar 3, 2025
[3.13] gh-128388: pyrepl on Windows: add meta and ctrl+arrow keybindings (GH-128389) (GH-130500)
Show description for 4c6318e
4 people
authored
4c6318e
View commit details
Copy full SHA for 4c6318e
View code at this point
Browse repository at this point
Commits on Jan 21, 2025
[3.13] gh-123024: Correctly prepare/restore around help and show-history commands (GH-124485) (#129155)
Show description for 0ddcb61
4 people
authored
0ddcb61
View commit details
Copy full SHA for 0ddcb61
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
[3.13] gh-124628: Pyrepl inputs on Windows shouldn't always be blocking reads (GH-124629) (#124638)
Show description for 862ec8b
miss-islington
and
DinoV
authored
862ec8b
View commit details
Copy full SHA for 862ec8b
View code at this point
Browse repository at this point
Commits on Sep 6, 2024
[3.13] gh-120221: Support KeyboardInterrupt in asyncio REPL (GH-123795) (#123799)
Show description for 5c3078d
miss-islington
and
ambv
authored
5c3078d
View commit details
Copy full SHA for 5c3078d
View code at this point
Browse repository at this point
Commits on Sep 3, 2024
[3.13] gh-123572: Fix key codes in VK_MAP in windows_console.py (GH-122692) (#123632)
Show description for 6785120
miss-islington
and
devdanzin
authored
6785120
View commit details
Copy full SHA for 6785120
View code at this point
Browse repository at this point
Commits on Jul 30, 2024
[3.13] gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217) (#122451)
Show description for 7a90d94
miss-islington
and
DinoV
authored
7a90d94
View commit details
Copy full SHA for 7a90d94
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
[3.13] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429)
Show description for 5172462
miss-islington
and
vstinner
authored
5172462
View commit details
Copy full SHA for 5172462
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
Show description for eea45ea
3 people
authored
eea45ea
View commit details
Copy full SHA for eea45ea
View code at this point
Browse repository at this point
Commits on May 31, 2024
[3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)
Show description for d6faac6
4 people
authored
d6faac6
View commit details
Copy full SHA for d6faac6
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.