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 }}
cclauss
/
ptpython
Public
forked from
prompt-toolkit/ptpython
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
ptpython
ptpython
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 22, 2024
Improve dictionary completion performance.
Show description for 3e7f68e
jonathanslenders
committed
3e7f68e
View commit details
Copy full SHA for 3e7f68e
View code at this point
Browse repository at this point
Add custom 'exit' function to return from REPL.
Show description for 4b45689
jonathanslenders
committed
4b45689
View commit details
Copy full SHA for 4b45689
View code at this point
Browse repository at this point
Clean up signatures on ctrl-c
vallsv
authored and
jonathanslenders
committed
f66a289
View commit details
Copy full SHA for f66a289
View code at this point
Browse repository at this point
Commits on May 27, 2024
Ruff compatibility: fix import order.
jonathanslenders
committed
8f68b6c
View commit details
Copy full SHA for 8f68b6c
View code at this point
Browse repository at this point
Commits on May 16, 2024
Several typing fixes.
jonathanslenders
committed
c1a4310
View commit details
Copy full SHA for c1a4310
View code at this point
Browse repository at this point
Apply latest ruff fixes.
jonathanslenders
committed
3ec97d7
View commit details
Copy full SHA for 3ec97d7
View code at this point
Browse repository at this point
Apply latest Ruff for formatting.
jonathanslenders
committed
5fb21bd
View commit details
Copy full SHA for 5fb21bd
View code at this point
Browse repository at this point
Limit number of completions to 5k (for performance).
jonathanslenders
committed
394fe38
View commit details
Copy full SHA for 394fe38
View code at this point
Browse repository at this point
Commits on Feb 6, 2024
Reraise GeneratorExit error as excepted exception
tchalupnik
authored and
jonathanslenders
committed
17d04b9
View commit details
Copy full SHA for 17d04b9
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
Fix handling of 'config file does not exist' when embedding ptpython.
jonathanslenders
committed
961b945
View commit details
Copy full SHA for 961b945
View code at this point
Browse repository at this point
Commits on Dec 12, 2023
Show help information when starting asyncio-REPL.
jonathanslenders
committed
eb39a32
View commit details
Copy full SHA for eb39a32
View code at this point
Browse repository at this point
Many asyncio REPL improvements.
Show description for f019301
jonathanslenders
committed
f019301
View commit details
Copy full SHA for f019301
View code at this point
Browse repository at this point
Fix type annotations in various places.
jonathanslenders
committed
6801f94
View commit details
Copy full SHA for 6801f94
View code at this point
Browse repository at this point
Refactor output printer so that it can render big outputs without memory issues.
Show description for 655b354
jonathanslenders
committed
655b354
View commit details
Copy full SHA for 655b354
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
Only interrupt run_config() for explicitly passed config_file
tony
authored and
jonathanslenders
committed
d25e678
View commit details
Copy full SHA for d25e678
View code at this point
Browse repository at this point
Fix IPython DeprecationWarning
Show description for 48c7b38
gpotter2
authored and
jonathanslenders
committed
48c7b38
View commit details
Copy full SHA for 48c7b38
View code at this point
Browse repository at this point
fix top-level await in ipython
zhu
authored and
jonathanslenders
committed
9ea3238
View commit details
Copy full SHA for 9ea3238
View code at this point
Browse repository at this point
Use ruff for linting and formatting.
Show description for 6c2d650
jonathanslenders
committed
6c2d650
View commit details
Copy full SHA for 6c2d650
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
Fix various typos.
jonathanslenders
committed
91d2c35
View commit details
Copy full SHA for 91d2c35
View code at this point
Browse repository at this point
Commits on Feb 22, 2023
Add cursor shape support.
jonathanslenders
committed
ee047a2
View commit details
Copy full SHA for ee047a2
View code at this point
Browse repository at this point
Fix completer suffix for mappings/sequences.
jonathanslenders
committed
ea6b2c5
View commit details
Copy full SHA for ea6b2c5
View code at this point
Browse repository at this point
docs: Fix a few typos
Show description for 2d4b0b0
timgates42
authored and
jonathanslenders
committed
2d4b0b0
View commit details
Copy full SHA for 2d4b0b0
View code at this point
Browse repository at this point
Drop Python 3.6.
Show description for be972ab
jonathanslenders
committed
be972ab
View commit details
Copy full SHA for be972ab
View code at this point
Browse repository at this point
Commits on Feb 21, 2023
Don't print exception twice in exception handler.
Show description for 1720189
jonathanslenders
committed
1720189
View commit details
Copy full SHA for 1720189
View code at this point
Browse repository at this point
Fix code formatting (new Black version).
jonathanslenders
committed
af89ce2
View commit details
Copy full SHA for af89ce2
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
Improve rendering performance when there are many completions.
Show description for b7205ac
jonathanslenders
committed
b7205ac
View commit details
Copy full SHA for b7205ac
View code at this point
Browse repository at this point
Commits on Nov 25, 2022
Make ptipython respect more config changes
Show description for 8bbdc53
jonathanslenders
committed
8bbdc53
View commit details
Copy full SHA for 8bbdc53
View code at this point
Browse repository at this point
Commits on Nov 24, 2022
Call Filter super() in PythonInputFilter.
jonathanslenders
committed
1b7652d
View commit details
Copy full SHA for 1b7652d
View code at this point
Browse repository at this point
Added more precise types in various places.
jonathanslenders
committed
05d4aed
View commit details
Copy full SHA for 05d4aed
View code at this point
Browse repository at this point
Improve DictionaryCompleter performance for slow mappings.
Show description for 042ecc3
jonathanslenders
committed
042ecc3
View commit details
Copy full SHA for 042ecc3
View code at this point
Browse repository at this point
Commits on Sep 14, 2021
Show parentheses after the completions for methods when using the `DictionaryCompleter`.
jonathanslenders
committed
e9df907
View commit details
Copy full SHA for e9df907
View code at this point
Browse repository at this point
Raising Import Error if Mode not in black - older versions don't have Mode.
Show description for 6678053
jlamelas
authored and
jonathanslenders
committed
6678053
View commit details
Copy full SHA for 6678053
View code at this point
Browse repository at this point
Commits on Aug 6, 2021
Don't crash when trying to complete broken mappings.
Show description for ae608c2
jonathanslenders
committed
ae608c2
View commit details
Copy full SHA for ae608c2
View code at this point
Browse repository at this point
Commits on Jul 8, 2021
Fix last commit: allow await in assignment expressions when the REPL itself is not running async.
jonathanslenders
committed
3bf3998
View commit details
Copy full SHA for 3bf3998
View code at this point
Browse repository at this point
Enable use of await in assignment expressions
Show description for 70dd3bd
baldulin
authored and
jonathanslenders
committed
70dd3bd
View commit details
Copy full SHA for 70dd3bd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.